X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2Fgrml-addtun.8.txt;h=f29e0b4777caa6291accf3386fe8ad11dcc0736f;hb=0eb322282725432036fba38f398047ebebf7cc87;hp=358d3e83921a009819a18add83d3167974386ff8;hpb=49daec97f51e94b1201f3eba561f5b7096ca169a;p=grml-network.git diff --git a/docs/grml-addtun.8.txt b/docs/grml-addtun.8.txt index 358d3e8..f29e0b4 100644 --- a/docs/grml-addtun.8.txt +++ b/docs/grml-addtun.8.txt @@ -1,7 +1,5 @@ GRML-ADDTUN(8) ============== -Michael Gebetsroither - NAME ---- @@ -24,7 +22,7 @@ bridge handling. OPTIONS ------- *-d*:: -Delete the given tun/tap devices and remove them from the bridge (if given with -b). +Delete the tun/tap devices and remove them from the bridge (if given with -b). *-u *:: Make tun devices useable from without special permissions. @@ -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