summaryrefslogtreecommitdiff
path: root/Distrib/DebianAfterInstall.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Distrib/DebianAfterInstall.mdwn')
-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]]