Hi,
you are missing the "inside" keyword in your NAT command maybe:
you used: ip nat source list 1 interface FastEthernet1/0 overload
it should be: ip nat inside source list 1 interface FastEthernet1/0 overload
On Sat, Dec 15, 2012 at 5:43 PM, Kaiser Anwar <Kaiser_anwar_at_hotmail.com> wrote:
> Hi, my router that connects to the MS loopback can ping the loopback and
> command DNS router on the internet. But I cannot get the NAT to work. Can
> someone see why that is? I have attached the relevant config in the text
> file
>
>
>
> R11#sh run
>
> Building configuration...
>
>
>
> !
>
> !
>
> interface FastEthernet1/0
>
> ip address 192.168.137.2 255.255.255.0
>
> ip nat outside
>
> ip virtual-reassembly
>
> duplex auto
>
> speed auto
>
> !
>
> interface FastEthernet1/1
>
> ip address 165.4.34.11 255.255.255.0
>
> ip nat inside
>
> ip virtual-reassembly
>
> duplex auto
>
> speed auto
>
> !
>
> ip route 0.0.0.0 0.0.0.0 192.168.137.1
>
> !
>
> no ip http server
>
> no ip http secure-server
>
> !
>
> ip nat source list 1 interface FastEthernet1/0 overload
>
> !
>
> access-list 1 permit 165.4.34.0 0.0.0.255
>
> !
>
> !
>
> !
>
> !
>
> control-plane
>
> !
>
> !
>
> !
>
> !
>
> !
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
Blogs and organic groups at http://www.ccie.net
Received on Mon Dec 17 2012 - 08:46:46 ART
This archive was generated by hypermail 2.2.0 : Tue Jan 01 2013 - 09:36:53 ART