05-13-2002 12:33 PM - edited 03-08-2019 10:36 PM
When I put the static command in to do this, it tells me that I'm overlapping addresses.
static (dmz,outside) 172.168.0.10 192.168.5.1 netmask 255.255.255.255 0 0
If I have the above statement, I errors out on entering the below statement:
static (dmz,outside) 172.168.0.11 192.168.5.1 netmask 255.255.255.255 0 0
05-13-2002 01:04 PM
You can't do it. The only option for one IP outside for multiple inside is port redirection. It's also done in the static command here's an example:
static (inside,outside) tcp ([Global IP] or [Interface]) smtp 192.168.1.3 smtp netmask 255.255.255.255 0 0
Hope that helps
05-13-2002 01:37 PM
ya, that is what I was thinking also from everything I have read.. I was just keeping the hope alive!
Thanks for the affirmation.
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