From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 11:34:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 927CC37B401 for ; Thu, 12 Jun 2003 11:34:31 -0700 (PDT) Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16AEE43F3F for ; Thu, 12 Jun 2003 11:34:31 -0700 (PDT) (envelope-from wmaxwell@ix.netcom.com) Received: from user-38lc0ge.dialup.mindspring.com ([209.86.2.14] helo=warrenma) by hall.mail.mindspring.net with smtp (Exim 3.33 #1) id 19QWu5-0007F9-00 for freebsd-questions@freebsd.org; Thu, 12 Jun 2003 14:34:29 -0400 Message-ID: <000801c33110$6c0af100$016f8798@warrenma> From: "warren maxwell" To: Date: Thu, 12 Jun 2003 11:28:18 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailman-Approved-At: Thu, 12 Jun 2003 11:42:39 -0700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Help routing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 18:34:31 -0000 Im setting up a serial line connection and i am unable to ping because = it says no host. How do i set up my base local address to be = 192.168.2.1? The commands i am running are as follows, slattach -h -l -n -s 19200 /dev/cuaa0 ifconfig sl0 192.168.2.2 192.168.2.3 up Do i need to add a route command like this? route add -net 192.168.2 192.168.2.0 255.255.255.0 Thanks for all the help in advance guys, much appreciated. Bryan