Follow my actual configuration:
interface Ethernet0/0
description Ethernet Connection - LAN
ip address 192.168.25.2 255.255.255.0
no ip directed-broadcast
ip nat inside
!
ip nat pool BRASIL 200.x.y.z 200.x.y.z netmask 255.255.255.192
ip nat inside source route-map nonat pool BRASIL overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
access-list 110 permit ip 192.168.25.0 0.0.0.255 any
route-map nonat permit 10
match ip address 110
If a configure : ip nat inside source static 192.168.25.5 200.x.y.z -> does
not work But if configure
> ip nat inside source static 192.168.25.10 x.x.x.x -> It works!!! I had to
change the ip address of my mail server to solve the problem.
but I did not know yet what4s going on...
""John Tan"" wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What does "route-map nonat" do?
>
> ip nat pool BRASIL x.x.x.x x.x.x.x netmask 255.255.255.192
> ip nat inside source list 10 pool BRASIL overload
>
> ip nat inside source static 192.168.25.5 x.x.x.x
>
> The "source list 10" would refer to an access-list allowing and denying
> certain ips
>
> Regards,
> John
>
> ""Leonardo Borda"" wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hello People:
> >
> > Actually I am using dynamic NAT to allow my intranet users access
the
> > internet. The problem is when a configure a static NAT from external Ip
to
> > the internal IP, It does not work. But the funny thing is it does not
work
> > only to a specific IP. Take a look at my configuration. I really do not
> know
> > why!!!
> >
> > !
> > ip nat pool BRASIL netmask 255.255.255.192
> > ip nat inside source route-map nonat pool BRASIL overload
> > ip na
> > !
> >
> >
> > when i put that configuration it does not work!
> > ip nat inside source static 192.168.25.5
> >
> >
> > If I change this to
> >
> > ip nat inside source static 192.168.25.10
> > It works!
> >
> > The default gateway is correct from theirs....
> >
> > thanks!
Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=12300&t=12287
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]