bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * hurd/translator.mdwn: added a link to lwip * hurd/translator/l


From: Joshua Branson
Subject: [PATCH] * hurd/translator.mdwn: added a link to lwip * hurd/translator/lwip.mdwn: mentioned ifconfig to discover IP address, mask, and gateway.
Date: Thu, 1 Oct 2020 16:32:40 -0400

---
 hurd/translator.mdwn      | 1 +
 hurd/translator/lwip.mdwn | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

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:
-- 
2.28.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]