From owner-freebsd-questions Wed Mar 5 17:16:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28302 for questions-outgoing; Wed, 5 Mar 1997 17:16:36 -0800 (PST) Received: from unix1.ism.com.br (root@unix1.ism.com.br [200.255.211.35]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA28296 for ; Wed, 5 Mar 1997 17:16:31 -0800 (PST) Received: from clpc1.compuland.com.br (clpc1.compuland.com.br [200.255.96.22]) by unix1.ism.com.br (8.8.5/8.7.1) with SMTP id WAA25096 for ; Wed, 5 Mar 1997 22:17:04 -0300 Date: Wed, 5 Mar 1997 22:17:04 -0300 Message-Id: <199703060117.WAA25096@unix1.ism.com.br> X-Sender: compland@ism.com.br X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Subject: routing help Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi: Sorry to be a little off-topic... I have a network subneted in 8 groups of 30 hosts (255.255.255.224). I use the first block to my hosts, and the second to dial-in access. Now I need to link, using slip, I remote network. I don't know if it is the right approach: the machine is 200.255.96.24 . Can I define the sl0 interface as 200.255.96.28 (for example), and the other end be 200.255.96.193 (in another subnet) ? Or I need to define the sl0 interface in another subnet ? host1 router 200.255.96.24 (ether) 200.255.96.194 (ether) 200.255.96.28 (slip) ------- 200.255.96.193 (slip) It would work if I run gated in host1 ? Thanks a lot, Regards, Helio.