It depends, if you have "iptables -P FORWARD DROP" at the top of your rules set then you have to allow skype ports (any) with something like this iptables -A FORWARD -p tcp --dport SKYPEPORT -j ACCEPT and if you have ""iptables -P FORWARD ACCEPT" , then you don't have to do anything fanncy. regards Askar On 5/1/05, varun_saa@xxxxxxxx <varun_saa@xxxxxxxx> wrote: > Hello, > My server is on Mandriva 10.1 > eth0 is WAN with static IP connected to 512K DSL > eth1 is LAN - 192.168.0.0/24 and 192.168.21.0/24 > > I am doing a nat/masq on eth0. > > Some of clients are going to using Skype. > > Any rules to be included for skype ? > > Thanks > > Varun > > -- I love deadlines. I like the whooshing sound they make as they fly by. Douglas Adams