We recently experienced a DSL modem failure and decided to replace both the previous DSL modem we've had as well as the router with a D-Link DSL-520B DSL modem and an Asus RT-AC66U wireless router. We have AT&T as the ISP and had no problems with setting up the DSL modem as a layer 2 bridge and then using the router's PPPoE authentication mode to connect to the outside. The problem with this kind of a setup however, is that the management interface for the DSL modem becomes inaccessible. In bridging mode there are also problems with logging via 514/udp (syslog), something that I was interested in setting up.
I then decided to set up the connection with the DSL modem in PPPoE mode with a 192.168.0.1 IP address on the LAN interface and forwarding all packets to the DMZ host (the router) at 192.168.2.1 (Advanced Setup -> NAT -> DMZ Host). I then went ahead and set the router's WAN port to 192.168.2.1 and it's LAN port to 192.168.1.1. I set the mode on the router to be a static IP address and provided the router with a gateway of 192.168.0.1. The router has DHCP enabled and distributes IP addresses to any hosts connecting to it. The setup looks something like
Internet <---> (DSL Modem WAN (IP assigned by ATT) ::: DSL-Modem LAN (192.168.0.1)) <---> (Router WAN: 192.168.2.1 ::: Router LAN: 192.168.1.1) <---> LAN
The problem with this setup is that while the router says that it is connected to the Internet, it is not possible to connect from any device on the LAN to any external IP address. I'm curious about what silly thing I'm doing here.
I then decided to set up the connection with the DSL modem in PPPoE mode with a 192.168.0.1 IP address on the LAN interface and forwarding all packets to the DMZ host (the router) at 192.168.2.1 (Advanced Setup -> NAT -> DMZ Host). I then went ahead and set the router's WAN port to 192.168.2.1 and it's LAN port to 192.168.1.1. I set the mode on the router to be a static IP address and provided the router with a gateway of 192.168.0.1. The router has DHCP enabled and distributes IP addresses to any hosts connecting to it. The setup looks something like
Internet <---> (DSL Modem WAN (IP assigned by ATT) ::: DSL-Modem LAN (192.168.0.1)) <---> (Router WAN: 192.168.2.1 ::: Router LAN: 192.168.1.1) <---> LAN
The problem with this setup is that while the router says that it is connected to the Internet, it is not possible to connect from any device on the LAN to any external IP address. I'm curious about what silly thing I'm doing here.