skype behind iptables+squid
am 27.09.2005 11:10:34 von Luca Ferrari
Hi,
I've got a LAN with a iptables firewall that also runs squid as proxy.
I'd like to run skype from a computer in the LAN, but I'm unable to
connect and I cannot understand which ports/configuration skype requires
in order to run, since the firewall is not logging anything strange.
Anybody has some clue?
Luca
--
Luca Ferrari
fluca1978@infinito.it
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: skype behind iptables+squid
am 27.09.2005 13:49:30 von drupix
This is what skypes needs to 'get out'.
############skype#######
iptables -A others -p tcp --dport 44848 -j ACCEPT
iptables -A others -p udp --dport 44848 -j ACCEPT
iptables -A others -d 66.235.181.59 -j ACCEPT
--Adrian.
Luca Ferrari wrote:
> Hi,
> I've got a LAN with a iptables firewall that also runs squid as proxy.
> I'd like to run skype from a computer in the LAN, but I'm unable to
> connect and I cannot understand which ports/configuration skype
> requires in order to run, since the firewall is not logging anything
> strange. Anybody has some clue?
>
> Luca
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html