Hi, I set up a new ipchains rule, accepting tcp packets on ports 2000 - 2020 and another accepting udp packets on ports 4000 - 4010, after that it worked.
-A input -s 0/0 -d 0/0 4000:4010 -p udp -j ACCEPT -A input -s 0/0 -d 0/0 2000:2020 -p tcp -y -j ACCEPT regards, L. _______________________________________________ Licq-main mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-main
