Rob ter Veer
02-05-2004, 13:34
Hi, i'm trying to forward a couple of ports to my internal server with the customized firmware. I use the Firmware v1.7.5.6 CR2.1 [Oleg]. Now the service which needs these ports is not getting any traffic on the ports.
When I log in to the 500g with telnet and do a 'iptables -L' i don't see any forwards there also?
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:21 flags:SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:22 flags:SYN,RST,ACK/SYN
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP udp -- anywhere anywhere udp dpt:53
DROP tcp -- anywhere anywhere tcp dpt:53
DROP udp -- anywhere anywhere udp spt:53
DROP tcp -- anywhere anywhere tcp spt:53
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Anyone an idea?
When I log in to the 500g with telnet and do a 'iptables -L' i don't see any forwards there also?
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:21 flags:SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:22 flags:SYN,RST,ACK/SYN
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP udp -- anywhere anywhere udp dpt:53
DROP tcp -- anywhere anywhere tcp dpt:53
DROP udp -- anywhere anywhere udp spt:53
DROP tcp -- anywhere anywhere tcp spt:53
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Anyone an idea?