Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 1999 10:04:06 -0600 (CST)
From:      Blake Freeburg <blakef@mrdata.com>
To:        freebsd-net@freebsd.org
Subject:   3.1 machine as a router?
Message-ID:  <199903051604.KAA04651@mrdata.com>

next in thread | raw e-mail | index | archive | help
Hi, 

  What am I missing?  This is not working, and from the handbook/FAQ, I am not sure what is wrong...


Setup
--------------------------------------------------------------------
  Internal Machines		Gateway			Gateway WAN
  internal.net.b		internal.net.a		outnet.b
  internal.net.c		outnet.a
 
  On Gateway, I have a default route to

	default -> outnet.b

  in the rc.conf

	GATEWAY_ENABLE="YES"
	DEFAULTROUTE="outnet.b"

  'routed' is running, with /etc/gateways having something like

	net internal.net.0/27 gateway outnet.a metric 0 active	

  on all other internal machines, they are told to route to 

	default -> internal.net.a

 Problem
 --------------------------------------------------------------------
 From 'gateway', I can get to/from anywhere.  No problems
 From any other internal machine, I can get to gateway (internal.net.a, outnet.b), but nowhere else
 From outside machines, you can get to gateway, but no internal machines


 Other attempts
 ----------------------------------------------------------------------
 Tried to do many variations on the /etc/gateways files, pointing the gateways to 'internal.net.a', 'outnet.b'
 Tried changing the default route to internal.net.a, outnet.a
 Added a route from outnet.a -> outnet.b


Blake



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903051604.KAA04651>