Click to See Complete Forum and Search --> : Iptables - cannot get access from outside - help


slewis1972
01-07-2003, 05:45 PM
Ok, I can share my internet connection vi this script that starts by the rc.local file, the script is attached


-------

I run dyndns.org, and I have setup httpd. But I cannot access any of my webpages if I use the dns name or even the ip that is on eth0. I also need to get access to the server via SSH and I cannot.

Heres my iptables at the moment:-

target prot opt source destination
RH-Lokkit-0-50-INPUT all -- anywhere anywhere

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain RH-Lokkit-0-50-INPUT (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:http flags:SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp flags:SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh flags:SYN,RST,ACK/SYN
ACCEPT udp -- anywhere anywhere udp spts:bootps:bootpc dpts:bootps:bootpc
ACCEPT udp -- anywhere anywhere udp spts:bootps:bootpc dpts:bootps:bootpc
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
REJECT tcp -- anywhere anywhere tcp dpts:0:1023 flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
REJECT tcp -- anywhere anywhere tcp dpt:nfs flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
REJECT udp -- anywhere anywhere udp dpts:0:1023 reject-with icmp-port-unreachable
REJECT udp -- anywhere anywhere udp dpt:nfs reject-with icmp-port-unreachable
REJECT tcp -- anywhere anywhere tcp dpts:x11:6009 flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
REJECT tcp -- anywhere anywhere tcp dpt:xfs flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable



Can anyone help. I have tried to put in accept options and it still wont work.
I am running Redhat8
--
Scott

mychl
01-09-2003, 03:21 AM
See if this (http://mychl717.com/linked/iptables) helps....

slewis1972
01-09-2003, 07:39 AM
Ace script.

It looks quite solid - and you just open the ports you want etc. So far I have open webmin and restricted the source that access it - which makes me happy.

Any ideas what I need to add to enable passive ftp transfers?

Scott