Displaying 3 results from an estimated 3 matches for "vif_ip".
Did you mean:
in_ip
2013 Jan 28
5
xl nat and wrong IPs
Hi,
I''m currently switching from toolstacks from xm to xl. Because I have
a rather complex network setup with my domUs, I use xen''s nat
capabilities. But what works fine with xm behaves slightly strange in
xl:
I use something like the following to establish a domU interface
within my vif part:
''type=vif, mac=00:16:3E:06:DA:B2, ip=192.168.2.1, vifname=fw11,
2004 Nov 22
7
memory and cpu usage
Is there a way to discovery how much free memory I still have
to use in a new domain?
Another question is about cpu usage. I guess that xen scheduler
allocate a fixed time slice for all virtual machines and does not
make any idea if the virtual machine is using or not using all
this time, right? How I can identify if CPU is the bottleneck?
Thanks!
--
Flávio Bruno Leitner
2006 Jun 07
0
dhcp problem with vif-nat
...problem.
--- /work/unstable/xen-unstable.hg/dist/install/etc/xen/scripts/vif-nat
2006-06-06 18:12:11.000000000 +0100
+++ vif-nat 2006-06-07 11:53:15.000000000 +0100
@@ -110,7 +110,7 @@
echo >>"$dhcpd_conf_file" \
"host $hostname { hardware ethernet $mac; fixed-address $vif_ip; option
routers $router_ip; option host-name \"$hostname\"; }"
release_lock "vif-nat-dhcp"
- "$dhcpd_init_file" restart || true
+ "$dhcpd_init_file" restart && true
Any ideas to debug this ?
Anup
______________________________...