Results 1 to 1 of 1
hi there i'm having a problem with iptables
i dont have internet in my server
network card 192.168.1.1 mask 255.255.255.0 gw 192.168.1.254
Chain INPUT (policy DROP)
target prot opt source ...
- 05-02-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 1
problem with iptables
hi there i'm having a problem with iptables
i dont have internet in my server
network card 192.168.1.1 mask 255.255.255.0 gw 192.168.1.254
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 192.168.1.1 tcp dpt:30
ACCEPT tcp -- 0.0.0.0/0 192.168.1.1 tcp dpt:80
ACCEPT tcp -- 0.0.0.0/0 192.168.1.1 tcp dpt:21
ACCEPT tcp -- 0.0.0.0/0 192.168.1.1 tcp dpt:20
ACCEPT tcp -- 0.0.0.0/0 192.168.1.1 tcp dpt:137
ACCEPT udp -- 0.0.0.0/0 192.168.1.1 udp dpt:137
ACCEPT udp -- 0.0.0.0/0 192.168.1.1 udp dpt:138
ACCEPT tcp -- 0.0.0.0/0 192.168.1.1 tcp dpt:138
ACCEPT tcp -- 0.0.0.0/0 192.168.1.1 tcp dpt:139
ACCEPT udp -- 0.0.0.0/0 192.168.1.1 udp dpt:139
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination


Reply With Quote