Comment 44 for bug 218126

Revision history for this message
Russell Nash (russnash37) wrote :

Ok,

The good news here is that I'm an idiot!!! :)

I'm very, very new to xen and had accepted pretty much the defaults for the xend configuration.

I was setting up my DomU to use routed traffic, however, my xend config was configured to use bridging.

I switched from:
(network-script network-bridge)
(vif-script vif-bridge)

To:
(network-script network-route)
(vif-script vif-route)

and traffic is now flowing as it should.

Sorry for the false alarm! ...and thank you for all the responses and help.

Russ.