How to setup a serial Console connection to the NetScreen's communications port using HyperTerminal
To determine the IP address of the NetScreen, a direct serial console connection is required.
- Physically hook up the console to the NetScreen on one end, and hook up the other end to the PC's serial connection.
- Launch HyperTerminal (Located in Start->Programs->Accessories->Communications->HyperTerminal
- Create a connection name
- On the Connect To screen, on the Connect Using pull down menu, select the appropriate COM port for your PC
- Configure the serial settings to:
- Bits per second: 9600
- Data Bits: 8
- Parity: None
- Stop Bits: 1
- Flow Control: None
After HyperTerminal is set up, hit [Enter] a few times until you get to the login prompt, and login to the box. To determine the IP address, apply the command
get system [Enter]
The get system will tell you what IP address you need to connect to. If accessing the NetScreen from the untrust side, you will need the manage-ip on the untrust side. If accessing the NetScreen from the trust side, you will need the manage-ip on the trust side. If the NetScreen is running transparent mode, you will need the system-ip of the device.
If the device is running 3.1 or higher, the IP address you need is the vlan1 interface ip address.
Additional Information: Any other serial console program can be used; example TeraTerm, etc.