blob: 2c646709d8578a570cf56bfc078f3cee2eca0923 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Script which is executed as soon as the virtual network device has been allocated.
# Purpose is to further configure that device.
#ifconfig vpn0 inet 10.10.1.1
#ifconfig vpn0 up
|