[Contents] [Prev] [Next] [Index] [Report an Error]


Step 1: Configure Names and Addresses

Action

To configure the machine name, domain name, and various addresses, follow these steps:

  1. Log in as root. There is no password.
  2. Start the CLI:
  3. root# cli
    
    root@>
    
    
    
  4. Enter configuration mode:
  5. cli> configure
    
    [edit]
    
    root@#
    
    
    
  6. Configure the name of the machine. If the name includes spaces, enclose the entire name in quotation marks (" "):
  7. [edit]
    
    root@# set system host-name host-name
    
    
    
  8. Configure the machine's domain name:
  9. [edit]
    
    root@# set system domain-name domain-name
    
    
    
  10. Configure the IP address and prefix length for the router's management Ethernet interface:
  11. [edit]
    
    root@# set interfaces fxp0 unit 0 family inet address address/prefix-length
    
    
    
  12. Configure the IP address of a default router. This system is called the backup router because it is used only while the routing protocol process is not running.
  13. [edit]
    
    root@# set system backup-router address
    
    
    
  14. Configure the IP address of a Domain Name Server (DNS) server:
  15. [edit]
    
    root@# set system name-server address
    

[Contents] [Prev] [Next] [Index] [Report an Error]