Vax
Occasional Visitor
Thanks for the quick response. I will give the setup a try!Typically, at least in my experience, running the latest Asus baseline firmware is preferred with Merlin only on the primary router — you should have no issue.
Thanks for the quick response. I will give the setup a try!Typically, at least in my experience, running the latest Asus baseline firmware is preferred with Merlin only on the primary router — you should have no issue.
12 hours, and the entry is still there.Did you create an entry like?Code:arp -i br0 -s 192.168.1.254 ff:ff:ff:ff:ff:ff
For me, such a entry does not live more than 8 minutes on 388.2alpha2, beta1, beta2 and release 388.2. Lives only on 388.2alpha1 or older versions.
admin@stargate:/tmp/home/root# arp -a | grep 199
? (192.168.100.199) at 80:86:00:11:22:33 [ether] PERM on br0
Ahhh men... haha i dont understand12 hours, and the entry is still there.
Code:admin@stargate:/tmp/home/root# arp -a | grep 199 ? (192.168.100.199) at 80:86:00:11:22:33 [ether] PERM on br0
...
2023-04-14 16:25:35.528 DEBUG (MainThread) [homeassistant.components.asuswrt.router] Checking devices for ASUS router 192.168.1.1
2023-04-14 16:25:35.530 DEBUG (MainThread) [asyncssh] [conn=6, chan=65] Set write buffer limits: low-water=16384, high-water=65536
2023-04-14 16:25:35.530 INFO (MainThread) [asyncssh] [conn=6, chan=65] Requesting new SSH session
2023-04-14 16:25:35.537 INFO (MainThread) [asyncssh] [conn=6, chan=65] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && for dev in `nvram get wl1_vifs && nvram get wl0_vifs && nvram get wl_ifnames`; do if type wlanconfig > /dev/null; then wlanconfig $dev list | awk 'FNR > 1 {print substr($1, 0, 18)}'; else wl -i $dev assoclist; fi; done
2023-04-14 16:25:35.558 INFO (MainThread) [asyncssh] [conn=6, chan=65] Received exit status 0
2023-04-14 16:25:35.561 INFO (MainThread) [asyncssh] [conn=6, chan=65] Received channel close
2023-04-14 16:25:35.564 INFO (MainThread) [asyncssh] [conn=6, chan=65] Channel closed
2023-04-14 16:25:35.565 DEBUG (MainThread) [asyncssh] [conn=6, chan=66] Set write buffer limits: low-water=16384, high-water=65536
2023-04-14 16:25:35.566 INFO (MainThread) [asyncssh] [conn=6, chan=66] Requesting new SSH session
2023-04-14 16:25:35.573 INFO (MainThread) [asyncssh] [conn=6, chan=66] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && arp -n
2023-04-14 16:25:35.584 INFO (MainThread) [asyncssh] [conn=6, chan=66] Received exit status 0
2023-04-14 16:25:35.587 INFO (MainThread) [asyncssh] [conn=6, chan=66] Received channel close
2023-04-14 16:25:35.591 INFO (MainThread) [asyncssh] [conn=6, chan=66] Channel closed
...
Anything that causes changes to the network interface can potentially cause the removal of ARP entries. Could be anything you run that isn't part of the firmware, could be AiMesh reconfiguring the network... You will have to start eliminating elements on your end to figure out what triggers it on your particular setup.Maybe something to do with running services / scripts / software / entware / scmerlin etc... or combination.
This is technically impossible. DNSDirector works by intercepting DNS requests and redirecting them to a different IP. A firewall redirection can only redirect to one destination, it has no way of knowing if the remote end is working or not.Be nice if DNS redirector used both DNS servers instead of just primary, seems to ignore my 2e setup DNS or might be bug cos router is not the dhcp server
This is technically impossible. DNSDirector works by intercepting DNS requests and redirecting them to a different IP. A firewall redirection can only redirect to one destination, it has no way of knowing if the remote end is working or not.
cos router is not the dhcp server
It's been steady and fine. There was a crazy sale on when I got it so it was an acceptable expense even though it really wasn't needed. Was coming from an RT-AX86U as my main router... so the only real difference I notice is in the speed test results. At regular price, I don't think it's worth the "upgrade" just to match the Rogers offering. I got the 1.5G service to get a bigger upload speed and the monthly cost ended up being less than I was paying for the 1Gig service.@shabbs How are you liking the GT-AX6000? just signing up with rogers for the 1.5gb plan, and I see your from T.O
Any issues
Right now Canada computers has it on for $349, Just switch to the 1.5gb service, they tired telling me my older modem would work(150mb/s) profile I had.....Yeah right , give m that XB8 modem instead. Anyways I have received the newer service well below from what I was paying for the 150u. coming in at $79/monthIt's been steady and fine. There was a crazy sale on when I got it so it was an acceptable expense even though it really wasn't needed. Was coming from an RT-AX86U as my main router... so the only real difference I notice is in the speed test results. At regular price, I don't think it's worth the "upgrade" just to match the Rogers offering. I got the 1.5G service to get a bigger upload speed and the monthly cost ended up being less than I was paying for the 1Gig service.
I meant for you to disable compression and also add "comp-lzo no" (without the quotation marks) under Custom Configuration.
I am able to get a WAN IP by doing that. However, DNS leaks when not using "Exclusive" for Accept DNS Configuration". When "Exclusive" is used, nothing resolves.
I had compression disabled and working fine until 388.2.
The only thing i'm using that its not initially in the config's are static dhcp entries and custom DNS configuration with DNS secure, dns over TLS and the trend protection.Anddd.....its gone again
Just checking out asuswrt home assistant intergaration. Are others who having this issue also running home assistant with asuswrt intergration? Thats also doing some things thru ssh...
Its doing some more stuff but here some log:
Bash:... 2023-04-14 16:25:35.528 DEBUG (MainThread) [homeassistant.components.asuswrt.router] Checking devices for ASUS router 192.168.1.1 2023-04-14 16:25:35.530 DEBUG (MainThread) [asyncssh] [conn=6, chan=65] Set write buffer limits: low-water=16384, high-water=65536 2023-04-14 16:25:35.530 INFO (MainThread) [asyncssh] [conn=6, chan=65] Requesting new SSH session 2023-04-14 16:25:35.537 INFO (MainThread) [asyncssh] [conn=6, chan=65] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && for dev in `nvram get wl1_vifs && nvram get wl0_vifs && nvram get wl_ifnames`; do if type wlanconfig > /dev/null; then wlanconfig $dev list | awk 'FNR > 1 {print substr($1, 0, 18)}'; else wl -i $dev assoclist; fi; done 2023-04-14 16:25:35.558 INFO (MainThread) [asyncssh] [conn=6, chan=65] Received exit status 0 2023-04-14 16:25:35.561 INFO (MainThread) [asyncssh] [conn=6, chan=65] Received channel close 2023-04-14 16:25:35.564 INFO (MainThread) [asyncssh] [conn=6, chan=65] Channel closed 2023-04-14 16:25:35.565 DEBUG (MainThread) [asyncssh] [conn=6, chan=66] Set write buffer limits: low-water=16384, high-water=65536 2023-04-14 16:25:35.566 INFO (MainThread) [asyncssh] [conn=6, chan=66] Requesting new SSH session 2023-04-14 16:25:35.573 INFO (MainThread) [asyncssh] [conn=6, chan=66] Command: PATH=$PATH:/bin:/usr/sbin:/sbin && arp -n 2023-04-14 16:25:35.584 INFO (MainThread) [asyncssh] [conn=6, chan=66] Received exit status 0 2023-04-14 16:25:35.587 INFO (MainThread) [asyncssh] [conn=6, chan=66] Received channel close 2023-04-14 16:25:35.591 INFO (MainThread) [asyncssh] [conn=6, chan=66] Channel closed ...
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!