10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
|
|
||
|
# VPN Verbindung in die Aschaffenburger Hood
|
||
|
iface fffabVPN inet manual
|
||
|
post-up batctl -m bat0 if add $IFACE
|
||
|
post-up ifconfig $IFACE up
|
||
|
post-up ifup bat0
|
||
|
post-down ifdown bat0
|
||
|
post-down ifconfig $IFACE down
|
||
|
|