On 2012-12-03 12:00, David Paul wrote:
best I can think of at the minute is that the iptables
config has
been changed (though this is not something I've ever made changes
to!)
# iptables -n -L
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
This means you do not have *any* active iptables rules at all. I think
it's your resolver setup, so please have a look in your /etc/resolv.conf
file to see where your queries goes. Here is the content of one of mine:
---start---
# cat /etc/resolv.conf
search your.domain.name
nameserver 127.0.0.1
nameserver 85.119.80.232
nameserver 85.119.80.233
---end---
Regards,
Jan Henkins