My remote host is blocking my work address. This happened immediatly after I added the work IP to the list of available IP's in CPanel. (I was planning to send a subdomain to a server at the work address). I tried to unblock with:
iptables -D INPUT 17, but got "Index of deletion too big"
I'm running CentOS 3.1
I recently had a variation on this problem but could not resolve it. Any help would be appreciated
IPtables below. Pacific.net.au is the one being blocked. They are the service provider.
root@plato [~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
acctboth all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
acctboth all -- anywhere anywhere
Chain acctboth (2 references)
target prot opt source destination
tcp -- plato.pixelrepublic.com anywhere tcp dpt:http
tcp -- anywhere plato.pixelrepublic.comtcp spt:http
tcp -- plato.pixelrepublic.com anywhere tcp dpt:smtp
tcp -- anywhere plato.pixelrepublic.comtcp spt:smtp
tcp -- plato.pixelrepublic.com anywhere tcp dptop3
tcp -- anywhere plato.pixelrepublic.comtcp sptop3
icmp -- plato.pixelrepublic.com anywhere
icmp -- anywhere plato.pixelrepublic.com
tcp -- plato.pixelrepublic.com anywhere
tcp -- anywhere plato.pixelrepublic.com
udp -- plato.pixelrepublic.com anywhere
udp -- anywhere plato.pixelrepublic.com
all -- plato.pixelrepublic.com anywhere
all -- anywhere plato.pixelrepublic.com
tcp -- b190C.static.pacific.net.au anywhere tcp dpt:http
tcp -- anywhere b190C.static.pacific.net.autcp spt:http
tcp -- b190C.static.pacific.net.au anywhere tcp dpt:smtp
tcp -- anywhere b190C.static.pacific.net.autcp spt:smtp
tcp -- b190C.static.pacific.net.au anywhere tcp dptop3
tcp -- anywhere b190C.static.pacific.net.autcp sptop3
icmp -- b190C.static.pacific.net.au anywhere
icmp -- anywhere b190C.static.pacific.net.au
tcp -- b190C.static.pacific.net.au anywhere
tcp -- anywhere b190C.static.pacific.net.au
udp -- b190C.static.pacific.net.au anywhere
udp -- anywhere b190C.static.pacific.net.au
all -- b190C.static.pacific.net.au anywhere
all -- anywhere b190C.static.pacific.net.au
all -- anywhere anywhere



LinkBack URL
About LinkBacks
op3
Reply With Quote




