From owner-freebsd-questions Wed Dec 27 13:17:06 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17632 for questions-outgoing; Wed, 27 Dec 1995 13:17:06 -0800 (PST) Received: from iii1.iii.net (root@iii1.iii.net [199.232.40.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA17626 for ; Wed, 27 Dec 1995 13:17:02 -0800 (PST) Received: (from shorty@localhost) by iii1.iii.net (8.6.8/8.6.6) id QAA25912 for freebsd-questions@freebsd.org; Wed, 27 Dec 1995 16:16:41 -0500 Date: Wed, 27 Dec 1995 16:16:41 -0500 From: Justin Seger Message-Id: <199512272116.QAA25912@iii1.iii.net> To: freebsd-questions@freebsd.org Subject: Routing trouble Sender: owner-questions@freebsd.org Precedence: bulk I have a SLIP connection (sl0), and an ethernet connection (ed0) and am trying to route packets between the two. I am currently running FreeBSD 2.1.0. I can ping machines on either connection from my FreeBSD machine and can ping the sl0 device (199.232.44.242) from the internet, and I can ping both ed0 (199.232.47.49) and sl0 (199.232.44.242) from a windows '95 (199.232.47.51). I was assigned the following from my intenet provider: SLIP Account IP Address: 199.232.44.242 Subnet: 199.232.47.48 Netmask: 255.255.255.240 Broadcast: 199.232.47.63 Addresses: 199.232.47.49-199.232.47.62 Here's the output of 'ifconfig ed0' ed0: flags=8863 mtu 1500 inet 199.232.47.49 netmask 0xfffffff0 broadcast 199.232.47.63 ether 00:40:33:30:b1:cd and 'ifconfig sl0' sl0: flags=d011 mtu 552 inet 199.232.44.242 --> 199.232.46.33 netmask 0xffffff00 I would REALLY appreciate any help you can give me. Thanks in advance, -Justin Seger- BTW-Can anyone recommend a good book on IP routing, etc...?