DIGITAL VOIP ROUTER
5
After you have successfully logged in you are in the operator execution mode,
indicated by > as command line prompt. With the commands
enable
and
config-
ure
you enter the configuration mode.
192.168.1.1>
enable
192.168.1.1#
configure
192.168.1.1(cfg)#
2.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 network 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).
172.16.1.99(ctx-ip)[router]#
interface eth0
172.16.1.99(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]#
Copy this modified configuration to your new start-up configuration. Upon the
next start-up the system will initialize itself using the modified configuration.
172.16.1.99(if-ip)[eth0]#
copy running-config startup-config
172.16.1.99(if-ip)[eth0]#
The VOE241 can now be connected to your network.