Hi Guys,
I want to used all my availables ip's dynamically and used one static for access from the outside to my access server (Router 2511), is this NAT configuration suitable for this task?, any help will be great.
IP BLOCK: 206.xx.xx.224 206.xx.xx.231 / 255.255.255.248 Net Address: 206.xx.xx.224
Default Gateway: 206.xx.xx.231
Usable IPs: 206.xx.xx.225 206.xx.xx.230
Configuration:
ip nat pool IP-BLOCK 206.xx.xx.224 206.xx.xx.231 netmask 255.255.255.248
ip nat inside source list NAT pool IP-BLOCK overload
ip nat inside source static 192.168.200.2 206.xx.xx.230 --->> Static NAT to 2511
ip access-list standard NAT
permit 192.168.1.0 0.0.0.255
permit 192.168.2.0 0.0.0.255
permit 192.168.3.0 0.0.0.255
permit 192.168.4.0 0.0.0.255
permit 192.168.5.0 0.0.0.255
Thanks in advance.
