From owner-freebsd-questions Mon Jan 22 15:56:54 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA01716 for questions-outgoing; Mon, 22 Jan 1996 15:56:54 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA01705 for ; Mon, 22 Jan 1996 15:56:46 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id QAA23598; Mon, 22 Jan 1996 16:59:14 -0700 Date: Mon, 22 Jan 1996 16:59:14 -0700 From: Nate Williams Message-Id: <199601222359.QAA23598@rocky.sri.MT.net> To: anthony.s.magner@cpmx.saic.com Cc: questions@freebsd.org Subject: Re: SLIP Use. In-Reply-To: <2F012681CDF@BlueRidge-EF.SAIC.COM> References: <2F012681CDF@BlueRidge-EF.SAIC.COM> Sender: owner-questions@freebsd.org Precedence: bulk > Q1: Does the local-addr of the SLIP interface need to be different > than the IP assigned to the real NIC which will route for us? > > e.g. My real NIC is 198.151.14.6 > I want the clients to use 198.151.14.22 (only one dialin) > > Can I put ...14.6 as the local in slip.hosts? Sure, but be aware of ARP bugs in all recent versions of FreeBSD if you intend to use proxy-arp for routing. > Q2: Is PPP easier to setup than this? It's different, not necessarily any easier. However, PPP is becoming more standard than SLIP, so you may find it easier to get connected to a PPP server vs. a SLIP server. Nate