A pretty wired problem occured when configure a virtualhost at port 81.
When I use command curl 123.123.123.123:81
or curl localhost:81
in the same server, it got response. While when I access it from remote machine either by curl 123.123.123.123:81
or browser it does not work, showing error connection time out.
I am using centOS 6.3. Note that I have closed iptables and selinux to test it and I am pretty sure they were both closed.
the remote machine can get access to World Wide Web. Anyone has similar experiences? What happened ?
iptables
when call iptables -L
shows:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination