View Single Post
  #4   (View Single Post)  
Old 6th January 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

You probably will get more response by asking on the freebsd-stable mailinglist or on freebsd-hackers. Especially if it used to work on FreeBSD 4.x and 5.xx

I wonder if there could be a sysctl variable you need to turn on. Unfortunately don't have a FreeBSD box available at this time.
OpenBSD has a sysctl to enable directed broadcasts, which is not what you want
Code:
$ sysctl -a | grep broad
net.inet.ip.directed-broadcast=0
Only after setting this to 1, a directed broadcast would work under OpenBSD.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote