Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > mapping a single ip?

Reply
Thread Tools

mapping a single ip?

 
 
Captain
Guest
Posts: n/a
 
      08-23-2004
I have a cisco3640 with 2 fastethernet cards in
it,(data flows directly through the router).

I want to map a single internal ip to an external ip.

What is the most simple way of doing this?

 
Reply With Quote
 
 
 
 
Russell Lusignan
Guest
Posts: n/a
 
      08-23-2004
NAT is what you will need to use to map an internal address to an
external. You will need to config something like this:

ip nat inside source static <inside ip> <outside ip>
!
int e1/0 (internal interface)
ip nat inside
!
int e0/0 (external interface)
ip nat outside

Here are the docs on NAT:
http://www.cisco.com/univercd/cc/td/....htm#wp1042290

Let us know if you need more help

-Russ
CCIE #9473 (Security/R&S), CISSP


Captain <> wrote in message news:<>. ..
> I have a cisco3640 with 2 fastethernet cards in
> it,(data flows directly through the router).
>
> I want to map a single internal ip to an external ip.
>
> What is the most simple way of doing this?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
hibernate mapping for more than one foreign key to a single table snehasish Java 0 10-27-2009 09:53 AM
Datagrid on load; replace all double single quote to single quote to display to user Eric Layman ASP .Net 3 04-14-2007 07:16 AM
Custom Taglib problems - instead of a single instance per page, I have a single instance per application. chris brat Java 1 05-10-2006 11:16 AM
Asp.NET Javascript string, want to pass '(single quotes' within '(single quotes) Chris ASP .Net 1 03-24-2006 09:03 PM
BoundColumn single DataBind equiv but not in a single row? Randall Parker ASP .Net 1 12-12-2005 04:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57