OpenWrt Forum Archive

Topic: WGT634U Kamikaze7.06 No internet comection through PPPoE, pls help!

The content of this topic has been archived on 6 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all,

It have been a while I try to get my WGT634U online with the newest 7.06 release without success.
Here is my case, your help is highly appreciated:

I'm using the official WGT634U before flash to the 7.06 image and internet access is fine.

After flash completed I modify /etc/config/network file on following section:

...
#### WAN configuration
config interface    wan
    option ifname    'eth0.1'
    option proto    'pppoe'
    option username    'myaccout'
    option passwd    'mypass'
...

then reboot, but could not get internet access. So I manually execute 'ifup wan' and get following output from logread:

...
Jan  1 00:00:28 Delta9 daemon.info pppd[1046]: Plugin rp-pppoe.so loaded.
Jan  1 00:00:28 Delta9 user.info : Plugin rp-pppoe.so loaded.
Jan  1 00:00:28 Delta9 daemon.err pppd[1046]: Linux kernel does not support PPPoE -- are you running 2.4.x?
Jan  1 00:00:28 Delta9 daemon.info pppd[1046]: Exit.
Jan  1 00:01:02 Delta9 daemon.info pppd[1561]: Plugin rp-pppoe.so loaded.
Jan  1 00:01:02 Delta9 daemon.notice pppd[1562]: pppd 2.4.3 started by root, uid 0
Jan  1 00:01:03 Delta9 daemon.info pppd[1562]: PPP session is 108
Jan  1 00:01:03 Delta9 daemon.info pppd[1562]: Using interface ppp0
Jan  1 00:01:03 Delta9 daemon.notice pppd[1562]: Connect: ppp0 <--> eth0.1
Jan  1 00:01:03 Delta9 daemon.warn pppd[1562]: Couldn't increase MTU to 1500
Jan  1 00:01:03 Delta9 daemon.warn pppd[1562]: Couldn't increase MRU to 1500
Jan  1 00:01:03 Delta9 daemon.notice pppd[1562]: peer from calling number 00:E0:FC:02:CC:A9 authorized
Jan  1 00:01:33 Delta9 daemon.warn pppd[1562]: IPCP: timeout sending Config-Requests
Jan  1 00:01:33 Delta9 daemon.warn pppd[1562]: Couldn't increase MTU to 1500
Jan  1 00:01:33 Delta9 daemon.warn pppd[1562]: Couldn't increase MRU to 1500
Jan  1 00:01:39 Delta9 daemon.notice pppd[1562]: Connection terminated.
Jan  1 00:01:39 Delta9 daemon.notice pppd[1562]: Modem hangup
...

Is there anything I've missed in configuration? or any steps I should do before I could surf the internet?
Or any lucky guys are using WGT634U + pppoe flawless could share his/her experience?

Thanks

at least you get that much.... I don't even get those sort of entries in the logs... pppoe just seems to do nothing....

#### WAN configuration
config interface        wan
        option ifname   "eth0.1"
        option proto    pppoe
        option username lkamd;lksadmfasklfas
        option password l;ksafnmaslkfnasd;lkfnklasdnvalsdvnaslk;vmjkl;dvmas
        option keepalive 10
        #option mtu     1492

I think what Weedy is trying to say is, that you need to force the mtu size to 1492   Which is the default for PPP.  So maybe the line with option mtu should be un-commented ???

MTU, basically is the packet size that is used on the ppp link.......    why it tries to change it to 1500 is anybodies guess......

steve reaver wrote:

I think what Weedy is trying to say is, that you need to force the mtu size to 1492   Which is the default for PPP.  So maybe the line with option mtu should be un-commented ???

MTU, basically is the packet size that is used on the ppp link.......    why it tries to change it to 1500 is anybodies guess......

Thanks Weedy and steve, I'll try this value later and update with my result. But be patient, I have to flash it to OpenWRT again as the route is running official firmware now.

B.T.W. I remembered I had tried a much smaller MTU value long time ago without luck. But it may be other unknown issue too...

steve reaver wrote:

at least you get that much.... I don't even get those sort of entries in the logs... pppoe just seems to do nothing....

: )
I got them only if execute "ifup wan"manually, be sure to use eth0.1 not ppp0 thing(some example on the web suggest this strange value).

And good luck.

Hi guys, I have try with/without "option mtu     1492" today and none of them succeed.

But to my lucky after I install webif3.3(just want one more fail...) and fill all the configuration for pppoe on the web page, it works like a charm!

Afterwards, I compared the network config file and find a major difference
the noneworking one:
option passwd    'mypass'

and the working one:
option password    'mypass'

still investigating rest of the config files, will update this post if something new.

(Last edited by master2048 on 26 Jun 2007, 08:32)

The discussion might have continued from here.