skype behind iptables+squid

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 [at] infinito.it
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Luca Ferrari [ Di, 27 September 2005 11:10 ] [ ID #985015 ]

Re: skype behind iptables+squid

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 [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
drupix [ Di, 27 September 2005 13:49 ] [ ID #985016 ]
Linux » gmane.linux.admin » skype behind iptables+squid

Vorheriges Thema: Snare on RH9
Nächstes Thema: SSH daemon segmentation fault