X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2Fgrml-addtun.8.txt;h=0703fbfd96233456a5476ca9417468b64af490f1;hb=4aea1e5311cf58d69ac0890c4c9bcbaaa6b1df1c;hp=701d437a36aa9f2d21102da21c76583b9f20f641;hpb=60068d0a01a543f98477530e538420365663cccb;p=grml-network.git diff --git a/docs/grml-addtun.8.txt b/docs/grml-addtun.8.txt index 701d437..0703fbf 100644 --- a/docs/grml-addtun.8.txt +++ b/docs/grml-addtun.8.txt @@ -1,7 +1,5 @@ -GRML-ADDTUN(1) +GRML-ADDTUN(8) ============== -Michael Gebetsroither - NAME ---- @@ -45,14 +43,15 @@ Show the help message. EXAMPLES -------- -Config sampe for /etc/network/interfaces with bridge and tun/tap devices. -This creates tap0..tap3 which are part of bridge vnet. + +Config sample file for /etc/network/interfaces with bridge and tun/tap devices. +This creates tap0..tap3 which are part of the bridge vnet. ------------- auto vnet iface vnet inet static - post-up /root/bin/grml-addtun -u einstein -b vnet tap{0..3} - pre-down /root/bin/grml-addtun -u einstein -b vnet -d tap{0..3} + post-up /usr/sbin/grml-addtun -u grml -b vnet tap{0..3} + pre-down /usr/sbin/grml-addtun -u grml -b vnet -d tap{0..3} bridge_ports none address 192.168.10.1 netmask 255.255.255.0