I'm a newbie in setting up network. I bought TP-link 8817 (used as modem) and Asus RT-N16 (with tomato) to replace my old Netgear ADSL modem. I managed to set it up (sort of) but I'm sure something is not quite right - I login from work onto my network but instead of getting tomato, I get the TP-link. Otherwise I can connect to the internet from home.
I suspect the bridge mode on the TP-link is not set up properly.
My settings on the TP-link are:
VPI/VCI 0/101 (UK O2 broadband setting)
Dynamic IP address
it is set to ip address 192.168.2.1
On tomato:
ip address set to 192.168.1.1
WAN: DHCP
Route Modem IP 0.0.0.0
Script on firewall:
ifconfig `nvram get wan_ifname`:0 192.168.2.2 netmask 255.255.255.0
Scipt on init:
iptables -t nat -I POSTROUTING -o `nvram get wan_ifname` -j MASQUERADE
As per instruction on dd-wrt. Without these, nothing works
I would like to eventually set up SSH tunneling from office. Please help! And many thanks in advance!