Configuring Basic Settings for the SRX650 Services Gateway with a Configuration Editor
To establish basic connectivity on an SRX650 Services Gateway:
- Identify the services gateway.
- Connect it to the network.
- Specify basic network settings.
In a typical network, the services gateway has the basic settings listed in Table 1. Determine the values to set on the services gateway in your network.
Table 1: Sample Settings on the SRX650 Services Gateway
SRX650 Services Gateway Property | Sample Value |
|---|---|
Services gateway hostname | devicea |
Access for user root | SSH RSA public key |
IP address of the NTP server used to synchronize system time | 10.148.2.21 |
IP address of the DNS server to which DNS requests are sent | 10.148.2.32 |
Domains to which the services gateway belongs | lab.device.net and device.net |
Loopback IP address and prefix length for the services gateway lo0 interface | 172.16.1.24/32 |
To use a configuration editor to configure basic settings:
- Navigate to the top of the configuration hierarchy in the CLI.
- Configure the basic configuration settings.
- If you are using J-Web:
- Click Commit to view a summary of your changes.
- Click OK to commit the configuration.
- If you are using the CLI, commit the configuration by entering the commit command.
- Verify the basic configuration settings.
Table 2: Configuring Basic Settings
Task | J-Web | CLI |
|---|---|---|
Navigate to the System level in the configuration hierarchy. |
| From the [edit] hierarchy level, enter edit system |
Define the hostname of the services gateway. | In the Hostname box, type the hostname of the device—for example, devicea. | Set the hostname. For example: set host-name devicea |
Identify the domain in which the services gateway is located. | In the Domain name box, type the domain name of the services gateway—for example, lab.device.net. | Set the domain name. For example: set domain-name lab.device.net |
Allow SSH remote access. |
| Set remote access for SSH: set services ssh |
Define root authentication for access to the services gateway. Note: For readability, the entire key is not shown. |
| Set the root password. For example: set root-authentication ssh-rsa “ssh-rsa AAAAB3Nza...D9Y2gXF9ac== root@devicea.lab.device.net” |
Define the time zone in which the services gateway is located. |
| Set the time zone. For example: set time-zone America/Los_Angeles |
Define the NTP server to which NTP requests can be sent. |
| Set the address of the NTP server. For example: set ntp server 10.148.2.21 |
Define the DNS server that receives DNS requests. |
| Set the address of the DNS server. For example: set name-server 10.148.2.32 |
Add each domain to which the services gateway belongs. |
| Set the domains to be searched. For example: set domain-search lab.device.net set domain-search device.net |
Define the IP address for Io0.0. |
|
|

