chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a28edce
)
artist.m4: Punch a hole for Rygel service to local (-ish) devices.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 Sep 2014 15:34:54 +0000
(16:34 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 5 Sep 2014 15:34:54 +0000
(16:34 +0100)
artist.m4
patch
|
blob
|
blame
|
history
diff --git
a/artist.m4
b/artist.m4
index 8b066a7f05cea2be3dbc6fdf229fa0466d75ad19..b6a8111d9dc664e156d03602cd1b52cd20f6cc9e 100644
(file)
--- a/
artist.m4
+++ b/
artist.m4
@@
-46,6
+46,12
@@
run iptables -A inbound -j ACCEPT \
-p tcp -m multiport --destination-ports \
$port_netbios_ssn,$port_microsoft_ds
-p tcp -m multiport --destination-ports \
$port_netbios_ssn,$port_microsoft_ds
+## Open ports for Rygel.
+run iptables -A inbound -j ACCEPT -s 172.29.198.0/23 \
+ -d 239.255.255.250 -p udp --destination-port 1900
+run iptables -A INPUT -j ACCEPT -s 172.29.198.0/23 \
+ -p tcp --destination-port 9501
+
## Other interesting things.
dnsresolver inbound
## Other interesting things.
dnsresolver inbound