XEN with routed DomUs: Unterschied zwischen den Versionen

Aus Markus' Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: With a reference to Martin Würtele: Configure /etc/xen/xend-config.sxp for routing: (network-script network-route) (vif-script vif-route) and enable arp p...)
 
 
Zeile 1: Zeile 1:
With a reference to Martin Würtele:
+
[http://martin.wuertele.net/blog/misc/xen_routed_setup/ With a reference to Martin Würtele]:
  
 
  Configure /etc/xen/xend-config.sxp for routing:
 
  Configure /etc/xen/xend-config.sxp for routing:

Aktuelle Version vom 22. Februar 2009, 23:05 Uhr

With a reference to Martin Würtele:

Configure /etc/xen/xend-config.sxp for routing:

(network-script network-route)
(vif-script     vif-route)

and enable arp proxy with sysctl -w net.ipv4.conf.eth0.proxy_arp=1 for runtime and by adding

net.ipv4.conf.eth0.proxy_arp=1

to /etc/sysctl.conf permanently.