When I SSH/FTP to my vserver I still login into the host server?
The problem comes if you bind to `0.0.0.0′ in the host server without using a `v_sshd’ script. This then snatches all the addresses on the server (including all vserver addresses), even if the vservers haven’t been started yet. The best way is not to run much (or anything) in the host server–except SSH–and to make sure you either use a `v_ssh[d]’ script, or manually set SSHd to bind to one IP address in the host server (including chbind’ing or remembering to disable `inetd’).