summaryrefslogtreecommitdiff
path: root/hurd/translator
diff options
context:
space:
mode:
authorJoshua Branson <jbranso@dismail.de>2020-10-01 16:32:40 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-10-02 01:21:44 +0200
commit4eec2ca5da9f154c594db6fdf3c44d2f0459be78 (patch)
tree295cc272c0ec9d265bf6121101743b6d6fc83768 /hurd/translator
parent575f599020189fe1823fbfae4a598257fbec1a00 (diff)
* hurd/translator.mdwn: added a link to lwip * hurd/translator/lwip.mdwn: mentioned ifconfig to discover IP address, mask, and gateway.
Message-Id: <20201001203240.14690-1-jbranso@dismail.de>
Diffstat (limited to 'hurd/translator')
-rw-r--r--hurd/translator/lwip.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/translator/lwip.mdwn b/hurd/translator/lwip.mdwn
index efa59285..fab7d6f2 100644
--- a/hurd/translator/lwip.mdwn
+++ b/hurd/translator/lwip.mdwn
@@ -16,7 +16,10 @@ To configure lwip for internet connectivity, use the
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: