How do I set the IP address in a newly configured vuSmartMaps VM?

How do I set the IP address in a newly configured vuSmartMaps VM?

Customer has imported the OVF template and want to set the IP Address. Do we need to get involved or can customer set the same on its own?
Customer can login as guest user and assign the ip address. login: guest pass: Vunet#123
To assign IP address login as guest and run following script
./configure_ip.bash <IP> <NETMASK> <GATEWAY>
Example:
>>>>>>>>>>>>>>>>>
guestVunet_Admin-shipper:~$ ./configure_ip.bash 192.168.8.101 255.255.254.0 192.168.8.1
Validating 192.168.8.101
Validating 255.255.254.0
Validating 192.168.8.1
Extracting the Ethernet Interface Name.....
[ 1.375202] e1000 0000:00:03.0 enp0s3: renamed from eth0
Interface name is enp0s3
Interface Name is : enp0s3
Following are the setting
ETHERNET enp0s3
IPADDRESS 192.168.8.101
NETMASK 255.255.254.0
GATEWAY 192.168.8.1
Are you sure? [y/N] y
Proceeding with the configuration changes
****Displaying the contents of interfaces file****
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto enp0s3
#Set static IP
iface enp0s3 inet static
address 192.168.8.101
netmask 255.255.254.0
gateway 192.168.8.1
#dns-nameservers 8.8.8.8 8.8.4.4
****END Displaying the contents of interfaces file****
Is the settings of interfaces file correct
Are you sure? [y/N] y
Proceeding with the configuration changes
IP configuration is done.. Reboot the server for the changes to take effect
<<<<<<<<<<<<<<<<
    • Related Articles

    • SOP- VuSmartMaps not loading

      Standard Operating Procedure for L1 Support Team for vuSmartMaps not loading issue. If User reports that vuSmartMaps is not getting loaded or internal server 404 error, then most likely web service (apache2) is not running.  Login to shipper and ...
    • SOP for Docker based VuSmartMaps

      Introduction This document aims to provide standard operating procedure to handle diagnostics and troubleshooting of VuSmartMaps container based installations. Assumptions This SOP assumes a container installation of vuSmartMaps catering to the new ...
    • configured SNMP data source but not getting data. What could be wrong?

      Ques- configured SNMP data source but not getting data. What could be wrong? ANS- Check if SNMP agent is enabled on the router with manager configured to the vuSmartMaps SNMP Manager IP and configured UDP port (default 161). You can try to do a basic ...
    • What all I should take care if IP of Shipper is being changed?

      Question: In Sify-TSL project, we would be changing IP address of our Standalone Shippers to a specific IP used by their current tool as they don’t want to re-configure 3000+ devices with new IPs. Can you please suggest what all we should take care ...
    • Account Locked while accessing vusmartmaps URL 334

       Solution Document ICICI || Account Locked while accessing vusmartmaps URL Overview General/Customer specific General Author Akash Thosare Reviewer NA Approver  NA  Release date 18/08/2022 Product Version 8.5r5 Audience: ...