[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] RE: xen default networking setup
I had similar problems using the default networking configuration in XEN. The default setup uses bridged networking to link to the sub domains, but that doesn't work with traffic that has to be routed. You need to change your XEN to use routed networking: - in /etc/xen edit xend-config.sxp and comment out the default network scripts, then uncomment the routed network scripts: ## Use the following if VIF traffic is routed.
## Use the following if VIF traffic is bridged.
- next, in /etc/xen/scripts, you will need to customize the vif-route script to accommodate your sub domain networks case $vif in
# Are we going up or down?
- I added 'vifname=vif<x>.0' to the vif parameters in my xendomain config file to link the IP address above with the xendomain. After these mods I can connect to and control routing of traffic between all the sub domains. good luck, max -----Original Message-----
Hello,
BUT I can only ssh from the host to the guest and NOT between guests or
(I also have the same problem to connect to my Mysql server on the host
Thank you,
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |