View Single Post

  #9 (permalink)  
Old 11-23-2006, 06:30 PM
deltamails deltamails is offline
Junior Member
User
 
Join Date: Nov 2006
Posts: 14
Rep Power: 0
deltamails
Default

[root@jupiter ~]# ./fw.start
Flushing firewall rules: [ OK ]
Setting chains to policy ACCEPT: filter [ OK ]
[root@jupiter ~]# service httpd start

-------------------------------------------------
[root@jupiter ~]#
[root@jupiter ~]# iptables -L -n
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- 127.0.0.1 0.0.0.0/0
ACCEPT all -- 127.0.0.1 0.0.0.0/0
DROP all -- 81.170.239.78 0.0.0.0/0
DROP all -- 69.115.181.157 0.0.0.0/0
DROP all -- 85.147.68.248 0.0.0.0/0
DROP all -- 84.145.173.106 0.0.0.0/0
DROP all -- 69.115.181.157 0.0.0.0/0
DROP all -- 85.147.68.248 0.0.0.0/0
DROP all -- 84.145.173.106 0.0.0.0/0
DROP all -- 69.231.44.193 0.0.0.0/0
DROP all -- 80.100.68.193 0.0.0.0/0
DROP all -- 213.173.255.181 0.0.0.0/0
DROP all -- 84.168.52.36 0.0.0.0/0
DROP all -- 84.168.19.66 0.0.0.0/0
DROP all -- 84.168.40.44 0.0.0.0/0
DROP all -- 84.168.31.17 0.0.0.0/0
DROP all -- 193.217.29.213 0.0.0.0/0
DROP all -f 0.0.0.0/0 0.0.0.0/0
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x3F
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x00
DROP all -- 0.0.0.0/8 0.0.0.0/0
DROP all -- 127.0.0.0/8 0.0.0.0/0
DROP all -- 10.0.0.0/8 0.0.0.0/0
DROP all -- 172.16.0.0/12 0.0.0.0/0
DROP all -- 192.168.0.0/16 0.0.0.0/0
DROP all -- 224.0.0.0/3 0.0.0.0/0
ACCEPT tcp -- 0.0.0.0/0 66.235.251.194 tcp spts:1024:65535 dpt:80
ACCEPT tcp -- 0.0.0.0/0 66.235.251.194 tcp spts:1024:65535 dpt:443
ACCEPT tcp -- 0.0.0.0/0 66.235.251.194 tcp spts:1024:65535 dpt:25
ACCEPT tcp -- 0.0.0.0/0 66.235.251.194 tcp spts:513:65535 dpt:22
ACCEPT udp -- 66.235.251.138 66.235.251.194 udp spt:53 dpts:1024:65535
ACCEPT tcp -- 66.235.251.138 66.235.251.194 tcp spt:53 dpts:1024:65535
ACCEPT udp -- 66.235.251.141 66.235.251.194 udp spt:53 dpts:1024:65535
ACCEPT tcp -- 66.235.251.141 66.235.251.194 tcp spt:53 dpts:1024:65535
ACCEPT tcp -- 0.0.0.0/0 66.235.251.194 tcp spt:25 dpts:1024:65535
ACCEPT tcp -- 0.0.0.0/0 66.235.251.194 tcp spt:22 dpts:513:65535
DROP all -- 0.0.0.0/0 0.0.0.0/0

Chain FORWARD (policy DROP)
target prot opt source destination

Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT all -- 0.0.0.0/0 127.0.0.1
ACCEPT all -- 0.0.0.0/0 127.0.0.1
DROP all -- 0.0.0.0/0 81.170.239.78
DROP all -- 0.0.0.0/0 69.115.181.157
DROP all -- 0.0.0.0/0 85.147.68.248
DROP all -- 0.0.0.0/0 84.145.173.106
DROP all -- 0.0.0.0/0 69.115.181.157
DROP all -- 0.0.0.0/0 85.147.68.248
DROP all -- 0.0.0.0/0 84.145.173.106
DROP all -- 0.0.0.0/0 69.231.44.193
DROP all -- 0.0.0.0/0 80.100.68.193
DROP all -- 0.0.0.0/0 213.173.255.181
DROP all -- 0.0.0.0/0 84.168.52.36
DROP all -- 0.0.0.0/0 84.168.19.66
DROP all -- 0.0.0.0/0 84.168.40.44
DROP all -- 0.0.0.0/0 84.168.31.17
DROP all -- 0.0.0.0/0 193.217.29.213
ACCEPT tcp -- 66.235.251.194 0.0.0.0/0 tcp spt:80 dpts:1024:65535
ACCEPT tcp -- 66.235.251.194 0.0.0.0/0 tcp spt:443 dpts:1024:65535
ACCEPT tcp -- 66.235.251.194 0.0.0.0/0 tcp spt:25 dpts:1024:65535
ACCEPT tcp -- 66.235.251.194 0.0.0.0/0 tcp spt:22 dpts:513:65535
ACCEPT udp -- 66.235.251.194 66.235.251.138 udp spts:1024:65535 dpt:53
ACCEPT tcp -- 66.235.251.194 66.235.251.138 tcp spts:1024:65535 dpt:53
ACCEPT udp -- 66.235.251.194 66.235.251.141 udp spts:1024:65535 dpt:53
ACCEPT tcp -- 66.235.251.194 66.235.251.141 tcp spts:1024:65535 dpt:53
ACCEPT tcp -- 66.235.251.194 0.0.0.0/0 tcp spts:1024:65535 dpt:25
ACCEPT tcp -- 66.235.251.194 0.0.0.0/0 tcp spts:513:65535 dpt:22
DROP all -- 0.0.0.0/0 0.0.0.0/0
[root@jupiter ~]#
Reply With Quote