View previous topic :: View next topic |
Author |
Message |
rafaelcl n00b
Joined: 20 Jul 2003 Posts: 2
|
Posted: Sun Jul 20, 2003 3:13 pm Post subject: Kernel + PPPoE |
|
|
What is the kernel options i need enable to my pppoe work???? |
|
Back to top |
|
|
bfg n00b
Joined: 07 Jul 2003 Posts: 58 Location: Amparo, SP
|
Posted: Sun Jul 20, 2003 4:02 pm Post subject: |
|
|
I think that these options enabled as modules in your .config will solve your problem:
Code: |
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
|
I think there is info about this in PPPOE documentation.
|
|
Back to top |
|
|
rafaelcl n00b
Joined: 20 Jul 2003 Posts: 2
|
Posted: Sun Jul 20, 2003 8:48 pm Post subject: |
|
|
I compile with it options, but when I try connect, the pppoe return error:
Timeout: Waiting for PADO packets
How-to fix this???
Thanks |
|
Back to top |
|
|
bfg n00b
Joined: 07 Jul 2003 Posts: 58 Location: Amparo, SP
|
Posted: Sun Jul 20, 2003 9:07 pm Post subject: |
|
|
Maybe your adsl-setup is miscofingured. Try to edit by hand your configurations in /etc/pppoe.
Other concern is with the packets when you are trying to connect. Maybe they arent routing to the interface that your modem is connected... But first see if its everything okay with the interface.
|
|
Back to top |
|
|
|