summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/ports
diff options
context:
space:
mode:
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