this is a question specifically for this vm software but im sure that someone else can help if they have experience with other vm softwareso i have all these vms running on one computerhow do i set up the network connections on the host so that they all get ip addresses from my router? host os: windows xp sp3guest 1: ubuntu 8.10 desktop i386guest 2: rhel 5.2 i386right now i have the connections that the host uses bridged with the virtual network adapters of the guests but i am ending up with an ip conflict between the host and the guests (i have the router set up to dole out ips based on the mac address)
2/7/2009 4:27:56 PM
So you have fake static IPs set by the router based on mac addresses? Bit roundabout. Why not just set static IPs?Not sure on Virtual Box but with VMWare programs (server, workstation, etc) you want bridged. Why you are getting IP conflicts is beyond me, maybe as the router is seeing the physical mac of the host and not the virtual macs of the vms? Id just either set static IPs on the vms themselves, or completely use DHCP. from what youve got now, you are statically assigning DHCP addresses which is kinda pointless.
2/7/2009 5:30:56 PM
check both guests to see if the have the same mac as the host
ifconfig | grep HWaddr
2/7/2009 5:51:32 PM
2/7/2009 6:24:37 PM
2/7/2009 7:41:51 PM
when i have the vms on my laptop, its not pointlessi will sniff them out
2/7/2009 8:36:30 PM
^ so this is for when you are home? But you also use them when not at home? Then why not just either hostname reference then when you are home and use straight DHCP? You are fixing a problem by creating a problem.As evan said, ya you can do this, but its not the best way to do it. Are you actually getting a popup saying the ip is duplicated on the system? Or how are you determining that you have duplicate IPs?
2/7/2009 9:00:07 PM
all the work i do for my research lives in *nix, and i maintain some rhel boxesok fine im doing it wrong whatevermy host gives me a duplicate ip warning when i check my router, i have two ips for one mac address
2/7/2009 9:04:30 PM
so just to verify, you have the router give specific MACs specific IP addresses via DHCP? as if not then you have some issues with dhcp on your router... and even then you have issues with it it sounds like. That or Xp doesnt like how VirtualBox bridges stuff and is picking up the traffic...
2/7/2009 9:07:18 PM
straight from the router (dd-wrt v24 sp2)
2/7/2009 9:21:26 PM
2/7/2009 11:32:51 PM
if you have 2 IPs for one MAC, that means virtualbox isn't properly getting the network stack in windows to spoof the MAC to match the one you set for the virtual machine.
2/8/2009 1:14:24 AM
2/8/2009 1:51:54 AM
^ my point is hes not using hostnames to reference the vms.
2/8/2009 9:26:13 AM
I don't know much about server virtualization, but one thing that may be causing a problem is that the MAC address you are using have the group bit set (FF:FF:FF:FF:FF:F1 ) = multicast, and sourcing an ethernet frame using a multicast address is a no-no, and generally causes problems.That's a shot in the dark, because I don't know if normal networking rules apply in a VM environment.
2/8/2009 10:14:43 AM
2/8/2009 11:46:34 AM
2/8/2009 1:24:27 PM