IP fastforwarding in RELENG_4 and CURRENT/RELENG_6 (fwd)
- From: Dmitry Pryanishnikov <dmitry@xxxxxxxxxxxxxx>
- Date: Tue, 29 Aug 2006 12:05:47 +0300 (EEST)
Hello!
Sorry for reposting my questions again, I hope they are interesting not
only for me...
What is the current status of the fast IP forwarding in RELENG_4 and in
modern versions (CURRENT/RELENG_6)? I see that this code (either ip_flow.*
in RELENG_4 or ip_fastfwd.c in RELENG_6) is always included into kernel
(no separate option for it), but is disabled by default. What are drawbacks
from enabling it (pure-IPv4 environment, heavy use of ipfw+divert+dummynet,
occasionally use of IPSEC)? I haven't found any documentation for this
option besides comments in ip_fastfwd.c, and those comments rose several
questions:
* Else if something is not pure IPv4 unicast forwarding we fall back to
* the normal ip_input processing path. We should only be called from
----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* interfaces connected to the outside world.
---^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
How to achieve this aim? I see no fastforwarding-specific options in
ifconfig.
* IPSEC is not supported if this host is a tunnel broker. IPSEC is
* supported for connections to/from local host.
Is it true for FAST_IPSEC? Am I understand 'tunnel broker' correctly:
it's the host that wraps other host's traffic into the ESP using
IPSEC tunnel mode? How about IPSEC transport mode?
And the main question: does this description stands for ip_flow implementation
in RELENG_4? If not, what are the differences?
Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail: dmitry@xxxxxxxxxxxxxx
nic-hdl: LYNX-RIPE
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Prev by Date: Re: [fbsd] Re: possible patch for implementing split DNS
- Next by Date: Re: [fbsd] Re: possible patch for implementing split DNS
- Previous by thread: Problem with uipc_mbuf.c
- Next by thread: [Fwd: Re: possible patch for implementing split DNS]
- Index(es):
Relevant Pages
- IP fastforwarding in RELENG_4 and CURRENT/RELENG_6
... Else if something is not pure IPv4 unicast forwarding we fall back to ... IPSEC
is not supported if this host is a tunnel broker. ... (freebsd-net) - IPSec woes
... I'm going off of the handbook section for setting up IPsec but I'm ...
trying to setup a point-to-point between my host and another. ... installed racoon from
ports and the first time I tried to ping my peer ... (freebsd-questions) - Re: IPSec tcp session stalling ( me too ) ...
... Is it IPSec + bandwidth management?? ... data over a tcp connection through
the IPSec tunnel using: ... on host A. ... can see hostB sends three RST packets
at the end. ... (freebsd-net) - VPN: Network to Host to Internet
... I have two freebsd boxes running 5.0 with IPSec enabled and racoon ... and then
off to the internet. ... host to host or network to network, but not network
to host to internet. ... (freebsd-questions) - Re: firewall advice
... Duane Arnold wrote: ... >>one of the firewalls is on the rare occasion
that I would want to ... > But IPsec doesn't present that problem with BI or any other
host based FW ... (comp.security.firewalls)