[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] manually add domU vifN.0 to bridge ?
hi fellow XEN-users: I have been trying hard to get this problem fixed, hope I can get some help here. Thanks in advance for your time. I have a typical dom0 + domU XEN setup. after I start xend and network-bridge, I get the default network setup, , peth0 -------- bridge ------------------------------------------------------- | | vif0.0 vif2.0 | | eth0 eth0 the problem is, dom2 eth0 has a XEN MAC address, but our department does not allocate DHCP address to machines they don't own, so I need to assign my own local IP address to dom2. so I decided to create a private network that connects dom0 and dom2,while still allowing dom0 to access internet. i.e. I want: peth0 ------------bridge --------------------------------------------------------------------------------------------- | | | vif0.0 vif0.1 vif2.0 | | | eth0 veth1 eth0 what I did is : /etc/init.d/xend start /etc/xen/scripts/network-bridge start brctl addif xenbr0 vif0.1 ifconfig veth1 192.168.0.1 arp xm console 2 (now in dom2) ifconfig eth0 192.168.0.10 arp then from dom0 I tried to ping dom2 card by "ping 192.168.0.10 ", but no responses, also failure on the other direction, this still fails after several minutes, (I guess allowing arp to work ?) where I am doing wrong? Thanks a lot Yang _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |