NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
iptables
2 TopicsR8500 Iptables access from Raspberry Pi using Python or shell script
Hi I wanted to know how we could access the iptables from netgear router 8500 from a connected Raspberry Pi . In our case the router is not connected to the Internet and we want to access via Python or shell script not via the browser ( which we are able to access from connected windows/MacBook clients). I have looked at the telnetenable route at https://wiki.openwrt.org/toh/netgear/telnet.console is that still the only supported way for R8500 also? Thanks for your help.Solved3.9KViews0likes5CommentsRN314 iptables NAT support, openvpn
Hello, I use the RN314 with the OS 6.6.0. Seems some modules are missing by default in the kernel. I am trying to configure openvpn. It works to acces to my NAS remotely, but to redirect all internet browsing through the vpn I need to add some nat rules like : $ sudo iptables -t nat -I POSTROUTING -o eth1 -s 10.8.1.0/24 -j MASQUERADE iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. It seems possible to build the kernel with this module, but why Netgear does not add this module natively ? or what is the easyest workaround ? Thanks for your help !Solved4.1KViews0likes3Comments