[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen 4 + Debian Squeeze + one VM in route mode and another in nat mode
Le 04/08/2011 06:31, Todd Deshane a écrit : > Are you able to confirm that Xen is making use of these scripts? For > example, adding a set -x to the scripts and booting the guest to make > sure the scripts are being called. And/or manually checking that the > iptables rules are being put into place correctly Another approach is > described in this thread: > http://xen.markmail.org/search/?q=nat+networking#query:nat%20networking+page:1+mid:fksxauxxxqxotgz4+state:results > Which links to: > http://www.andrewsorensen.net/blog/post/nat-networking-in-debian-squeeze > Thanks, Todd Yes I'm able to confirm that because it's vif-nat which give the static ip 192.168.1.254 to vif-debianTest by modifiing that : routing_ip() { #echo $(echo $1 | awk -F. '{print $1"."$2"."$3"."$4 + 127}') echo $(echo $1 | awk -F. '{print $1"."$2"."$3"."254}') } I use a dedibox, and bridge mode is not authorized...I can only route with an ip failover that I have to buy or nat, and I'd like to have one VM which use an ip failover and other one NAT. Thanks. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |