08-20-2010 04:50 AM - edited 03-11-2019 11:28 AM
Hello Dears,
Can i use ASA outside interface public IP for servers in DMZ to publish on internet definately i will use different port number for differnt servers and also the same interface IP can i use for remote vpn.
Thanks,
Solved! Go to Solution.
08-20-2010 05:24 AM
Yes, definitely you can.
An example for your reference:
Outside public ip address is 100.1.1.1
DMZ web server ip address is 172.16.1.1
DMZ mail server ip address is 172.16.1.5
You are hosting web server and mail server on your DMZ for example
static (dmz,outside) tcp interface 80 172.16.1.1 80 netmask 255.255.255.255
static (dmz,outside) tcp interface 25 172.16.1.5 25 netmask 255.255.255.255
Assuming you are using ASA version 8.2 or below.
Hope that helps.
08-20-2010 05:27 AM
Hello,
Yes, you can use the outside interface IP for publishing services. You need
to use static PAT for this. Please make sure that there is no port conflict.
Regards,
NT
08-20-2010 05:57 AM
Hello,
Yes, you can use the same IP for remove VPN as well as long as you are using
IPSec. If you are using WebVPN, please make sure that you are not using port
443 (HTTPS) for any other purpose on the outside interface (including ASDM).
Regards,
NT
08-20-2010 05:24 AM
Yes, definitely you can.
An example for your reference:
Outside public ip address is 100.1.1.1
DMZ web server ip address is 172.16.1.1
DMZ mail server ip address is 172.16.1.5
You are hosting web server and mail server on your DMZ for example
static (dmz,outside) tcp interface 80 172.16.1.1 80 netmask 255.255.255.255
static (dmz,outside) tcp interface 25 172.16.1.5 25 netmask 255.255.255.255
Assuming you are using ASA version 8.2 or below.
Hope that helps.
08-20-2010 05:27 AM
Hello,
Yes, you can use the outside interface IP for publishing services. You need
to use static PAT for this. Please make sure that there is no port conflict.
Regards,
NT
08-20-2010 05:49 AM
Hello,
Also i can use the same for remote access vpn, for users to connect from their house.
Thanks,
08-20-2010 05:57 AM
Hello,
Yes, you can use the same IP for remove VPN as well as long as you are using
IPSec. If you are using WebVPN, please make sure that you are not using port
443 (HTTPS) for any other purpose on the outside interface (including ASDM).
Regards,
NT
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