10-17-2012 01:37 PM - edited 03-11-2019 05:10 PM
Hi I am Jonathan Rivero and I am NEW on ASAs, I have ASA 5520 with Version 8.2(5), the ISP give me a block of IP pubic (201.148.156.193/28), one IP valid (201.148.156.194) have the Global NAT (all users LAN) and server FTP, but i need that IP 201.148.156.195 is used for VCSe, and the IP 201.148.156.196 is used for other server FTP.
Attach the show run.
someone help me?
thk for help me
Solved! Go to Solution.
10-17-2012 02:06 PM
Hello Josue,
Do the following
static (inside,outside) 201.148.156.195 VCSE_INTERNAL_IP
static (inside,outside) 201.148.156.196 FTP_internal_IP
access-list Out_In extended permit tcp any host 201.148.156.196 eq 21
***Create the ACL for the VCSE traffic as well************
Regards,
Remember to rate all of the support forum answers.
Julio
10-17-2012 02:06 PM
Hello Josue,
Do the following
static (inside,outside) 201.148.156.195 VCSE_INTERNAL_IP
static (inside,outside) 201.148.156.196 FTP_internal_IP
access-list Out_In extended permit tcp any host 201.148.156.196 eq 21
***Create the ACL for the VCSE traffic as well************
Regards,
Remember to rate all of the support forum answers.
Julio
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