- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 05:02 AM - edited 03-04-2019 05:42 PM
Dear All,
I am having a public IP address and it is not configured on any of the router interface on my cisco router. I am having 3 internal networks. Is there any way to PAT all these 3 internal networks to this public IP???
Thanks in Advance..
Krish
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 05:13 AM
Hi,
yes it is eg:
ip nat pool mypool 200.1.1.1 200.1.1.1 prefix-length 30
ip nat inside source list 1 pool mypool overload
access-list 1 permit 10.0.0.0 0.0.0.255
Regards.
Alain
Don't forget to rate helpful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 05:13 AM
Hi,
yes it is eg:
ip nat pool mypool 200.1.1.1 200.1.1.1 prefix-length 30
ip nat inside source list 1 pool mypool overload
access-list 1 permit 10.0.0.0 0.0.0.255
Regards.
Alain
Don't forget to rate helpful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 11:09 AM
Hi Alain,
What is Prefix-length 30 in the syntax.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 11:18 AM
Hi,
you could also use netmask 255.255.255.252 instead.
Regards.
Alain
Don't forget to rate helpful posts.
