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
Need help for Network multiple Guests an IPs
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: Need help for Network multiple Guests an IPs
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.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
huppsi
- Posts: 16
- Joined: 22. Oct 2009, 09:13
- Primary OS: Debian Lenny
- VBox Version: OSE Debian
- Guest OSses: Debian Lenny
Re: Need help for Network multiple Guests an IPs
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
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
Code: Select all
VBoxHeadless startvm "Webserver"If i start the guest with
Code: Select all
VBoxManage --startvm "Webserver"This is my problem now!!
Hope we get it right now
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: Need help for Network multiple Guests an IPs
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 ....
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.