Re: cisco static nat

Tech-Archive recommends: Speed Up your PC by fixing your registry



Use inside, not outside.
ip nat inside source static 10.1.1.200 172.124.1.2

You'll also have to add 'ip nat inside' and 'ip nat outside' to the
appropriate interfaces.

"the" <shirtrippa@xxxxxxxxxxx> wrote in message
news:unrocz02GHA.1268@xxxxxxxxxxxxxxxxxxxxxxx
Sorry for posting a cisco question here, but no other place seems to get a
response.

I need to set up static nat on my cisco 2600 so that public IP's point to
a
specific internal IP. this is my topology: i have 10.1.1.93-210 as my
public ips, and 172.1.1.1 as my internal network. i want 10.1.1.200 to
forward to 172.124.1.2. my serial int is 10.1.1.93 with .200 as a sub
interface

im assuming my syntax would be
[code]
motolab(config)#ip nat outside source static 10.1.1.200 172.124.1.2
[/code]

the bad thing is, i have no way to test this in my lab environment, so i
kinda need it to work on the first try. show run on my lab router as
follows, if anyone can tell me where/if im wrong let me know.

[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.124.1.1 255.255.255.0
no ip directed-broadcast
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
!
interface Serial0/0.1
ip address 10.1.1.200 255.255.0.0
no ip directed-broadcast
!
interface Serial0/0.2
ip address 10.1.1.204 255.255.0.0
no ip directed-broadcast
!
ip nat outside 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 poopie. 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
[/code]




.



Relevant Pages

  • Re: cisco static nat
    ... so your setup would route traffic looking for a server at 85.86.87.2 to ... ip nat inside source route-map nonat interface Dialer0 overload ... ip nat inside source static 192.168.1.1 85.86.87.1 route-map nonat ... no ip directed-broadcast ...
    (microsoft.public.windows.server.networking)
  • Re: cisco static nat
    ... You'll also have to add 'ip nat inside' and 'ip nat outside' to the ... enable password woot ... interface Ethernet0/0 ... no ip directed-broadcast ...
    (microsoft.public.windows.server.networking)
  • cisco static nat
    ... I need to set up static nat on my cisco 2600 so that public IP's point to a ... enable password woot ... interface Ethernet0/0 ... no ip directed-broadcast ...
    (microsoft.public.windows.server.networking)
  • Re: cisco static nat
    ... ip nat inside source route-map nonat interface Dialer0 overload ... ip nat inside source static 192.168.1.1 85.86.87.1 route-map nonat ... no ip directed-broadcast ...
    (microsoft.public.windows.server.networking)
  • Cisco 837 - how to set up Inside to Inside NAT for DNS resolution?
    ... I need to setup "inside to inside NAT" as described ... interface Ethernet0 ... dsl operating-mode auto ... ip route 0.0.0.0 0.0.0.0 Dialer1 ...
    (comp.dcom.sys.cisco)