|
Home > Archive > CCNP > April 2002 > ip nat
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| buntywins 2002-04-02, 11:07 am |
| hi
well i have got a little qs abt a keyword in the command
ip nat inside source static 11.0.0.1 11.0.0.6 EXTENDIBLE
can any one tell me wat does this word extendible do and any explain it or any link that wud help me
buntywins | |
|
| , found this.
Config example:
ip nat inside source static tcp 192.168.0.5 80 171.68.1.1 80 extendable
!--- This statement performs the static address translation for the Web server.
!--- With this statement, users trying to reach 171.68.1.1 port 80 (www) will be
!--- automatically redirected to 192.168.0.5 port 80 (www), which in this case
!--- is the Web server.
URL:
http://www.cisco.com/warp/public/794/827spat.html
Hippo (Going back to sleep now) |
|
|
|
|