PPPOE PADO timeout

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

Post Reply
ilovegargoyle
Posts: 1
Joined: Sun Jun 23, 2013 9:44 pm

PPPOE PADO timeout

Post 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!

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: PPPOE PADO timeout

Post by ericwong »

Try Gargoyle 1.5.9?
or copy your working Openwrt configurations to your Gargoyle?
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

Post Reply