Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco 2600 configuration

Status
Not open for further replies.

calalo

MIS
Joined
Jan 23, 2002
Messages
9
Location
US
I have a cisco 2600 router with one fastethernet port and one serial port and a T1. If somebody can help me with a basic configuration to get it work? Thanks.

internal network:
10.2.1.0
255.255.255.0

fastethernet port ip: 10.2.1.254

serial port ip: 200.12.235.34

need help to configure ips, routing, NAT, etc. basic to get the router work.
Thank you very much.
 
here is a basic conf of a 2600: you'll need to adjust the ip addresses and interface..etc.. link to cisco site..
ip name-server xx
ip name-server xx
ip dhcp excluded-address 192.168.0.1 192.168.0.10
!
ip dhcp pool homenet
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server xx xx
!
no ip dhcp-client network-discovery

!
!
!
interface Ethernet0/0
200.12.235.34 SM
ip nat outside
duplex
no cdp enable
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
full-duplex
no cdp enable
!
!
ip nat translation timeout 30
ip nat inside source list 1 interface Ethernet0/0 overload
ip classless

CCNA, CCNP..partly ;)
 
I want you to be more specific for my network, I have a windows 2000 domain with dhcp server network connected to a 3548 cisco switch this switch is connected to the router to the ethernet port ip 10.2.1.254 (default gateway) and the s0 port is connected to a T1 line and I need it connected to the internet ASAP, thank you very much for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top