I need to nat multiple non consecutive VLANs to a public IP address.
I am currently planning on doing it this way:
object network VLAN200-network nat (inside,outside) dynamic 1.2.3.4 object network VLAN202-network nat (inside,outside) dynamic 1.2.3.4 object network VLAN200-network subnet 10.1.1.0 255.255.255.0 object network VLAN202-network subnet 10.1.6.0 255.255.255.0
But I am getting this warning:
WARNING: Pool (1.2.3.4) overlap with existing pool.
Will this work as planned or will there be a conflit?
No comments:
Post a Comment