Patton electronic 07MSN5200-QS Network Router User Manual


 
6 SmartNode 5200 Quick Start Guide
4.0 Configuring the desired IP address
4.1 Factory-default IP settings
The factory default configuration for the Ethernet interface IP addresses and network masks are listed in the table
below. Both Ethernet interfaces are activated upon power-up. LAN interface ETH 0/1 (LAN) provides a default
DHCP server, the WAN interface uses DHCP client to automatically assign the IP address and network mask.
If these addresses match with those of your network, go to section 5.0 “Connecting the SmartNode to the
network” on page 7. Otherwise, refer to the following sections to change the addresses and network masks.
4.2 Login
To access the SmartNode, start the Telnet application. Type the default IP address for the router into the address
field: 192.168.1.1. Accessing your SmartNode via a Telnet session displays the login screen. Type the factory
default login: administrator and leave the password empty. Press the Enter key after the password prompt.
login:administrator
password: <Enter>
192.168.1.1>
After you have successfully logged in you are in the operator execution mode, indicated by > as command line
prompt. With the commands enable and configure you enter the configuration mode.
192.168.1.1>enable
192.168.1.1#configure
192.168.1.1(cfg)#
4.3 Changing the WAN IP address
Select the context IP mode to configure an IP interface.
192.168.1.1(cfg)#context ip router
192.168.1.1(ctx-ip)[router]#
Now you can set your IP address and network mask for the interface ETH 0/0 (WAN). Within this example a net-
work 172.16.1.0/24 address is assumed. The IP address in this example is set to 172.16.1.99 (you should set
this the IP address given to you by your network provider).
192.168.1.1(ctx-ip)[router]#interface eth0
192.168.1.1(if-ip)[eth0]#ipaddress 172.16.1.99 255.255.255.0
2002-10-29T00:09:40 : LOGINFO : Link down on interface eth0.
2002-10-29T00:09:40 : LOGINFO : Link up on interface eth0.
172.16.1.99(if-ip)[eth0]#
IP Address Network Mask
WAN interface Ethernet 0 (ETH 0/0) DHCP DHCP
LAN interface Ethernet 1 (ETH 0/1) 192.168.1.1 255.255.255.0
DHCP address range 192.168.1.10–192.168.1.19 255.255.255.0