Hi all,
Here is my current setup:
Internet
|
Router
|
Firewall (nat)
|
switch
|
Server (10.2.2.101)
For other reasons, it has become necessary to add a second router and a second T1 into the mix.
I need to access the server from the second router. Should I try to place the second router on a NAT in the 10.2.2.0 range? Or, will the server require a second IP address with a different gateway pointing to the new router?
What's the best way to do this? I've tried nat, but am not having any luck. I can telnet to server from the router, but not from the internet with nat. Here is my config for this new router.
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname router
!
enable secret 5 $1$//Q3$
!
username router password 7 14051D1E1
clock timezone est -5
clock summer-time edt recurring
ip subnet-zero
ip cef
!
!
no ip domain-lookup
!
!
call rsvp-sync
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.2.2.85 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
ip address 67.x.x.90 255.255.255.252
ip nat outside
!
!
ip nat pool NAT 66.x.x.193 66.x.x.194 netmask 255.255.255.224
ip nat inside source list 1 pool NAT overload
ip nat inside source static tcp 10.2.2.85 23 66.x.x.193 23 extendable
ip nat inside source static tcp 10.2.2.101 23 66.x.x.194 23 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 67.x.x.89
ip http server
!
access-list 1 permit 10.2.2.0 0.0.0.255
!
dial-peer cor custom
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password 7 02140B4E1F0
login
!
ntp server 198.30.92.2
end
Here is my current setup:
Internet
|
Router
|
Firewall (nat)
|
switch
|
Server (10.2.2.101)
For other reasons, it has become necessary to add a second router and a second T1 into the mix.
I need to access the server from the second router. Should I try to place the second router on a NAT in the 10.2.2.0 range? Or, will the server require a second IP address with a different gateway pointing to the new router?
What's the best way to do this? I've tried nat, but am not having any luck. I can telnet to server from the router, but not from the internet with nat. Here is my config for this new router.
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname router
!
enable secret 5 $1$//Q3$
!
username router password 7 14051D1E1
clock timezone est -5
clock summer-time edt recurring
ip subnet-zero
ip cef
!
!
no ip domain-lookup
!
!
call rsvp-sync
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.2.2.85 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
ip address 67.x.x.90 255.255.255.252
ip nat outside
!
!
ip nat pool NAT 66.x.x.193 66.x.x.194 netmask 255.255.255.224
ip nat inside source list 1 pool NAT overload
ip nat inside source static tcp 10.2.2.85 23 66.x.x.193 23 extendable
ip nat inside source static tcp 10.2.2.101 23 66.x.x.194 23 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 67.x.x.89
ip http server
!
access-list 1 permit 10.2.2.0 0.0.0.255
!
dial-peer cor custom
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password 7 02140B4E1F0
login
!
ntp server 198.30.92.2
end