- Posts: 8
- Thank you received: 0
Dynamic NAT!
15 years 6 months ago #30808
by redst
Dynamic NAT! was created by redst
Hi its me again,
just have a question,when using DNAT,like how many public ip's i can put on pool, let's say i was given like 15 public ip's how can i put it,like is there a short cut command w/out typing all those 15 ip's?..
thanks..
just have a question,when using DNAT,like how many public ip's i can put on pool, let's say i was given like 15 public ip's how can i put it,like is there a short cut command w/out typing all those 15 ip's?..
thanks..
15 years 6 months ago #30811
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Dynamic NAT!
I assume that your considering Cisco router configuration here. You would specify the start and end IPs. Say you have 15 IPs from 150.1.1.1 to 150.1.1.15. The pool's config would look like this:
[code:1]ip nat pool POOL1 150.1.1.1 150.1.1.15 netmask 255.255.255.240[/code:1]
Here is a complete article describing Dynamic NAT configuration:
www.firewall.cx/tk-cisco-routers-nat-dynamic.php
[code:1]ip nat pool POOL1 150.1.1.1 150.1.1.15 netmask 255.255.255.240[/code:1]
Here is a complete article describing Dynamic NAT configuration:
www.firewall.cx/tk-cisco-routers-nat-dynamic.php
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.111 seconds