On Monday 20 October 2003 10:32, smart penguin wrote: > the irc form the workstation still could not connect. So i was > hoping if it is not to much from you guys, to clarify whether > i have a wrong execution of command. Or i still need some > other configuration on my workstation.
and here i ask a related question (for purposes of discussion, i'll test it and figure it out myself later, for now, discussion might be useful, hehe, previously, i would just add both the INPUT and FORWARD rules). if my NAT router is 192.168.1.1, and my client is 192.168.1.100 and i want to connect to my mail server at mail.isp.com. if i'll be checking my mail from my client is it sufficient to say something like: iptables -t filter -I INPUT -p tcp -s 192.168.0.0/24 --dport 110 --syn -j ACCEPT or do i also have to say: iptables -t filter -I FORWARD -p tcp -s 192.168.0.0/24 --dport 110 --syn -j ACCEPT tiger -- Gerald Timothy Quimpo gquimpo*hotmail.com tiger*sni*ph http://bopolissimus.sni.ph Public Key: "gpg --keyserver pgp.mit.edu --recv-keys 672F4C78" Logic is a pretty flower that smells bad. -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
