Dear All,

After the following setting of ipchains on 6.2 machine :

/sbin/ipchains -F
/sbin/ipchains -A input -i eth0 -p tcp --dport 20 -j ACCEPT

After the following setting of iptables on 7.2 machine :

iptables -F
iptables -A INPUT -i eth0 -p tcp --dport 20 -j ACCEPT

But I can connect to http://ip_address...
So, I want to know why I can connect to http://ip_address with port 80 ?

Edward.





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to