Code: Select all
- apt-get install pppoeconf
- run pppoeconf
- edit /etc/network/firewall.conf (change all eth0 to ppp0)
Code: Select all
ifconfig ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:80.189.254.xx P-t-P:195.166.128.xx Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:14 errors:0 dropped:0 overruns:0 frame:0
TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1414 (1.3 KiB) TX bytes:4688 (4.5 KiB)
I can ping the external IP (WAN port) from a DHCP client on the LAN, but nothing else beyond.
The router works from windows using the PPOE setup. Can anyone help?