aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/meetings/ghm2013.mdwn2
-rw-r--r--hurd/translator/eth-filter.mdwn4
2 files changed, 5 insertions, 1 deletions
diff --git a/community/meetings/ghm2013.mdwn b/community/meetings/ghm2013.mdwn
index d82527bf..f4aad213 100644
--- a/community/meetings/ghm2013.mdwn
+++ b/community/meetings/ghm2013.mdwn
@@ -18,6 +18,6 @@ License|/fdl]]."]]"""]]
thibault_hurd:
- "presentation by Samuel Thibault: [*Recent developments in the Hurd*](http://www.gnu.org/ghm/2013/paris/) ([slides](http://www.gnu.org/ghm/2013/paris/slides/samuel-thibault-hurd.pdf), [video]())"
+ "presentation by Samuel Thibault: [*Recent developments in the Hurd*](http://www.gnu.org/ghm/2013/paris/) ([slides](http://www.gnu.org/ghm/2013/paris/slides/hurd--thibault--ghm-2013.pdf), [video](http://www.irill.org/videos/GNU_Hackers_Meeting_2013/Samuel_Thibault-Hurd_recent_developments.webm))"
"""]]
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.