![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PPPoE + mpd = MSN messenger not works | sniper007 | BSD | 4 | 12-30-2007 05:32 AM |
| pppoe | nEuRoMaNcEr | SCO | 1 | 11-20-2003 07:32 PM |
| Four PCs Sharing ADSL | HOUSCOUS | UNIX for Dummies Questions & Answers | 1 | 11-13-2002 11:17 AM |
| ADSL with Darwin 1.41 | Syphor | UNIX for Dummies Questions & Answers | 3 | 03-14-2002 03:35 PM |
| dns/pppoe Problems | Recon | UNIX for Dummies Questions & Answers | 3 | 10-21-2001 08:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
PPPoE + ADSL on FreeBSD 4.4
Hi everyone,
This is basically my problem. I setup freebsd, and wanted to get my adsl connection up which uses pppoe to connect. I followed the steps in this (http://free.mine.nu/~squirrel/PPPoE/...oE%20Howto.htm) manual and configured everything successfully. The problem begins when i run the command "ppp -bacgkround pppoe" I get the following error: Warning: Bad label in /etc/ppp/ppp.conf (line 5) - missing colon Warning: Bad label in /etc/ppp/ppp.conf (line 6) - missing colon Warning: Bad label in /etc/ppp/ppp.conf (line 7) - missing colon Warning: Bad label in /etc/ppp/ppp.conf (line 8) - missing colon From looking at the Handbook, and the manu above, I did not notice anywhere that says i should put a colon. For the heck of it I did putit in and the same problem appear. I've tried to get my connect up for a month now with no luck. PLEAse someone help. |
| Forum Sponsor | ||
|
|
|
||||
|
You may try to find your answer in here
http://logicsquad.net/freebsd/PPPoE-how-to.html It described and teaches the adsl connection step by step. Perhaps this URL works. |
|
||||
|
as a root have you tried adsl -start, The adsl need to be started frst before you run the pppd. if you did state what is your pppd version pppd --version
Another URL that might get handy on this situation http://mirror.kr.freebsd.org/handbook/pppoe.html |
|
|||
|
I decided to use the freebsd default file, just change few lines such as:
set device PPPoE:dc0 And in /etc/rc.conf i set the mode to background. So now when i run ppp -background papchap I get this error now tun3: Error: chat_write: Network unreachable tun3: Warning: Caht script failed Also what is this "add default HISADDR" is HISADDR should be some kind of IP? |