Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!ihnp4.ucsd.edu!dog.ee.lbl.gov!agate!ICSI.Berkeley.EDU!faerber From: faerber@ICSI.Berkeley.EDU (Johannes Faerber) Newsgroups: comp.os.386bsd.questions Subject: Re: help! slip! Date: 19 Oct 1994 18:55:10 GMT Organization: International Computer Science Institute, Berkeley, CA, U.S.A. Lines: 13 Distribution: world Message-ID: <383q2e$htb@agate.berkeley.edu> References: <37qk8a$h3@proteon.inet-serv.com> NNTP-Posting-Host: icsib86.icsi.berkeley.edu > running slattach on the same device slattach cua00 > [...] > I can ping any remote, but neither telnet nor ftp will work. My guess is that your server wants VJ-Header compression for TCP packets (ping uses UDP, not TCP). Try the following: slattach -h /dev/cua00 or slattach -a /dev/cua00 I use: slattach -h -c -s115200 -z -r 'dialscript' /dev/cua00 Johannes