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

Instead of messing around with the complete 224/4 block, you could add a more specific route:

Code:
$ sudo route add 239.1.2.3 192.168.2.1
add host 239.1.2.3: gateway 192.168.2.1
If this is not acceptable, you probably will have more success in solving this issue by asking on the OpenBSD misc mailing list. I only used sockets in Perl, and those where not for multicast
See http://www.openbsd.org/mail.html
__________________
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