search for: router_ip

Displaying 3 results from an estimated 3 matches for "router_ip".

Did you mean: router_7
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,
2006 Jun 07
0
dhcp problem with vif-nat
...table/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 _______________________________________________ Xen-devel...
2005 Jul 05
1
Re: LARTC Digest, Vol 5, Issue 6
I''m not an expert, but I can tell you that when traffic shaping on a router, you can just shape egress both ways and not mess with imq. My script is at http://www.stardotstar.org/?page_id=63 The basis are the following 2 lines where UPDEV is ppp0 and DOWNDEV is eth0 in your case. tc qdisc add dev ${UPDEV} root handle 1: htb default 100 r2q 1 tc qdisc add dev ${DOWNDEV} root handle 1: