search for: main_ip

Displaying 5 results from an estimated 5 matches for "main_ip".

Did you mean: main_fp
2007 Sep 11
2
Bug#441249: Bug#441249: xen-hypervisor-3.0.3-1-i386-pae: "Problems using XEN when Quagga is running"
Hi, > Can you manually do on the xen interfaces what the scripts would? How about > doing it on some other interface configured in a similar way? Toying with the vif-route script, I might have found a workaround for this issue. If I disable the ifconfig and ip route commands from vif-route script, and bring up vif interface by hand later on, everything seems to work. In other works,
2009 Jun 23
3
vif-route script not getting domU-IP (vif-IP)
...e, therefore the script can''t work. if [ "${ip}" ] ; then # If we''ve been given a list of IP addresses, then add routes from dom0 to # the guest using those addresses. for addr in ${ip} ; do ${cmdprefix} ip route ${ipcmd} ${addr} dev ${vif} src ${main_ip} done fi Has sombody faced the same problems ? Cheers, Maik _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Mar 12
0
libvirt/kvm/qemu: pointopoint routed setup?
...etup? i.e. each virtual machine has one ip with pointopoint config to the host machine, on a private interface - thus the virtual machines can only talk to the host, which routes them and can use normal iptables for filtering all traffic. with xen this was a simple script doing ifconfig ${vif} ${main_ip} netmask 255.255.255.255 up ip route ${ipcmd} ${addr} dev ${vif} src ${main_ip} and an optional echo 1 >/proc/sys/net/ipv4/conf/${vif}/proxy_arp has someone implemented something like this with libvirt/kvm setup? can you give some pointers how to do this? I don't need high speed commun...
2012 Dec 24
3
vif-route issue with HVM domU only
...+ dom0_ip ++ local nd=eth0 +++ ip_of eth0 +++ ip -4 -o addr show primary dev eth0 +++ awk ''$3 == "inet" {split($4,i,"/"); print i[1]; exit}'' ++ local result=188.40.114.136 ++ ''['' -z 188.40.114.136 '']'' ++ echo 188.40.114.136 + main_ip=188.40.114.136 + ''['' -z 188.40.114.136 '']'' + case "${command}" in + ''['' 188.40.175.7 '']'' + for addr in ''${ip}'' + ip route 188.40.175.7 dev vif143.0-emu src 188.40.114.136 Command "188.40.175.7&q...
2008 Mar 11
1
arp who-has not answered
...not describe all of them (I could write a book about "how to NOT setup a Xen" :-D) /etc/xen/xend-config.sxp ------------ (logfile /var/log/xen/xend.log) (loglevel DEBUG) (network-script network-route) (vif-script vif-route2) ------------- vif-route2 is the sam than vif-route changin $main_ip by $ip in ifconfig and "cmdprefix ip route" lines The machine.cfg file is: ------------ kernel=''/usr/lib64/xen-3.0.3-1/boot/hvmloader'' builder=''hvm'' device_model=''/usr/lib64/xen-3.0.3-1/bin/qemu-dm'' memory=256 name=''chronojum...