I've been trying to set up a Pi-hole but my Asus RT-AC1200 V2 router is not using the Pi-hole as their DNS server.
It seems that Asus routers are a bit tricky and I got the recommendation to disable IPv6 and use the Pi-hole as DHCP server.
The problem is that since a recent firmware update my router's settings got drastically reduced:
Sadly ASUSWRT-MERLIN, OpenWRT and DD-WRT are not supported for this router.
With the help of the post: Is it possible to change a routers settings via ssh? I've tried changing the router settings using SSH.
Commands I've used:
(I changed the DNS server just to see if it would have made a difference)
Unfortunately DHCP is still enabled on the router and this is the only post that comes close to my usecase. I couldn't find anything else on the internet about this.
I've also tried to see if I could change a configuration file using WinSCP but didn't find anything useful.
Any help would be appreciated.
P.S.
What is the best way to check if IPv6 is enabled using SSH? Tried using ifconfig and I think it's disabled but just want to be sure
It seems that Asus routers are a bit tricky and I got the recommendation to disable IPv6 and use the Pi-hole as DHCP server.
The problem is that since a recent firmware update my router's settings got drastically reduced:
Sadly ASUSWRT-MERLIN, OpenWRT and DD-WRT are not supported for this router.
With the help of the post: Is it possible to change a routers settings via ssh? I've tried changing the router settings using SSH.
Commands I've used:
Code:
nvram set dhcp_dns1_x=192.168.178.149; nvram set dhcp_dns2_x=192.168.178.149; dhcp_enable_x=0; nvram commit; service restart_dnsmasq
(I changed the DNS server just to see if it would have made a difference)
Unfortunately DHCP is still enabled on the router and this is the only post that comes close to my usecase. I couldn't find anything else on the internet about this.
I've also tried to see if I could change a configuration file using WinSCP but didn't find anything useful.
Any help would be appreciated.
P.S.
What is the best way to check if IPv6 is enabled using SSH? Tried using ifconfig and I think it's disabled but just want to be sure