From owner-freebsd-isp Sun Apr 21 16:49:41 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21983 for isp-outgoing; Sun, 21 Apr 1996 16:49:41 -0700 (PDT) Received: from cedb.dpcsys.com (cedb.DPCSYS.COM [165.90.143.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA21971 for ; Sun, 21 Apr 1996 16:49:35 -0700 (PDT) Received: from cedb (cedb.DPCSYS.COM [165.90.143.3]) by cedb.dpcsys.com (8.6.10/DPC-1.0) with SMTP id XAA06455 for ; Sun, 21 Apr 1996 23:40:01 GMT Date: Sun, 21 Apr 1996 16:40:01 -0700 (PDT) From: Dan Busarow X-Sender: dan@cedb To: freebsd-isp@freebsd.org Subject: Gateway configuration Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I started out Friday on what I thought would be a dead easy project. Getting 2.1.0R routing between two class Cs. Many, many hours later and I'm still not routing. What I've done. Recompiled the kernel with options GATEWAY (even though I don't think you need this any more) In sysconfig I have gateway=YES routedflags=NO gated=YES and these entries for ifconfig network_interfaces="lo0 ed0 ed2" ifconfig_lo0="inet localhost" ifconfig_ed0="inet 165.90.143.192 netmask 255.255.255.0" ifconfig_ed2="inet 165.90.145.190 netmask 255.255.255.0" The only static route is for the loopback device. /etc/gated.conf has just a rip = yes ; >From this machine I can ping hosts on both nets. From both nets I can ping this machine. The route to 165.90.145 is propagated into 165.90.143 traceroute shows packets going to this machine and stopping. IP Forwarding is turned on (both by options GATEWAY and the sysctl -w ... in netstart) but it _won't_ forward packets. 165.90.145 is going to be subnetted to a /26 eventually but I've left it as a full C for now to eliminate subnetting as a problem. Also, if it has any significane whatsoever, sitting on 165.90.145 are two PowerMacs running OpenTransport. Any suggestions? Thanks, Dan -- Dan Busarow DPC Systems Dana Point, California