Page 1 of 1

PPPOE PADO timeout

Posted: Sun Jun 23, 2013 9:51 pm
by ilovegargoyle
Hi, I'm running 1.5.10 on a TP-Link 1043nd v 1.11 and I can't get it to connect with PPPOE, it works fine on a OpenWRT.

logread:

Code: Select all

Jan  1 00:51:27 OpenWrt daemon.warn pppd[1607]: Timeout waiting for PADO packets
Jan  1 00:51:27 OpenWrt daemon.err pppd[1607]: Unable to complete PPPoE Discovery
/etc/config/network

Code: Select all

config interface 'loopback'
	option ifname 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config interface 'lan'
	option ifname 'eth0.1'
	option type 'bridge'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option dns '192.168.1.1'

config interface 'wan'
	option proto 'pppoe'
	option username 'user'
	option password 'pass'
	option ifname 'eth0.500'
	option keepalive '3 5'
	option mtu '1492'

config switch
	option name 'rtl8366rb'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'rtl8366rb'
	option vlan '1'
	option ports '1 2 3 5t'

config switch_vlan
	option device 'rtl8366rb'
	option vlan '500'
	option ports '0t 5t'
Please assist. Thanks!

Re: PPPOE PADO timeout

Posted: Sat Jun 29, 2013 12:09 pm
by ericwong
Try Gargoyle 1.5.9?
or copy your working Openwrt configurations to your Gargoyle?