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

connecting two 2600 series routers

Status
Not open for further replies.

mrfroggigger

IS-IT--Management
Sep 11, 2002
10
0
0
US
what i have are 2 routers, one in which i own (bought) and one that was provided to me by my internet provider when i upgraded my internet connection, the problem that i'm having is the one that i own handles all of my company communication, right now, the reason for the upgrade was to remove all the isdn in the outer offices and replace it with dsl and do a vpn through that. i'm not going to take down all the offices at once i'm doing them in phases, so therefore i will still need the router that i own so my outer offices can connect to the main office, but i also need utilize the new router for vpn. my question i would say is, could i do a ip route for all traffic coming to the old router and route it to the new router for internet purposes only ?? if not suggestions as to what/could do. any help is much appreciated. i have attached my running config of my old router

R-HILLSBOROMAIN#wr t
Building configuration...

Current configuration : 5373 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname R-HILLSBOROMAIN
!
!
username R-ARNOLD
username R-FESTUS
username R-HIGHRIDGE
username R-CONSTDISB
username R-FENTON
username R-UNION
username R-STCLAIR
username R-WEGMAN
username R-WASHINGTON
username R-HILLSWEST
username R-FESTUS2
username R-EUREKA
!
!
!
!
ip subnet-zero
no ip source-route
no ip domain-lookup
ip host R-HILLSWEST 10.50.21.204
ip host R-WASHINGTON 10.50.21.203
ip host R-WEGMAN 10.50.21.202
ip host R-STCLAIR 10.50.21.201
ip host R-UNION 10.50.21.200
ip host R-CONSTDISB 10.50.21.199
ip host R-HIGHRIDGE 10.50.21.198
ip host R-FESTUS 10.50.21.197
ip host R-FENTON 10.50.21.196
ip host R-ARNOLD 10.50.21.195
ip host R-FESTUS2 10.50.21.205
ip host R-EUREKA 10.50.21.206
!
ip inspect name htcfw tcp
ip inspect name htcfw udp
ip inspect name htcfw ftp
ip inspect name htcfw smtp
ip inspect name htcfw realaudio
ip inspect name htcfw streamworks
ip inspect name htcfw http
ip inspect name htcfw vdolive
ip inspect name htcfw cuseeme
ip inspect name hfirewall tcp
ip inspect name hfirewall smtp
ip inspect name hfirewall udp
ip audit notify log
ip audit po max-events 100
isdn switch-type primary-ni
!
controller T1 1/0
framing esf
linecode b8zs
pri-group timeslots 1-24
!
!
!
interface Ethernet0/0
description HTC Main LAN
ip address 10.50.17.254 255.255.255.0
ip nat inside
!
interface Serial0/0
description Internet interface
ip address *.*.*.110 255.255.255.252
ip access-group 104 in
ip nat outside
ip inspect htcfw out
encapsulation frame-relay IETF
no ip route-cache
no ip mroute-cache
service-module t1 timeslots 1-24
frame-relay map ip *.*.*.109 16 broadcast IETF
frame-relay interface-dlci 16
frame-relay lmi-type ansi
!
interface Ethernet0/1
description DMZ
ip address 10.50.19.254 255.255.255.0
ip nat inside
!
interface Serial1/0:23
description PRI
ip address 10.50.21.193 255.255.255.224
ip nat inside
encapsulation ppp
no ip route-cache
dialer map ip 10.50.21.195 name R-ARNOLD speed 56 broadcast
dialer map ip 10.50.21.196 name R-FENTON speed 56 broadcast
dialer map ip 10.50.21.197 name R-FESTUS speed 56 broadcast
dialer map ip 10.50.21.198 name R-HIGHRIDGE speed 56 broadcast
dialer map ip 10.50.21.199 name R-CONSTDISB broadcast
dialer map ip 10.50.21.200 name R-UNION speed 56 broadcast
dialer map ip 10.50.21.201 name R-STCLAIR speed 56 broadcast
dialer map ip 10.50.21.202 name R-WEGMAN speed 56 broadcast
dialer map ip 10.50.21.203 name R-WASHINGTON speed 56 broadcast
dialer hold-queue 100
dialer-group 1
isdn switch-type primary-ni
ppp authentication chap
ppp multilink
!
router eigrp 1980
network 10.0.0.0
no auto-summary
no eigrp log-neighbor-changes
!
ip nat inside source list 1 interface Serial0/0 overload
ip nat inside source static tcp 10.50.17.205 21 *.*.*.110 21 extendable
ip nat inside source static tcp 10.50.17.200 23 *.*.*.110 23 extendable
ip nat inside source static tcp 10.50.19.201 110 *.*.*.110 110 extendable
ip nat inside source static tcp 10.50.19.201 80 *.*.*.110 80 extendable
ip nat inside source static tcp 10.50.19.201 25 *.*.*.110 25 extendable
ip nat inside source static tcp 10.50.19.201 443 *.*.*.110 443 extendable
ip nat inside source static tcp 10.50.19.201 7 *.*.*.110 7 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 *.*.*.109
ip route 10.50.18.32 255.255.255.224 10.50.21.195
ip route 10.50.18.64 255.255.255.224 10.50.21.196
ip route 10.50.18.96 255.255.255.224 10.50.21.197
ip route 10.50.18.128 255.255.255.224 10.50.21.198
ip route 10.50.18.160 255.255.255.224 10.50.21.199
ip route 10.50.18.192 255.255.255.224 10.50.21.200
ip route 10.50.21.32 255.255.255.224 10.50.21.201
ip route 10.50.21.64 255.255.255.224 10.50.21.202
ip route 10.50.21.96 255.255.255.224 10.50.21.203
no ip http server
!
access-list 1 permit 10.50.0.0 0.0.255.255
access-list 103 permit tcp host 10.50.19.201 any eq www
access-list 103 permit tcp host 10.50.19.201 any eq 443
access-list 103 permit tcp host 10.50.19.201 any eq smtp
access-list 103 permit tcp host 10.50.19.201 any eq pop3
access-list 103 permit tcp host 10.50.19.200 any eq telnet
access-list 103 permit tcp host 10.50.19.205 any eq ftp
access-list 103 permit icmp any any
access-list 104 permit tcp any host *.*.*.110 eq www
access-list 104 permit tcp any host *.*.*.110 eq smtp
access-list 104 permit tcp any host *.*.*.110 eq 443
access-list 104 permit tcp any host *.*.*.110 eq echo
access-list 104 permit icmp any any
access-list 104 permit tcp any host *.*.*.110 eq ftp
access-list 104 permit tcp any host *.*.*.110 eq pop3
access-list 104 permit tcp any host *.*.*.110 eq telnet
dialer-list 1 protocol ip list 1
snmp-server community PUBLIC RO
!
line con 0
exec-timeout 30 0

login
speed 115200
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 30 0
login
!
end

R-HILLSBOROMAIN#
 
not too sure if I quite understand, however old router can be configured to use new router as gateway, you would therefore have to redirect all traffic from old router to new router using IP route command to specific interface that connects both routers. If u are not intending to change any stuff Like IP adress on your lan, and these should ofcourse differ from those provided by your ISP, then run NAT on the old router. Hope this helps...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top