I can't remember exactly, I think ICQ uses tcp 5000 Also if that is your firewall rule I would suggest you set up your input, output, and forward policies as deny. Have you read Rusty's howto IPChains? Have a look at an excellent example of building a IPChains Firewall. Once you have that you can later convert your old IPChains firewall to IPtables with little issue. > Hi > > I am trying to run gaim(an ICQ client) but can't connect to the logon > server, I currently have the ipchains settings > > :input ACCEPT > :forward ACCEPT > :output ACCEPT > -A input -s 0/0 -d 0/0 25 -p tcp -y -j ACCEPT > -A input -s 0/0 -d 0/0 22 -p tcp -y -j ACCEPT > -A input -s 0/0 67:68 -d 0/0 67:68 -p udp -i eth0 -j ACCEPT > -A input -s 0/0 67:68 -d 0/0 67:68 -p udp -i eth1 -j ACCEPT > -A input -s 0/0 -d 0/0 -i lo -j ACCEPT > -A input -p tcp -s 0/0 -d 0/0 0:1023 -y -j REJECT > -A input -p tcp -s 0/0 -d 0/0 2049 -y -j REJECT > -A input -p udp -s 0/0 -d 0/0 0:1023 -j REJECT > -A input -p udp -s 0/0 -d 0/0 2049 -j REJECT > -A input -p tcp -s 0/0 -d 0/0 6000:6009 -y -j REJECT > -A input -p tcp -s 0/0 -d 0/0 7100 -y -j REJECT > -A input -s 0/0 -d 0/0 22 -p tcp -y -j REJECT > > on a Redhat 7.2 box. What do I need to add to these settings so I can use gaim. > > Cheers > > Tony > > -- > SLUG - Sydney Linux User's Group - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug
-- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
