diff options
author | Joshua Branson <jbranso@dismail.de> | 2020-10-01 16:32:40 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-10-02 01:21:44 +0200 |
commit | 4eec2ca5da9f154c594db6fdf3c44d2f0459be78 (patch) | |
tree | 295cc272c0ec9d265bf6121101743b6d6fc83768 /hurd | |
parent | 575f599020189fe1823fbfae4a598257fbec1a00 (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')
-rw-r--r-- | hurd/translator.mdwn | 1 | ||||
-rw-r--r-- | hurd/translator/lwip.mdwn | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index 32562a8b..6c338794 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -92,6 +92,7 @@ The [[concept|concepts]] of translators creates its own problems, too: * [[exec]] * [[proc]] * [[pfinet]] +* [[lwip]] * [[eth-filter]] * [[pflocal]] * [[hostmux]] 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: |