Changing or Assigning IP address of IWSVA \ IMSVA when console is not accessible

Changing or Assigning IP address of Interscan Web Security Virtual Appliance (IWSVA)

OPTION A: VIA CLI 1. Login as root user to IWSVA via SSH (putty). 2. Edit /etc/sysconfig/network-scripts/ifcfg-eth0 using vi editor. Press Insert Key or letter ”i” on your keyboard to Edit this file and enter the correct IP address, Gateway, Subnet Mask using the format below. 3. To save the changes, Press ESC key on your keyboard then type :wq then press Enter Key 4. To add a DNS entry, edit /etc/resolv.conf. To save the changes, Press ESC key on your keyboard then type :wq then press Enter Key 5. Restart the network services with the following command service network restart

OPTION B: Using CLISH 1. Login as root then type “clish”. Type enable to enter Privileged Mode 2. Type configure network interface ipv4 static eth0 Example: configure network interface ipv4 static eth0 10.201.161.64 255.255.0.0 3. Assign a default gateway: configure network route ipv4 default 10.201.0.1 4. Assign DNS : cnfigure network dns ipv4 10.201.161.55 10.200.0.2 where DNS1 = 10.201.161.55 and DNS2=10.200.0.2