summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/ports
diff options
context:
space:
mode:
authorshakthimaan <shakthimaan@web>2008-09-26 08:14:47 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-09-26 08:14:47 +0000
commit1f6064f5a91a2846c0c195eca3c190b65405e73c (patch)
tree5626c895864d3e80a83322e48542f3024fab4d27 /microkernel/mach/gnumach/ports
parent8b96f51ad4d3315aaa3d95af22a94379f314612f (diff)
.
Diffstat (limited to 'microkernel/mach/gnumach/ports')
-rw-r--r--microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn
index 65f4fbb9..71a72bac 100644
--- a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn
+++ b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn
@@ -59,6 +59,8 @@ respective `(vif-script vif-WHATEVER)` are commented out.
vif = [ 'mac=00:16:3e:00:00:00, bridge=br0' ]
ramdisk = "/boot/hurd-modules"
+/dev/sda5 is an extended partition. br0 is bridge interface on dom0.
+
## /etc/xen/xend-config.sxp on dom0
(network-script 'network-bridge netdev=br0')
@@ -77,6 +79,8 @@ respective `(vif-script vif-WHATEVER)` are commented out.
gateway 192.168.1.1
bridge_ports eth1
+eth1 is the interface that is connected to the Internet on the LAN:
+
## 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