Date: Thu, 01 Jul 2004 12:55:19 -0400 From: Chuck Swiger <cswiger@mac.com> To: sid@merlin.com.ua Cc: freebsd-ipfw@freebsd.org Subject: Re: ipfw fwd Message-ID: <40E441F7.8060909@mac.com> In-Reply-To: <1557380813.20040701150226@merlin.com.ua> References: <1557380813.20040701150226@merlin.com.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
sid@merlin.com.ua wrote: > does anyone think, what fwd is side feature, > and we are using fwd because we do not have > enougt route options ? That's perhaps a reasonable option. :-) > why we cant write > route add NETS1 for USERS1 gw 1.1.1.1 > route add NETS2 for USERS1 gw 1.1.1.2 > or route add from *** to ** gw *** > or route add from any to NETS fwd *** > ? > if it will be done, what yet reason to use fwd ? The normal IP routing table only makes decisions based upon the destination IP address. The IPFW fwd command can make decisions based on many other criteria, such as the sender IP address, port # or protocol, etc. However, there are also some ports will handle other routing mechanisms beyond RIPv2, such as OSPF and BGP/EGP: quagga, zebra, etc.... -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40E441F7.8060909>