Network Router User Manual

Copyright © 1999-2005 Go2Call.com, Inc. and/or its suppliers. All rights reserved. “Go2Call” and all associated logos are trademarks, registered as applicable, of Go2Call.com, Inc., and may not be reproduced without Go2Call’s permission. Other product
and company names herein may be the trademarks of their owners. This document is provided “as-is” by Go2Call.com, Inc. for the user’s internal and non-commercial use. Go2Call.com, Inc. does not promise that the information herein is accurate or
complete and all use of such information is solely at the user’s risk. All warranties disclaimed.
page 2 of 4
Cisco 827-4V Gateway Conguration
With Go2Call Prepaid Voice Service
STEP 3 General Set-up
To congure the General set-up of your device, enter the following command:
Router> enable
Router# cong terminal
Router(cong-t)# enable secret password ßThis is to set up a password. Change “password” with any word
that you want to use for a password.
Router(cong-t)# hostname R1 ßSet up the prompt for the router. Change “R1” to any name.
R1(cong-t)# line vty 0 4
R1(cong-line)# password pass1 ß This is the telnet password. Change “pass1” with any desire password.
R1(cong-line)# login
R1(cong-line)# exit
R1# write mem
All changes will now be saved.
STEP 4 Setting the IP Address and Connectivity
Enter the following command to set the IP Address:
R1# cong ter
R1(cong-t)# interface eth 0
R1(cong-if)# ip addr 192.168.1.100 255.255.255.0 ßEnter in your IP address and network mask for the local network
here.
R1(cong-if)# no shut
R1(cong-if)# exit
R1(cong-t)# ip route 0.0.0.0 0.0.0.0 192.168.1.1 ßEnter your default gateway on the local network here.
R1(cong-t)# ^Z
R1# write mem
To test the IP connectivity, rst connect the Ethernet cable to the Ethernet port on the router.
Then enter the following:
R1# ping 216.52.153.203
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.52.153.203, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/30/32 ms
If you do not see the above output to signal success, check the network connection (Ethernet cable
should go from the router to the hub/switch and the IP address must be entered correctly).