1. Configure IP address 40SmartNode 4900 User Manual 4 • Getting started with the SmartNode 4900 SeriesLoginTo access the SmartNode, start the Telnet application. Type the default IP address for the router into theaddress field: 192.168.1.1. Accessing your SmartNode via a Telnet session displays the login screen. Type thefactory default login: administrator and leave the password empty. Press the key after thepassword prompt.login:administratorpassword: 192.168.1.1>After you have successfully logged in you are in the operator execution mode, indicated by > as command lineprompt. With the commands enable and configure you enter the configuration mode.192.168.1.1>enable192.168.1.1#configure192.168.1.1(cfg)#Changing the WAN IP addressSelect the context IP mode to configure an IP interface.192.168.1.1(cfg)#context ip router192.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 anetwork 172.16.1.0/24 address is assumed. The IP address in this example is set to 172.16.1.99 (you shouldset this the IP address given to you by your network provider).172.16.1.99(ctx-ip)[router]#interface eth0172.16.1.99(if-ip)[eth0]#ipaddress 172.16.1.99 255.255.255.02002-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]#Note If your WAN connection's IP address is assigned via DHCP, refer toChapter 21, "DHCP configuration" in the SmartNode Series Smart-Ware Software Configuration Guide for information on configuringDHCP. Copy this modified configuration to your new start-up con-figuration. Upon the next start-up the system will initialize itselfusing the modified configuration.172.16.1.99(if-ip)[eth0]#copy running-config startup-config172.16.1.99(if-ip)[eth0]#The SmartNode can now be connected to your network.