I have a second NIC in my machine that I am using to create a subnet for a cluster of Xen VMs on my machine. Nothing really needs to be connected to this interface as no traffic ever needs to leave the subnet (all the Xen VMs are on the same physical machine). However, if I don't have a cable connected, the interface thinks it can't do anything and won't try to route any packets. The setup works fine when a cable is connected. Any suggestions always appreciated!
|
feedback
|
|
Will a loopback plug work for you? | |||
feedback
|
|
I finally solved the problem by creating an alias of my NIC so I had two different IPs. I still need to configure the necessary | |||
|
feedback
|
|
You need use own virtual bridge interfaсe, xenbr1 for example. Read about: Xen Networking. | |||
|
feedback
|
eth1:0andeth1:1withxend-config.sxpusing the line(network-script 'network-bridge netdev=eth1') Unless I doifup eth1:0after the machine is started, I can't access the external network. – Michael Mior Jan 25 '10 at 15:09