cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9825
Views
0
Helpful
5
Replies

IP Masquerading on Cisco router

kanwaljeet
Level 1
Level 1

Hi,

Is there any way to do IP masquerading in a cisco router. I have a class c network of 8192 nodes. I want my ISP to recognise each request sent by any node in my network as requested by only ONE IP. Is this possible?

Thanks

kanwaljeet

5 Replies 5

dwax
Level 1
Level 1

why don't you NAT on the Serial interface.

Hi Dwax,

Could you tell me how i can do NAT on serial interface of my router.i will be thankful if you could tell me the steps.

Thanks

kanwal

Step Command Purpose

1 .

ip nat pool name start-ip end-ip {netmask netmask | prefix-length prefix-length} Define a pool of global addresses to be allocated as needed.

2 .

access-list access-list-number permit source [source-wildcard] Define a standard access list.

3 .

ip nat inside source list access-list-number pool name overload Establish dynamic source translation, identifying the access list defined in the prior step.

4 .

interface type number Specify the inside interface.

5 .

ip nat inside Mark the interface as connected to the inside.

6 .

interface type number Specify the outside interface.

7 .

ip nat outside Mark the interface as connected to the outside.

Hi Dwax,

Thankyou very much.You have been a great help.

Thanks once again

Kanwal

all the best, good luck