Vega BS/User Manual
21
Revision 10 – 02 November 2017
2.
Open file /etc/network/interfaces. Search authorization settings in this file:
3.
Enter changes highlighted in red (example: static IP address 192.168.240.252 and
gateway 192.168.240.1):
auto eth0
iface eth0 inet
static
pre-up /bin/grep -v -e "ip=[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+" /proc/cmdline > /dev/null
address 192.168.240.252
netmask 255.255.255.0
gateway 192.168.240.1
4.
Open file ~/link_detect.sh, then search string
if [ "$LINK_STATE" == "UP" ] ; then