Options

Help with Dynamic Nat / Overload

bigheadxbigheadx Member Posts: 36 ■■□□□□□□□□
Hello all;

Im doing a lab and got in a bind..

Here is what I currently have for NAT -

ip nat pool natpoolisp 192.168.100.11 192.168.100.20 netmask 255.255.255.0
ip nat inside source list NAT pool natpoolisp overload
ip nat inside source static 10.10.0.1 192.168.100.1
ip classless
ip route 192.168.2.0 255.255.255.252 192.168.1.6
ip route 172.16.4.0 255.255.255.0 192.168.1.6
ip route 172.16.15.0 255.255.255.0 192.168.1.6

Now my inside FA0/0 interface is 10.10.0.1..

I can ping FA0/0 from my local, 10.10.0.11 host, and it works fine. I can ping the inside global, and it works.

I can not ping 192.168.100.1 or 10.10.0.1 from outside the 10 network.

IE; I can not ping it from R2 which is connected to R1(Nat Router) via Frame Relay.

I have FA0/0 as Ip nat inside, and s0/1/0 as ip nat outside.

Any help is appreciated..
WIP: CCNA, BS Sys/Net Admin

Taking one byte out of computers, one bit at a time!



College Fund:
[-/
] (15000)

Comments

  • Options
    techimadhutechimadhu Member Posts: 4 ■□□□□□□□□□
    What do you have in your access list?
    which interface have you marked as ip nat inside and ip nat outiside.
    Also give the show ip interfaces brief of your nat router?
    ==============================
    Next what? CCNP or CCIP?
    ==============================
  • Options
    bigheadxbigheadx Member Posts: 36 ■■□□□□□□□□
    I have my FA0/0 on my ISP(Nat Router) as the IP NAT INSIDE,
    and I have the S0/1/0 as the IP NAT OUTSIDE

    ip access-list extended NAT
    permit ip 10.10.0.0 0.0.255.255 any


    Interface IP-Address OK? Method Status Protocol

    FastEthernet0/0 10.10.0.1 YES manual up up

    FastEthernet0/1 unassigned YES manual administratively down down

    Serial0/1/0 192.168.1.5 YES manual up up

    Serial0/1/1 unassigned YES manual administratively down down

    Vlan1 unassigned YES manual administratively down down
    WIP: CCNA, BS Sys/Net Admin

    Taking one byte out of computers, one bit at a time!



    College Fund:
    [-/
    ] (15000)
  • Options
    bigheadxbigheadx Member Posts: 36 ■■□□□□□□□□
    My Topo looks like this


    Host < -- > ISP(ROUTER) < -- > Sydney(Router) < -- >Auckland (ROUTER) < -- > Host |
    Host
    WIP: CCNA, BS Sys/Net Admin

    Taking one byte out of computers, one bit at a time!



    College Fund:
    [-/
    ] (15000)
  • Options
    bigheadxbigheadx Member Posts: 36 ■■□□□□□□□□
    Nvm I figured it out :P
    WIP: CCNA, BS Sys/Net Admin

    Taking one byte out of computers, one bit at a time!



    College Fund:
    [-/
    ] (15000)
  • Options
    hermeszdatahermeszdata Member Posts: 225
    bigheadx wrote: »
    Nvm I figured it out :P

    And what was the slution?

    John
    John
    Current Progress:
    Studying:
    CCNA Security - 60%, CCNA Wireless - 80%, ROUTE - 10% (Way behind due to major Wireless Project)
    Exams Passed:
    CCNA - 640-802 - 17 Jan 2011 -- CVOICE v6 - 642-436 - 28 Feb 2011
    2011 Goals
    CCNP/CCNP:Voice
Sign In or Register to comment.