Date: Wed, 14 Jun 2000 22:51:13 +0200 From: Marc Silver <marcs@draenor.org> To: Boucher Eric <eric.boucher24@sympatico.ca> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Internet connexion Message-ID: <20000614225113.U11164@draenor.org> In-Reply-To: <3947D391.E65C843C@sympatico.ca>; from eric.boucher24@sympatico.ca on Wed, Jun 14, 2000 at 02:48:49PM -0400 References: <3947D391.E65C843C@sympatico.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
You're missing a label for your dialup profile. Your file should look something like this: (other examples are in /usr/share/examples/ppp/ppp.conf.sample default: set device /dev/cuaa1 set log Phase Chat LCP IPCP CCP tun command set speed 57600 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 120 enable dns ondemand: set phone xxxxxx set login "ABORT NO\\sCARRIER TIMEOUT 5 name:--name: user word: pass" set timeout 120 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns Cheers, Marc On Wed, Jun 14, 2000 at 02:48:49PM -0400, Boucher Eric wrote: > Hi > > It's been now about 1 month (not at full time) that I try to log into > the internet. I'm not really good with informatic and I try the best I > can by reading the handbook to log on. I did every step that is > written, but it still don't work. I know that Unix-like systems are good > systems, but they are also frustating to configure. I guess that's part > of the game. Anyway, my new question goes like this : > > After typing ppp and then dial isp (isp is the > name I gave in ppp.conf), 2 messages appears.: > > Warning isp : Configuration label not found > > and > > Warning dial : Failed 1 > > I don't understand why it says that the configuration label is not > found, because that's the name I gave in ppp.conf, , after defaults. > > I use the version 3.4 of FreeBSD. > > I also want to know if the handbook is better than the book (from Walnut > Creek) to configure my connexion and also how do I know wich version of > PPP I'm using > > Thanks a lot > > Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000614225113.U11164>