Not sure if anyone has got this working with Xen. At least I don't remember seeing any reports. Your /etc/hosts is wrong. You need to have two lines like:
[root@area51 zcs]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost area51.panotto.org area51
There is a problem with iptables. Try to re-run it:
zmiptables -u
zmiptables -i
This may not be working due to Xen. |