Date: Mon, 11 May 1998 03:13:06 +0700 From: jahan <jahan@pc.jaring.my> To: gandalf31337@localnet.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dial-up PPP Message-ID: <35560A52.33764419@pc.jaring.my> References: <3.0.32.19981107145405.006896e4@localnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
1. Edit default section in ppp.conf, commands start from column ONE. #ppp.conf #set speed 115200 for 28k and avobe default: set device /dev/cuaa1 set speed 115200 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\ \T TIMEOUT 40 CONNECT" #this is my ppp server name #you have to find your servers prompts, could be Longin or login , Password or something #you can find it easily, issue ppp #at ppp prompt key in term # ATDT1511 ( or you ISP number) #then you should be able to see the prompts . Write it down. # quit term by keying in ~. ( tilde+ fullstop) jaring: set phone 1511 set login "TIMEOUT 5 Username:-\\r-Username: jahan Password: YaRight" set ifaddr 192.168.149.64/0 202.220.0.5/0 255.255.255.0 delete ALL add 0 0 HISADDR set openmode active #end of ppp.conf Now the ppp.linkup # ppp.linkup 192.168.149.64: add 192.168.149.0 0 HISADDR MYADDR: add 0 0 HISADDR jaring: delete ALL add 0 0 HISADDR #end of ppp.linkup Thats all. Now issue "ppp -alias jaring", walla. Jahan "Everything is simple, when you can do it." gandalf31337@localnet.com wrote: > I'm somewhat of a BSD newbie who's hade experiance w/ bsd with shell > acocunts, but now i have bsd 2.2.6 on my own machine. I an having > absolutly no luck on figuring out how to connect to my dial-up ISP. I am > guessing that it's something in my ppp.conf, but with much editing i havent > gotten it. Any suggestions? > > thanks > mike 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?35560A52.33764419>