summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/zhengda/howto.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/zhengda/howto.mdwn b/user/zhengda/howto.mdwn
index a04c2662..ed13acc2 100644
--- a/user/zhengda/howto.mdwn
+++ b/user/zhengda/howto.mdwn
@@ -1,4 +1,4 @@
-[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]]
+[[meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]]
[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -44,7 +44,7 @@ Step 5: create the virtual network device with eth-multiplexer.
eth-multiplexer is responsible to create the virtual network device and dispatch the packet to the right clients that connect to the virtual device. It also connects the virtual network and the external network. Eth-multiplexer of the current version is a netfs translator and can create virtual devices and the device files dynamically, according to the request from the client.
- # ettrans -acfg /root/multiplexer /root/hurd/eth-multiplexer/eth-multiplexer -i /dev/eth0
+ # settrans -acfg /root/multiplexer /root/hurd/eth-multiplexer/eth-multiplexer -i /dev/eth0
Step 6: setup the filter translator eth-filter on the network device. This step is optional.