Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2005 10:45:56 -0500
From:      Jeff Wirth <jeff.wirth@gmail.com>
To:        Andrew Lewis <al@xms.co.za>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Fake Internal IP Address Ranges
Message-ID:  <5d2cf6920503090745383d6c5f@mail.gmail.com>
In-Reply-To: <20050309152642.39d4616d@linux.site>
References:  <20050309152642.39d4616d@linux.site>

next in thread | previous in thread | raw e-mail | index | archive | help
> Does FreeBSD refuse to route fake internal address ranges?
> 

by 'fake' I assume you are referring to RFC1918
(http://www.faqs.org/rfcs/rfc1918.html)

> I have a setup as follows:
> Ethernet0 (10.0.0.0 address, internet-facing)

Having a RFC1918 address as your internet-facing address is not going
to work unless you have a 'NAT'ing device in front of it.

> Ethernet1 (196.funny address, LAN-facing)
> 
> We had broken our routing to accomodate the funny range, and it was working fine, until we put in the FreeBSD firewall. Tcpdump doesn't see packets for this range arriving anymore on the internet-facing interface... :(
> 
> Is it fBSD thats breaking it? And if so, how can I turn off this behaviour?

no OS that I know of (including FreeBSD) treats RFC1918 addresses
differently then any other.

- jw



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