Hi, i''ve set the ips as eth0:1, eth0:2, etc... the iptables command shows me my complete ip-Space. Regards Dexter ----- "Olivier B." <xen.list@daevel.fr> schrieb:> 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@lists.xensource.com > > http://lists.xensource.com/xen-users > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Florian Rahmann,> i''ve set the ips as eth0:1, eth0:2, etc... >should also work, but normally I would use eth0, eth1, eth2 .. in DomU, because each vif-entry (Dom0) will create a interface in DomU (1,2,...) could you please post: ifconfig -a brctl show of DomU and Dom0 (while DomU is running). Bye, Fabian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi again, sorry, brctl is not very useful in a routing-setup. Maybe route -n iptables-save would help more ;) Fabian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users