[Novalug] actiontec router problem

Scott Talbert swt@techie.net
Fri Mar 8 11:10:52 EST 2013


On Fri, 8 Mar 2013, covici@ccs.covici.com wrote:

> I am using the actiontec on my internal network which is device eth0, to
> control wireless and tv only -- I use another network card directly
> connected to my ont.
> 
> Now my normal network is 192.168.0.0, but the router is 192.168.1.1, so
> I have the following statements  in my equivalent of rc.local
> route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0
> and I can ping the router itself, but any host inside the router's
> network always says unreachable.  I also did the following with no
> success:

What is the router's IP address on its WAN port?  I think you probably need a 
route (instead of the above) like:
route add -net 192.168.1.0 netmask 255.255.255.0 gw <router wan IP>



More information about the Novalug mailing list