From owner-freebsd-hackers Thu Jun 29 06:22:52 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA24180 for hackers-outgoing; Thu, 29 Jun 1995 06:22:52 -0700 Received: from alpha.dsu.edu (ghelmer@alpha.dsu.edu [138.247.32.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA24160 for ; Thu, 29 Jun 1995 06:22:50 -0700 Received: (from ghelmer@localhost) by alpha.dsu.edu (8.6.12/8.6.12) id IAA01880; Thu, 29 Jun 1995 08:21:33 -0500 Date: Thu, 29 Jun 1995 08:21:33 -0500 (CDT) From: Guy Helmer To: Wilko Bulte cc: FreeBSD hackers list Subject: Re: 205 on laptop, slip is acting weird In-Reply-To: <199506221753.TAA01134@yedi.iaf.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@freebsd.org Precedence: bulk On Thu, 22 Jun 1995, Wilko Bulte wrote: > Hi > > I now have 205 successfully installed on my laptop (DEC Hinote). > Using NFS on 115k SLIP this went OK. It now even runs X ;-) > > The only thing (for now) that annoys me is that everything > on the SLIP/IP side doesnot work except for ping and NFS. > > So telnet,rlogin etc to or from the laptop fail: > ... > Ftp times out, etc. > > I'm probably missing the very obvious here but still.. > The 'server' is a 115 machine, the docs I have to pull > over will at work (lacking ftp to the world at home). Try checking the server and the client to make sure that compressed-slip is either enabled or disabled on both ends. Perhaps try an "ifconfig sl0 -link0" on the 2.0.5 system to clear the SC_COMPRESS flag on the slip interface and see if TCP services work (if so, the 1.1.5 system must have its end of the link in "normal" mode). Otherwise, perhaps try the "compress" flag in /etc/slip.hosts on the 1.1.5 system to force compressed-slip. The 2.0.5 kernel's slip interface notices when a compressed-slip packet arrives and sets the SC_COMPRESS (link0) flag on the interface for outgoing packets. This bit me, since 2.0.5's sliplogin no longer clears/sets the interface flags - I had to add an "ifconfig" to /etc/sliphome/slip.login to clear the link0 flag. > Other than this things look great > Wilko Bulte email: wilko@yedi.iaf.nl Guy Helmer, Dakota State University Computing Services - ghelmer@alpha.dsu.edu Government cannot give to people what it does not first take away from people. - Kenneth W. Sollitt