Thread: Skype and iptables
i skype working iptables, it's possible define port incoming calls not same don't case outgoing. since iptables drop outgoing, incoming, forwarding default cause problem skype, there way around without setting policy outgoing accept.
code:# skype chain iptables -n skype iptables -a skype -p udp --dport $skype_port_in -j accept-in iptables -a skype -p udp --sport $skype_port_in -j accept-out iptables -a input -p udp --dport $skype_port_in -j skype iptables -a output -p udp --sport $skype_port_in -j skype
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Skype and iptables
Ubuntu
Comments
Post a Comment