On 29 July 2013 12:27, Karl Pielorz <kpielorz_...@tdx.co.uk> wrote:

>
>
> --On 29 July 2013 13:02 +0200 Stefan Esser <s...@freebsd.org> wrote:
>
>  I guess you were looking for:
>>
>>         net.inet.ip.fw.default_to_**accept="1"
>>
>> which is a tunable to be set in /boot/loader.conf ...
>>
>
> Very probably - but that's at boot time :( - Is there nothing I can do at
> kldload time to have the initial kldload give me a 'allow ip from any to
> any' rule as it loads? (thus not affecting traffic on the machine, or more
> importantly the CARP interfaces)?
>
>
My normal way is to run the kldload in screen and manually run an allow all
right afterwards
e.g.

kldload ipfw && ipfw <blah>... :)
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to