Accessing a DSL Modem Behind a PPPoE Router

Often the standard combined DSL modem / router provided by the ISP has only basic functionalities or lacks performance for many parallel connections.

It is advisable to use this simple DSL modem / router as modem only and use a more powerful and feature rich router for PPPoE, NAT and routing.

This simple modem only mode is often called "bridge mode". There are a couple of good routers running Linux which allow to install feature rich 3rd party SW. Namely the Linksys WRT54GL is widely used and very well supported.

                   ---------   PPPoE   ------
DSL_line ========= DSL_modem ========= Router ========== LAN
                   ---------           ------

This configuration has the disadvantage that we do not have any control over the DSL modem anymore. The routers WAN side does not have any IP address as PPPoE runs directly on Ethernet.
The modem itself has usually still an IP address, but there is no routing from the internal LAN to the router's WAN side.

To be able to check, e.g. the line quality or do some configurations on the DSL modem, we would to disconnect the router and connect the terminal directly to the modem, or make the modem-WAN port part of the LAN, e.g. looping over a LAN connected switch, maybe the routers LAN ports.

A better solution would be to assign an IP address to the routers WAN port and add routing towards this port. For this configuration, the modem IP address must be of a different network than the LAN.
In my case the default modem IP is 192.168.1.1/24 while my LAN uses 192.168.0.0/24.

My router is a WRT54GL and runs the alternative tomato firmware.

Assign an IP address out the modem's network:

ip addr add 192.168.1.2/24 dev vlan1 brd +

Modify IPTABLES to allow the traffic towards WAN port:

iptables -I POSTROUTING -t nat -o vlan1 -d 192.168.1.0/24 -j   MASQUERADE

Those two lines can be added as startup script under Administration-Scripts-Firewall.

Thanks to:
http://www.dslreports.com/forum/r22626720-How-to-Access-Modem-via-Tomato-Router


Comments   

0 #3 M1ke 2013-04-24 13:56
Just wanted to say "thanks" for the clear instructions. I had been searching for several hours and attempting various scenarios before landing on this page. I wanted reach my modem behind my LinkSys WRT54G running the Tomato 1.27 firmware. My modem's IP is set at 192.168.2.1 while my router was set for 192.168.1.1. I only had to edit each line in the script to reflect those IPs and I was floored when it worked the very first time. Great job!
0 #2 Mark 2012-08-03 01:59
Nevermind, I found TomatoUSB has a "route modem IP" so I put that in there and now I can access it. Done deal.
0 #1 Mark 2012-08-03 00:25
Hey, thanks for taking the time to post this. I recently went with a Linksys X2000 DSL Modem due to a issue I was having with 2Wire loading larger files from the App Store. Switching fixed it but I opted to put the Modem on 192.168.0.254 and dish out IP's on the 1 - 50 range.

I then tried to get my Asus RT-N66U (192.168.1.254) running TomatoUSB to get a WAN IP after setting it to DMZ by mac address. That was still getting a local 192.168.0.2 IP. So I stuck the PPPoE settings into Tomato and bam, got a WAN IP. But much like your post states I can no longer get to my modem at 192.168.0.254. I tried adding the static route but it still won't respond. For now, I've set up DDNS so I can get to the remote interface since the DSL Modem has one WAN IP, and my ASUS has another WAN IP.

I added the lines above to my Firewall script but swapped out the 192.168.1 with a 0 since my setup is backwards.

Thanks,
Mark

You have no rights to post comments

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok