This shows you the differences between two versions of the page.
|
tech:mdns_and_iptables [2009/09/17 15:51] benvon |
tech:mdns_and_iptables [2009/09/17 15:52] (current) benvon |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Here's the magic: | Here's the magic: | ||
| - | ''iptables -A INPUT -p udp --dst 224.0.0.251 --dport 5353 -j ACCEPT'' | + | ''iptables -A INPUT -p udp ----dst 224.0.0.251 ----dport 5353 -j ACCEPT'' |
| You'll have to replace the tables with whatever you have on your local system, but the basic logic should flow. | You'll have to replace the tables with whatever you have on your local system, but the basic logic should flow. | ||