> I have a RH Linux 6 setup as a home firewall with IP Masq,
> ftp/telnet/httpd work within the home LAN. But no ftp/telnet/httpd
> access is successfully from the outside through the DSL line. Funny
> thing is that I can ping from outside to my linux firewall. Access to
> internet from inside the home LAN is working fine as well. Where
> should I start to check with? I have a status IP with domain name
> assigned.
> Kelvin
could just make those particular ports avail in your routing table...
something like:
iptables -A INPUT -i ppp0 -p tcp -destination-port 80 -j ACCEPT
iptables -A INPUT -i ppp0 -p udp -destination-port 80 -j ACCEPT
iptables -A INPUT -i ppp0 -p tcp -destination-port 443 -j ACCEPT
iptables -A INPUT -i ppp0 -p udp -destination-port 443-j ACCEPT
iptables -A INPUT -i ppp0 -p tcp -destination-port 20 -j ACCEPT
iptables -A INPUT -i ppp0 -p tcp -destination-port 21 -j ACCEPT
iptables -A INPUT -i ppp0 -p tcp -destination-port 23 -j ACCEPT
but, then, I don't know which kernel or rel of iptables (ipfwadm) your
usin'
--
I am a ~/.signature virus. I am taking over
your ~/.signature file now. Flames to
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----