SMR_TP_reactive/scripts/netconfig.sh

5 lines
97 B
Bash
Raw Normal View History

2019-12-08 16:01:53 +00:00
# add ip address to ethernet interface
ip addr add 192.168.0.$1 dev eth0
ip link set eth0 up