This page contains common errors and misconfiguration.
* Q: Try to connect to a vserver from the master or another vserver on the same host fails with :: strace shows: <code> sin_addr=inet_addr("xx.xx.xx.xx")}, yy) = -1 EINVAL (Invalid argument) </code> * A: The vserver/master cannot communicate with another vserver on same host. ::# check all netmasks on all interfaces (do they overlap) ? ::# check policy routing (disable it temporary) ? ::# check that lo is up (Networking within a host/vserver always uses lo interface) |