iptablesのmediatomb用設定

公開日: 2015年1月25日

iptables Linux Webサーバ

mediatomb使用時に行うiptablesの設定

iptables -A INPUT -p tcp --dport 49152 -j ACCEPT
iptables -A INPUT -p udp --dport 1900 -j ACCEPT
iptables -A OUTPUT -p udp --dport 1900 -j ACCEPT

QooQ Dot designed by tai1/Original theme designed by QooQ