Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!rice!sun-spots-request From: wrs@niagara.tymnet.com (Bill Soley) Newsgroups: comp.sys.sun Subject: Re: Problem with bind system call over slip link Keywords: Networks Message-ID: <4108@brazos.Rice.edu> Date: 26 Dec 89 22:59:16 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 22 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 2, message 10 of 19 I don't use cisco SLIP, but I can say this about Sun SLIP: Sun thinks of the SLIP line as a network unto itself, not as an interface to a remote network. This means the SLIP line needs its own (unique) network (or subnet) number and the interface at each end needs a host number on that network (one for cisco and a different one for Sun). This is the same model 4.3 BSD uses. Try changing sc->sc_if.if_flags = IFF_POINTOPOINT; to sc->sc_if.if_flags = 0; /* was IFF_POINTOPOINT */ in if_sl.c and rebuilding your kernel. Then specify the remote network (subnet) number as the destination in the slattach command. This may work or it may not. William R. Soley | Internet: wrs@Tymnet.COM BT Tymnet, Inc | UUCP: {ames,sun}!oliveb!tymix!wrs 2560 North First Street | Voice: 408-922-6210 P.O.Box 49019, San Jose, CA 95161-9019 | Fax: 408-922-6125