theguyfromhere
IS-IT--Management
We have 2 new T1's in place, but we needed to keep our old T1 as we needed the ip's that came with it, and the company wouldn't lease the ip's to us. at any rate, we have 10.1.1.93/26 as our public ips, we use .93 .94 .200 .205 and .204. The goal was to have static nat of the public IP's to internal ip's so say the mail server was 10.1.1.200, and 172.1.1.4 respectively. i wanted 10.1.1.200 to NAT all traffic to 172.1.1.4, and 10.1.1.204 to 172.1.1.5. the config i came up with in the labis this:
If you can help me out at all, or point me where to look that be great.
Code:
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname motolab
!
enable secret 5 $1$WH8Q$przb.w4LSb/doWjY9quSk1
enable password woot
!
ip subnet-zero
!
!
!
interface Ethernet0/0
ip address 172.1.1.1 255.255.255.0
no ip directed-broadcast
ip nat inside
no mop enabled
!
interface Ethernet0/0.1
no ip directed-broadcast
!
interface Serial0/0
ip address 10.1.1.93 255.255.0.0
no ip directed-broadcast
ip nat outside
!
interface Serial0/0.1
ip address 10.1.1.200 255.255.0.0
no ip directed-broadcast
ip nat outside
!
interface Serial0/0.2
ip address 10.1.1.204 255.255.0.0
no ip directed-broadcast
ip nat outside
!
ip nat inside source static
10.1.1.204 172.124.1.5
ip nat inside source static 10.1.1.200 172.124.1.4
ip classless
!
access-list 10 deny 192.168.0.6
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
banner motd ^C
Welcome! Welcome to the MotoSat lab 2610! IF you DARE mess wiht my
config, i'm gonna be on you like stink on shit. Have a nice day! :D
^C
!
line con 0
password woot
login
transport input none
line aux 0
line vty 0 4
password woot
login
!
end
i have no way to test this in the lab since i have no serial connection to work with here. unless you know how to plug a t1 card into a computer, google has been helpless.
when i went to our router that needed the new config, i couldn't proceed becuase the ser 0/0 int has IETF frame relay encapsualtion point to point to eth 0/0. so eth 0/0 has the 63.110.63.93 address, naturally if i try to assing a 63.110.63.200 address to ser 0/0.2 i get an 'overlaps with eth 0/0" error
config on the non-lab router is:
[code]
interface fastethernet 0/0
ip addr 10.1.1.193
255.255.255.192
interface serial 0/0
bandwitdh 1536
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type ansi
interface serial 0/0.1 point-to-point
bandwitdh 1536
ip unnumbered FastEthernet0/0
frame-relay interface-dlci 500 IETF