freebsd ipfw question

Randy Bush randy at psg.com
Thu Feb 17 21:45:47 UTC 2022


for some reason lost in time, i have the following in `/etc/ipfw.rules`
on a freebsd system running bind9

    add allow tcp from any to me 53 limit src-addr 1 setup
    add deny tcp from any to me 53

the results are

    01000  48358531   6390772849 allow tcp from any to me 53 setup limit src-addr 1 :default
    01100    165225      9379997 deny tcp from any to me 53

is this about normal?

randy


More information about the bind-users mailing list