From owner-freebsd-questions Wed Sep 6 15:54:45 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id PAA25930 for questions-outgoing; Wed, 6 Sep 1995 15:54:45 -0700 Received: from iii1.iii.net (iii1.iii.net [199.232.40.10]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id PAA25924 for ; Wed, 6 Sep 1995 15:54:43 -0700 Received: (from shorty@localhost) by iii1.iii.net (8.6.8/8.6.6) id SAA09198 for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 1995 18:54:22 -0400 Date: Wed, 6 Sep 1995 18:54:22 -0400 From: Justin Seger Message-Id: <199509062254.SAA09198@iii1.iii.net> To: freebsd-questions@FreeBSD.ORG Subject: Network Submasks w/ ethernet and slip Sender: questions-owner@FreeBSD.ORG Precedence: bulk I've been running FreeBSD 2.0.5 with a SLIP connection for a couple of weeks. I recently setup an ethernet network and am running TCP/IP over it, but would like to connect it to the internet. So, here's what I have/know: My SLIP connection is sl0, and this is what ifconfig sl0 returns sl0: flags=9011 mtu 552 inet 199.232.44.242 --> 199.232.46.9 netmask 0xffffff00 I know that my network card is a DEC Etherworks/3 205 on le0 I have the following IP addresses: 199.232.44.242 my normal SLIP IP address 199.232.46.9 my default router 199.232.40.3 my default name server 199.232.40.4 my secondary name server 199.232.47.48 my network address 255.255.255.240 my subnet mask 199.232.47.63 my broadcast address 199.232.47.49-62 my host addresses How can I set this up so TCP/IP can flow properly between sl0 and le0? Thanks in advance. -Justin Seger-