05-21-2001 01:29 PM - edited 03-01-2019 06:42 PM
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
05-22-2001 08:25 AM
why don't you NAT on the Serial interface.
05-22-2001 01:25 PM
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
05-23-2001 10:20 AM
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.
05-23-2001 04:00 PM
Hi Dwax,
Thankyou very much.You have been a great help.
Thanks once again
Kanwal
05-25-2001 05:57 AM
all the best, good luck
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide