From a05bab3bd8ad80e0a4bed7e0c6ee364a665c3ca5 Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Fri, 26 Sep 2008 07:58:18 +0000 Subject: . --- .../mach/gnumach/ports/xen/networking_configuration.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn') diff --git a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn index a14a0efd..7a448ac9 100644 --- a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn +++ b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn @@ -8,7 +8,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] -[[toc ]] +[[toc]] The Xen dom0 infrastructure provides for a bridged networking setup using shell scripts to configure the bridging device properly and attach the domUs' virtual @@ -48,9 +48,9 @@ vif-bridge)` are activated and all other `(network-script network-WHATEVER)`, respective `(vif-script vif-WHATEVER)` are commented out. -## Sample configuration files on Debian Lenny +# Sample configuration files on Debian Lenny -### /etc/xen/hurd on dom0 +## /etc/xen/hurd on dom0 kernel = "/boot/gnumach-xen" memory = 256 @@ -59,14 +59,14 @@ respective `(vif-script vif-WHATEVER)` are commented out. vif = [ 'mac=00:16:3e:00:00:00, bridge=br0' ] ramdisk = "/boot/hurd-modules" -### /etc/xen/xend-config.sxp on dom0 +## /etc/xen/xend-config.sxp on dom0 (network-script 'network-bridge netdev=br0') (dom0-min-mem 196) (dom0-cpus 0) (vncpasswd '') -### /etc/network/interfaces on dom0 +## /etc/network/interfaces on dom0 auto br0 iface br0 inet static @@ -77,11 +77,11 @@ respective `(vif-script vif-WHATEVER)` are commented out. gateway 192.168.1.1 bridge_ports eth1 -### Doing settrans on domU +## Doing settrans on domU settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 -a 192.168.1.210 -g 192.168.1.1 -m 255.255.255.0 -### /sbin/ifconfig on dom0 +## /sbin/ifconfig on dom0 br0 Link encap:Ethernet HWaddr 00:19:d1:2e:06:33 inet addr:192.168.1.211 Bcast:192.168.1.255 Mask:255.255.255.0 -- cgit v1.2.3