Page 2 of 2
Re: Need help for Network multiple Guests an IPs
Posted: 4. Nov 2009, 21:13
by huppsi
you are right. i did read your post wrong.
I linkt to the hetzner xen page because of the networks settings for the guests.
I running vb 3.0.3.0.6
I have not installed the xen kernel
Re: Need help for Network multiple Guests an IPs
Posted: 4. Nov 2009, 21:25
by Sasquatch
Then the command I posted earlier should give you the proper bridged connectivity. Change the few variables as needed (like VM name, NIC number and Host NIC). Then VRDP into the Guest and set the IP configuration as needed. That should make it work.
Re: Need help for Network multiple Guests an IPs
Posted: 5. Nov 2009, 11:02
by huppsi
OK, good Morning.
the Network settings are ok now. I reach the guest from outside and i can get outside from the guest.
This Problem is finished.
The next Problem is to start the guests. I´m working with ssh on the server. I can start the guest with
And everythings works fine. I need a way to start the guest and keep them running even if i close ssh.
If i start the guest with
i get the previous error.
This is my problem now!!
Hope we get it right now

Re: Need help for Network multiple Guests an IPs
Posted: 5. Nov 2009, 11:54
by Sasquatch
Either start it from a screen session (apt-get install screen, then after you SSH to the machine, start screen and resume it with screen -r), or start the VM using NOHUP VBoxHeadless ....