From f14a6c30cc7cb82775c337e09946bfcb41aab07f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 5 Jan 2019 15:48:07 +0100 Subject: Fix using netdde's eth0 --- microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'microkernel') diff --git a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn index 52e6db87..a41e1e64 100644 --- a/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn +++ b/microkernel/mach/gnumach/ports/xen/networking_configuration.mdwn @@ -83,7 +83,7 @@ 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 + settrans -fgap /servers/socket/2 /hurd/pfinet -i /dev/eth0 -a 192.168.1.210 -g 192.168.1.1 -m 255.255.255.0 ## /sbin/ifconfig on dom0 -- cgit v1.2.3