Networking - Assign static IP Address for a Linux Booster VM
For the Linux based Booster if you cannot use the port https://server:10000 to change network setting please follow the instructions below:
Instructions
scp /etc/sysconfig/network-scripts/ifcfg-xxx /etc/sysconfig/network-scripts/ifcfg-xxx.bak
Then add these lines please to that file:
BOOTPROTO=static (dy default BOOTPROTO is set to dhcp...)
IPADDR=10.2.6.187
NETMASK=255.255.0.0
GATEWAY=10.2.0.1
edit this file e.g. with VI (vi /etc/resolv.conf) and add this line:
nameserver 10.2.0.1 (here comes the dns, you might check your network settings )
run this command for the changes to take affect:
service network restart