Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!EU.net!uunet!winternet.com!news2.mr.net!mr.net!inet-serv.com!not-for-mail From: bjohnson@inet-serv.com (Bill Johnson) Newsgroups: comp.os.386bsd.questions Subject: SLIP question...reply Date: 27 Oct 1994 23:37:14 -0500 Organization: InterNetwork Services Lines: 20 Message-ID: <38pv5q$1dh@proteon.inet-serv.com> X-Newsreader: TIN [version 1.2 PL2] I am using slip, here are the exact steps that I go thru: Establish async connection: cu -l cua00 (then manually dial...kludgey...I know). ifconfig sl0 inet myip slipsrvrip netmask nmsk where myip is my ip address, slipsrvrip is the slip server ip, and nmsk is the appropriate netmask for the "slip network" (mine is 0xffffff00). route add default slipsrvrip where slipsrvrip is the slip server ip slattach -c /dev/cua00 the -c is need for mine because I am running CSLIP, not regular SLIP. Hope that this helps you out... Bj.