fff-ab-01/etc/network/interfaces.d/fffabVPN

10 lines
229 B
Plaintext
Raw Normal View History

2017-11-18 21:01:20 +01:00
# 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