svn commit: r277714 - head/sbin/ipfw

Olivier Cochard-Labbé olivier at cochard.me
Mon Jan 26 20:35:08 UTC 2015


On Sun, Jan 25, 2015 at 9:37 PM, John Baldwin <jhb at freebsd.org> wrote:

> Author: jhb
> Date: Sun Jan 25 20:37:32 2015
> New Revision: 277714
> URL: https://svnweb.freebsd.org/changeset/base/277714
>
> Log:
>   natd(8) will work with an unconfigured interface and effectively not do
>   anything until the interface is assigned an address.  This fixes
>   ipfw_nat to do the same by using an IP of INADDR_ANY instead of
>   aborting the nat setup if the requested interface is not yet configured.
>
>

Hi,

I've still a problem with ipfw_nat and unconfigured interface:
On my setup I'm using ipfw with NAT rules using an OpenVPN tunnel interface
as source address for NATting.

During the machine startup, ipfw is started before openvpn (hopefully) and
its configuration mention do to NAT using tun0 IP address.
Then OpenVPN start and create a tun0 and set an IP address on it.
=> But no unicast traffic is allowed on this tun0 interface until I restart
ipfw.

If I correctly understand the log of this commit: This behavior should be
fixed by this commit, right ?


More information about the svn-src-all mailing list