View Single Post
  #2   (View Single Post)  
Old 19th April 2014
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

I've never done multicast routing. However, I note that there are two sysctls for routing. Be sure you've enabled both:
Code:
net.inet.ip.forwarding=1       # 1=Permit forwarding (routing) of IPv4 packets
net.inet.ip.mforwarding=1      # 1=Permit forwarding (routing) of IPv4 multicas
t packets

Last edited by jggimi; 19th April 2014 at 11:03 PM. Reason: clarity
Reply With Quote