| Computers Forum Index » Computer - DCOM - Cisco » Route In Cisco Router... |
|
Page 1 of 1 |
|
| Author |
Message |
| Ts8060... |
Posted: Thu Nov 05, 2009 2:47 am |
|
|
|
Guest
|
I want to route 202.5.199.3 IP address to Local 10.10.10.16.
202.5.199.13 -> 10.10.10.16 Is that possible ??
How can i do this. Any one help. |
|
|
| Back to top |
|
|
|
| Ts8060... |
Posted: Thu Nov 05, 2009 4:24 am |
|
|
|
Guest
|
On Nov 4, 7:07 pm, Barry Margolin <bar... at (no spam) alum.mit.edu> wrote:
Quote: In article
7585a896-1567-4244-b5dc-284a84646... at (no spam) h14g2000pri.googlegroups.com>,
Ts8060 <ts.8... at (no spam) gmail.com> wrote:
I want to route 202.5.199.3 IP address to Local 10.10.10.16.
202.5.199.13 -> 10.10.10.16 Is that possible ??
How can i do this. Any one help.
ip route 202.5.199.13 255.255.255.255 10.10.10.16
--
Barry Margolin, bar... at (no spam) alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
Thx For reply.
I will try it soon. |
|
|
| Back to top |
|
|
|
| Lawrence Houston... |
Posted: Thu Nov 05, 2009 4:37 am |
|
|
|
Guest
|
Ts8060 <ts.8060 at (no spam) gmail.com> wrote:
: I want to route 202.5.199.3 IP address to Local 10.10.10.16.
: 202.5.199.13 -> 10.10.10.16 Is that possible ??
Might you be asking about Static NAT???
ip nat inside source static 10.10.10.16 202.5.199.13
Requiring additional statements "ip nat inside" and "ip nat outside"
of the appropriate Interfaces...
Lawrence Houston -- (houston at (no spam) greenfield.dyndns.org) |
|
|
| Back to top |
|
|
|
| Barry Margolin... |
Posted: Thu Nov 05, 2009 6:16 am |
|
|
|
Guest
|
In article
<7585a896-1567-4244-b5dc-284a84646ed3 at (no spam) h14g2000pri.googlegroups.com>,
Ts8060 <ts.8060 at (no spam) gmail.com> wrote:
Quote: I want to route 202.5.199.3 IP address to Local 10.10.10.16.
202.5.199.13 -> 10.10.10.16 Is that possible ??
How can i do this. Any one help.
ip route 202.5.199.13 255.255.255.255 10.10.10.16
--
Barry Margolin, barmar at (no spam) alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group *** |
|
|
| Back to top |
|
|
|
| bod43... |
Posted: Sat Nov 07, 2009 12:45 am |
|
|
|
Guest
|
On 5 Nov, 04:37, Lawrence Houston <hous... at (no spam) greenfield.dyndns.org>
wrote:
Quote: Ts8060 <ts.8... at (no spam) gmail.com> wrote:
: I want to route 202.5.199.3 IP address to Local 10.10.10.16.
: 202.5.199.13 -> 10.10.10.16 Is that possible ??
Might you be asking about Static NAT???
That was my first impression too.
Quote: ip nat inside source static 10.10.10.16 202.5.199.13
Requiring additional statements "ip nat inside" and "ip nat outside"
of the appropriate Interfaces... |
|
|
| Back to top |
|
|
|
|