Obtaining existing network details

Last Updated : Jun 10, 2026 |

Procedure

  1. Log in to the Application Enablement Services CLI as a cust user, then log in as a root user using the command su -root.
  2. Note-down the configuration details of Application Enablement Services by running the following commands:
    • hostname -f: To obtain the Fully Qualified Domain Name (FQDN).

    • ifconfig -a | grep inet | grep -v 127.0.0.1: To obtain the IP address and network mask.

    • netstat -nrv | grep '^0.0.0.0': To obtain the IP address of the default gateway.

    • cat /etc/resolv.conf: To obtain the Domain Name System (DNS) search list and DNS server IP address.