summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2005-08-21 13:48:47 +0000
committerThomas Schwinge <tschwinge@gnu.org>2005-08-21 13:48:47 +0000
commitedba5dad41e6fda911612f535af5cac4dc7fafd6 (patch)
treeced89ee92234a165ac1ff1129e19943eb35bc524 /Distrib
parent7bf3dc0eff404b0d179b734446a6e68f9975a7f2 (diff)
none
Diffstat (limited to 'Distrib')
-rw-r--r--Distrib/DebianAfterInstall.mdwn10
1 files changed, 8 insertions, 2 deletions
diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn
index 3676bb13..8a4a7a9b 100644
--- a/Distrib/DebianAfterInstall.mdwn
+++ b/Distrib/DebianAfterInstall.mdwn
@@ -10,10 +10,16 @@ Time to get to work.
### <a name="_Hurd_GetNetworkRunning_Setup_ne"> </a> [[Hurd/GetNetworkRunning]]
-If your NIC was detected by Mach:
+Check if your NIC was detected by GNU Mach:
+
+ devprobe eth0
+
+_devprobe_ will print _eth0_ on successful detection.
+
+If it was detected:
settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 \
- -a 192.168.1.3 -g 192.168.1.1 -b 255.255.255.0
+ -a 192.168.1.3 -g 192.168.1.1 -m 255.255.255.0
### <a name="_Distrib_DebianAptOffline_apt_of"> </a> [[Distrib/DebianAptOffline]]