|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen : How to configure a Proxy as DomU ?
Simon .. here is the output :
svrlnx05:/# brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.00238b174296 no eth0 vif1.0 xenbr1 8000.00238b174297 no eth1
vif1.1
- All VMs can talk to each other -> yes
- All VMs are connected to the xenbr0 network -> yes
- The Dom0 can access the real network -> yes
actually .. i cannot realize what happening ..
2009/9/22 Grant McWilliams <grantmasterflash@xxxxxxxxx>
i think to have made a wrong question.
- I installed Dom0 with debian lenny and xen - i configured network with the bridge method (xenbr0 - xenbr1) - installed and configured apache with proxy module - installed and configured two web servers with apache / php5 / mysql
all servers are connected to the internet and intranet (which allow them to work togheter in a private netork)
i
dont need any help by you about proxy - web server and other stuff ..
but actually i need help to configure the Dom0 in order to allow the
proxy to work fine. I guess .. i missing some configuration on Dom0
with the command "route" .. seems that there is a problem with the
proxy which is not able to forward the request by using xenbr0 (which
is the eth0 on Dom0)
thank you so much Simon
I'm going to assume a few things here - All VMs can talk to each other
- All VMs are connected to the xenbr0 network
- The Dom0 can access the real network
If these are true then I need something from you. Can you give me the output of
brctl show
Depending on your version of Xen the network is set up different ways. What we want is for the physical ethernet device to be attached to the xenbr0 if you want the VMs to communicate with the real network as if they were real Servers. You may find that you have two bridges - eth0 (which peth0 is a member) and xenbr0 (which vif1.0 and vif2.0 are members). If this is the case then traffic from the eth0 bridge will not traverse thin air and end up on xenbr0. You might need to add peth0 to xenbr0.
Grant McWilliams
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|