Didier Wiroth wrote:
I configured ntpd on the soekris box to sync the time, but the
traffic is blocked and I do not understand why.
I have the following rule (the entire pf.conf is below):
pass out quick on $ext_if inet proto udp from ($ext_if) to any \
keep state
Shouldn't this rule allow the ntp traffic to pass through?
# TABLES SECTION #
table <bad_hosts_ssh> persist
table <hostile> persist
table <wifi>
### LOCALHOST OK ####
block quick from <bad_hosts_ssh>
block quick from <hostile>
block quick inet6 all
block log (all) all
What's in the <bad_hosts_ssh> and <hostile> tables?
pass out quick on $ext_if inet proto udp from ($ext_if) to any \
keep state
Will it work if you put it as the first rule?
/Alexander