Date: Fri, 31 Mar 1995 19:13:52 -0800 From: Richard Chang <richardc@CSUA.Berkeley.EDU> To: FreeBSD-current@freefall.cdrom.com Subject: ppp Message-ID: <Pine.DYN.3.91.950331190717.22917B-100000@soda.CSUA.Berkeley.EDU>
next in thread | raw e-mail | index | archive | help
Hi, I need help getting ppp working under -current as it worked fine under 2.0-RELEASE. Here is the setup I'm using... bigbang# kermit so I use kermit to dial and start the ppp on the ppp server on my providers side and then hit ctrl-z to suspend kermit then I kill the kermit process... Is there a kermit that would allow me to quit it without dropping DTR since I do have AT&D0 set on the modem. bigbang# ppp This calls /usr/sbin/pppd /dev/cua00 115200 Here is my /etc/ppp/options file: bigbang# more /etc/ppp/options crtscts # enable hardware flow control modem # modem control line noipdefault # remote PPP server must supply your IP address. # if the remote host doesn't send your IP during IPCP # negotiation , remove this option passive # wait for LCP packets domain bigbang.HIP.Berkeley.EDU # put your domain name here <remote_ip> #<136.152.64.1> #<136.152.76.173>:<136.152.64.1> # put the IP of remote PPP host here # it will be used to route packets via PPP link # if you didn't specified the noipdefault option # change this line to <local_ip>:<remote_ip> defaultroute # put this if you want that PPP server will be your # default router bigbang# What am I doing wrong? Any help would be greatly appreciated. Thanks. --richardc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.DYN.3.91.950331190717.22917B-100000>