Vega BS/User Manual
25
Revision 15 – 20 November 2018
3.
Enter changes highlighted in red:
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
In that example shown setting of the static IP-address 192.168.240.252
and gateway 192.168.240.1
You need to change those values to others, which are necessary to your
own case
4.
Open file nano link_detect.sh - then search string
if [ "$LINK_STATE" == "UP" ] ; then
Check after this string the following string is entered
if [ -n "$(cat /etc/network/interfaces | grep "iface $INTERFACE inet dhcp")" ]; then
Check before string
killall -15 lora_pkt_fwd
the following string is entered
fi
(see figure below)