Skip to main content

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

  1. scp /etc/sysconfig/network-scripts/ifcfg-xxx /etc/sysconfig/network-scripts/ifcfg-xxx.bak
  2. 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
  3. edit this file e.g. with VI (vi /etc/resolv.conf) and add this line:
    1. nameserver 10.2.0.1 (here comes the dns, you might check your network settings )
  4. run this command for the changes to take affect:
    • service network restart