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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1605

Status
Not open for further replies.
Apr 24, 2003
164
CA
Hi all... I have a 1605 R All was fine until last night 12:00AM when my router obviously died for some reason... Here is my config that is not working ... I am hoping for some suggestions... Thanks in advance.

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname xxxxx
!
enable secret 5
enable password
!
!
!
!
!
no ip subnet-zero
ip name-server x.x.x.x
!
!
!
!
interface Ethernet0
ip address 216.16.x.x 255.255.255.252
ip access-group 101 in
no ip directed-broadcast
ip nat outside
!
interface Ethernet1
ip address 172.16.1.1 255.255.255.128
no ip directed-broadcast
ip nat inside
!
ip nat inside source list 101 interface Ethernet0 overload
ip nat inside source static tcp 192.168.11.100 22 interface Ethernet1 22
ip nat inside source static 192.168.11.100 216.16.x.x
ip nat inside source static 192.168.11.101 216.16.x.x
ip nat inside source static 192.168.11.102 216.16.x.x
ip classless
ip route 0.0.0.0 0.0.0.0 216.16.x.x
ip route 192.168.11.0 255.255.255.0 172.16.1.2
no ip http server
!
access-list 101 permit tcp any any
access-list 101 permit ip any any
access-list 101 permit gre any any
!
line con 0
transport input none
line vty 0 4
password
login
!
end

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top