hoping i'm not totally misunderstanding some firewall rules but on this
wiki page:

http://wiki.openwrt.org/doc/howto/udp_multicast

toward the bottom, one reads that, to use igmpproxy and udpxy together,
you must combine the earlier firewall rules. the page claims you need
three rules:

config rule
        option src      wan
        option proto    igmp
        option target   ACCEPT
config rule
        option src      wan
        option proto    udp
        option dest     lan
        option dest_ip  224.0.0.0/4
        option target   ACCEPT
config rule
        option src      wan
        option proto    udp
        option dest_ip  224.0.0.0/4
        option target   ACCEPT

but isn't that third rule a superset of the second rule, making the
second rule redundant? or am I just misreading something?

rday
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to