RE: Static route & NAT
- From: "Aaron Burke" <aburke@xxxxxxxxxxxxxxx>
- Date: Tue, 17 Oct 2006 00:06:17 -0700
I much of this is from http://www.irbs.net/FreeBSD/FAQ/networking.html .
Due to the lack of NAT, I assume that they all use public interfaces.I am wondering how to implement a freebsd router without NAT enbaled?them need to
There are 3 subnets connected to this freebsd router. all of
access the Internet.
You may want to look into the installation of routed.
I have to admit to not being entirely sure what it is you're asking.I am not either, but I hope to provide some good info.
Does ipfw not just handle it?It can, but doing so requires that special rules be put in place. Every
rule that is processed accumulates additional delay.
There is an easier way to forward packets from each network. Simply change
'net.inet.ip.forwarding = 0' to 'net.inet.ip.forwarding = 1' via sysctl.
You can also enable this in rc.conf via 'gateway_enable="YES"'.
More than one nic is not required, but if you have the slots available, it
I suspect the easiest way may be to have one NIC per subnet in the fbsd
router, and use natd.
can save some increadible headaches. It is possible (however extreemly
unwise) to run all 3 of them in via a single NIC.
SNIP
-- Aaron
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- RE: Static route & NAT
- From: Spadge Fromley
- RE: Static route & NAT
- References:
- Re: Static route & NAT
- From: Spadge Fromley
- Re: Static route & NAT
- Prev by Date: How to set value of DupAddrDetectTransmits on FreeBSD? & How to set ethernet card mode?
- Next by Date: Re: If_bridge behaving as HUB
- Previous by thread: Re: Static route & NAT
- Next by thread: RE: Static route & NAT
- Index(es):