From: san (san.study@gmail.com)
Date: Sat Dec 03 2005 - 15:16:23 GMT-3
Assuming extendable keyword available, Looks like i cannot use this below
syntax. Can anyone confirm.
Choice A => May not work
ip nat inside source static tcp 192.168.1.2 80 10.103.1.1 80
ip nat inside source static tcp 192.168.1.3 23 10.103.1.1 23
ip nat inside source static tcp 192.168.1.4 21 10.103.1.1 21
Choice B => using extendable option.
ip nat inside source static tcp 192.168.1.2 80 10.103.1.1 80 extendable
ip nat inside source static tcp 192.168.1.3 23 10.103.1.1 23 extendable
ip nat inside source static tcp 192.168.1.4 21 10.103.1.1 21 extendable
/SAN
On 12/3/05, Chris Lewis <chrlewiscsco@yahoo.com> wrote:
>
> Doyle covers this very well in his book. The short answer is extenable
> allows you to translate one outside address to multiple inside addresses.
>
> For example you can have one IP address on the outside translated to
> multiple servers on the inside based off port ID, so with one external
> address you can have a separate internal address for HHTP (translates port
> 80 to only this server), a different server for SMTP and yet another for
> FTP.
>
> Israel Gonzalez <israelgq@gmail.com> escribis:
> Hello everybody,
>
>
> Somebody can help me with this clarification? I was configuring static NAT
> on a router and i noticed that there is an option called "extendable". I
> looked this option in the doc cd but the explanation is not so clear. So I
> would like to know if somebody can help to understand what is the
> difference
> between using it and not using this option
>
> ip nat inside source static tcp 192.168.1.2 80 10.103.1.1 80
>
> ip nat inside source static tcp 192.168.1.2 80 10.103.1.1 80 extendable
>
> Thanks!
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
> ---------------------------------
> Yahoo! Personals
> Let fate take it's course directly to your email.
> See who's waiting for you Yahoo! Personals
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Mon Jan 09 2006 - 07:07:50 GMT-3