|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] HowTo bind IPs?!
Hi,
have you setup the new interfaces (eth1 and eth2) on the DomU too ? (in
/etc/network/interfaces, on the DomU)
With routing a way to show all used IP from Dom0 :
iptables -L FORWARD -n | grep all | awk '{ print $4 }' | sort --unique
Olivier
Florian Rahmann a écrit :
Hi everybody,
I'm new at Xen so sorry for this nooby Question ;)
Im running Xen 3.3 under Debian Lenny and its working fine. My
Networking-Method is routing.
Now i have 4 guests on my machine with 8 ips for each guest but only one ip on
the guest is reachable.
Here is an Example of my guest.cfg:
vif = [
'ip=xxx.xxx.xxx.xxx,mac=xx:xx:xx:xx:xx:','ip=xxx.xxx.xxx.xxx','ip=xxx.xxx.xxx.xxx'
]
i dont know whats wrong... just the one ip with the given Mac is reachable.
Please help :)
Regards
Dexter
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|