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!

Confg help on cisco routers

Status
Not open for further replies.

abydar

ISP
Nov 11, 2010
1
Hi All,

i would like some help where i have gone wrong in my confiq on the cisco routers,

i have 2 sites HQ and other office i have vpn link btw them but now i want the other site should get internet and can access the lan on the HQ side please see the confiq and tel me where i m rong

Conf for HQ
Building configuration...

Current configuration : 2009 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname KURASINI
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$7FY8$y12RZBmjZ9GSE68qt9uFw1
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
!
!
ip domain name nhif.or.tz
!
username networkAdmin privilege 15 secret 5 $1$UEZz$2/3r.nGsY0
!
!
!
interface FastEthernet0/0
ip address 192.168.14.7 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.8.253.74 255.255.255.252
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.14.1
ip route 10.4.47.0 255.255.255.0 10.8.253.73
ip route 10.4.48.0 255.255.255.0 10.8.253.73
ip route 10.4.255.8 255.255.255.252 10.8.253.73
ip route 10.4.255.212 255.255.255.252 10.8.253.73
ip route 10.8.96.0 255.255.255.0 10.8.253.73
ip route 10.8.253.80 255.255.255.252 10.8.253.73
ip route 10.8.253.84 255.255.255.252 10.8.253.73
ip route 10.20.253.116 255.255.255.252 10.8.253.73
ip route 10.20.254.212 255.255.255.252 10.8.253.73
ip route 10.20.254.240 255.255.255.252 10.8.253.73
ip route 10.20.254.244 255.255.255.252 10.8.253.73
ip route 10.24.55.0 255.255.255.0 10.8.253.73
ip route 10.24.56.0 255.255.255.0 10.8.253.73
ip route 10.36.255.200 255.255.255.252 10.8.253.73
ip route 10.64.145.0 255.255.255.0 10.8.253.73
ip route 10.64.151.0 255.255.255.0 10.8.253.73
ip route 10.121.165.0 255.255.255.0 10.8.253.73
ip route 192.168.13.0 255.255.255.0 10.8.253.73
ip route 192.168.14.0 255.255.255.0 FastEthernet0/0
!
no ip http server
!
!
control-plane


Other Side Conf

version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Mbeya
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$BXFx$trz5edv4bPXnbDwWsY6SU1
enable password 7 00071A150754
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
!
!
ip name-server 196.46.100.2
ip name-server 196.46.104.2
ip cef
ip ids po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface FastEthernet0
ip address 10.36.255.202 255.255.255.252
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no cdp enable
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface FastEthernet4
no ip address
!
interface Vlan1
description Connected to LAN
ip address 10.64.151.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip route-cache flow
!
interface Async1
no ip address
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.36.255.201
ip route 10.64.151.0 255.255.255.0 FastEthernet0
no ip http server
no ip http secure-server


please see and tel me where i m rong

thank you

Abbas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top