summaryrefslogtreecommitdiff
path: root/hurd/translator/eth-filter.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-08-28 18:08:23 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-08-28 18:08:23 +0200
commite855d647cbc5128c7fb6e72184ce5e79822c83be (patch)
treef38f825395947fb52be05e6e805f7849c153af1f /hurd/translator/eth-filter.mdwn
parenta906e443bba58511aae037024cc2282c9f2a9a08 (diff)
explain a bit more
Diffstat (limited to 'hurd/translator/eth-filter.mdwn')
-rw-r--r--hurd/translator/eth-filter.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/translator/eth-filter.mdwn b/hurd/translator/eth-filter.mdwn
index a026b0b9..36ef4217 100644
--- a/hurd/translator/eth-filter.mdwn
+++ b/hurd/translator/eth-filter.mdwn
@@ -20,4 +20,8 @@ For instance, to drop any attempt to access port 22:
settrans -c /dev/eth0f /hurd/eth-filter -i /dev/eth0 -r "not port 22"
+This creates a /dev/eth0f device, which is the filtered version of /dev/eth0. One can then configure network by hand using /dev/eth0f instead of /dev/eth0:
+
settrans /servers/socket/2 /hurd/pfinet -i /dev/eth0f ...
+
+or run dhclient /dev/eth0f, etc.