/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
Hi, Good day to all. I have here a problem regarding ICQ. Im setting here a masquerade server as my firewall and letting ICQ to work for a specific station(internal). I used to deny unwanted services to reduced network traffic, that's why ICQ now currently doe'snt work. I've visited ICQ websites for the specific port that ICQ connect and they say it should be in icq.mirabilis.com at port 4000. I also configured the ICQ client it self to conect to that host and port and set an ipchains rule for that ,but it still doesnt work. All other services in the script works fine. Please help me. Masquerade script: Client_Lan_Interface="eth1" ###local network Server_Lan_Interface="eth0"###internet connected interface mikecarel="192.168.1.67/32" ICQ_host="icq.mirabilis.com/32" ICQ="4000" /sbin/ipchains -A input -i $Client_Lan_Interface -p tcp -s $mikecarel $Unpriviledge_port -d $ICQ_host $ICQ -j ACCEPT /sbin/ipchains -A output -i $Client_Lan_Interface -p tcp -s $ICQ_host $ICQ -d $mikecarel $Unpriviledge_port -j ACCEPT /sbin/ipchains -A forward -i $Server_Lan_Interface -p tcp -s $mikecarel $Unpriviledge_port -d $ICQ_host $ICQ -j MASQ Regards, Mike _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
