summaryrefslogtreecommitdiff
path: root/hurd/translator/lwip.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/translator/lwip.mdwn')
-rw-r--r--hurd/translator/lwip.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/hurd/translator/lwip.mdwn b/hurd/translator/lwip.mdwn
index 2de214f2..fab7d6f2 100644
--- a/hurd/translator/lwip.mdwn
+++ b/hurd/translator/lwip.mdwn
@@ -12,11 +12,14 @@ To configure lwip for internet connectivity, use the
[[`settrans`|settrans]] command, like this:
# settrans -fgap /servers/socket/2 /hurd/lwip ↩
- -i eth0 -a 192.168.0.50 -g 192.168.0.1 -m 255.255.255.0
+ -i /dev/eth0 -a 192.168.0.50 -g 192.168.0.1 -m 255.255.255.0
The argument /server/socket/2 is the node that the translator is to be attached to. This is followed by the translator program to run and any arguments to give it.
-There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the IP address, the gateway and netmask.
+There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the IP
+address, the gateway and netmask. You can discover these values via the
+`ifconfig` command (You need to run this command on the host system and NOT in
+the qemu environment).
More information can be found on Joan Lledo's blog: