So why you can't reach your modem on 192.168.2.1 ?
Can you ping 192.168.2.1 ?
Yes, you can ping 192.168.2.2 as it' still your Netgear router...
Can you double-check your modedm IP address is actually 192.168.2.1 ?
ifconfig ppp0 >/dev/null 2>&1 && WAN_IF="ppp0" || WAN_IF=$(nvram get wan_ifname)
route add -net 192.168.100.0 netmask 255.255.255.255 gw 192.168.1.1
ip route flush cache
Still can't access the modem with the route command, Yeah it should be in its own thread I thought it was simple to answer.I remember some discussions about brwan vs ppp0.
When using PPTP, L2TP, PPPoE, nvram get wan_ifname could not be used, but rather:
Code:ifconfig ppp0 >/dev/null 2>&1 && WAN_IF="ppp0" || WAN_IF=$(nvram get wan_ifname)
I did the this to access my modem at 192.168.100.0 :
Code:route add -net 192.168.100.0 netmask 255.255.255.255 gw 192.168.1.1
I'm sure this should be an own thread...
Still can't access the modem with the route command, Yeah it should be in its own thread I thought it was simple to answer.
Yes. Above scheme was used because of users requests. If you need the scheme like in stock you should change the file /sbin/cmddlna removing the line with "root_container=B"Is there a way I can enable the sorting feature from the official firmware in the new one?
In general dnscrypt2 works in AP mode but there are specific iptables rules and dnsmasq work.but is it possible to continue using dnscrypt-proxy when the device is running in AP Mode?
dig -p 64153 @127.0.0.1 www.abc.com
Yes. Above scheme was used because of users requests. If you need the scheme like in stock you should change the file /sbin/cmddlna removing the line with "root_container=B"
. . .
notify_interval=900
serial=12345678
model_number=1
root_container=B
EOF
. . .
Try to do remove this line or to comment it.
Voxel.
the only thing stopping dnscrypt-proxy from being utilized is the fact that dnsmasq no longer runs when in AP mode
root@R7800-AP1:~$ ps |grep dnsmasq
4777 root 780 S /usr/sbin/dnsmasq --except-interface=lo -r /tmp/resolv.conf --wan-interface=br0
31260 root 636 S grep dnsmasq
@Voxel Thank you for your continued efforts and updates to the R7800 firmware.
Forgive me if this has already been discussed, but its something I have to contend with every time I update the FW. It seems the R7800, by default, provides itself as the DNS server to any client connected to it, and then sends any DNS requests to the address specified in the Internet Setup admin page. This made if difficult for me assign logical names to my clients in my local DNS filter's hosts table (a Raspberry Pi running Pihole). The solution I've encountered is the following:
1. Enable telnet via the Debug.htm page.
2. Telnet into the R7800 and change directory to /etc/init.d
3. Edit net-lan, find the line "print_dhcpd_conf()"
4. Replace "option dns $($CONFIG get lan_ipaddr)" with "option dns aaa.bbb.ccc.ddd", where aaa.bbb.ccc.ddd is your preferred DNS server. You can create up to 3 entries.
5. Save and reboot.
I change this address to my DNS filter because without it, the filter only receives the R7800's address and I can't track what clients are having DNS requests blocked, passed, etc.
Is there a way to modify the firmware of the R7800 to pass along the DNS address that is specified in the Internet Setup admin page instead of having the requests route back through itself?
I hope this made sense. I'm still a noob at a lot of this stuff.
@kamoj Apologies for bringing up an already-covered-topic...
My question isn't really about the problem or the solution, more, can the solution be baked into the firmware and why wouldn't we want it that way?
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!