I have a Cisco Pix Firewall that is currently running 5 external ips, everything is working perfect. Here is the problem:
We just installed a new device which needs tcp ports 990 and range 28000-28500 opened up to connect to their server. They list which IPs to allow in which there are 3, all needing the same configuration. The external_pix_ip below is the outside ip of the router which connects to a switch then to the dns server with workstation_ip residing in their. For now I will say that the workstation_ip is static.
A company has quoted us a $600 price tag to do this, which to me sounds ridiculous. Below I have listed the lines I plan to add, I want to make sure this would work. Thank you to anyone who would respond.
We just installed a new device which needs tcp ports 990 and range 28000-28500 opened up to connect to their server. They list which IPs to allow in which there are 3, all needing the same configuration. The external_pix_ip below is the outside ip of the router which connects to a switch then to the dns server with workstation_ip residing in their. For now I will say that the workstation_ip is static.
A company has quoted us a $600 price tag to do this, which to me sounds ridiculous. Below I have listed the lines I plan to add, I want to make sure this would work. Thank you to anyone who would respond.
Code:
access-list outside-inbound permit tcp host outside_ip1 host external_pix_ip eq 990
access-list outside-inbound permit tcp host outside_ip2 host external_pix_ip eq 990
access-list outside-inbound permit tcp host outside_ip3 host external_pix_ip eq 990
access-list outside-inbound permit tcp host outside_ip1 host external_pix_ip range 28000-28500
access-list outside-inbound permit tcp host outside_ip2 host external_pix_ip range 28000-28500
access-list outside-inbound permit tcp host outside_ip3 host external_pix_ip range 28000-28500
static (inside,outside) tcp external_pix_ip 990 workstation_ip 990 netmask 255.255.255.255 0 0
static (inside,outside) tcp external_pix_ip 28000-28500 workstation_ip 28000-28500 netmask 255.255.255.255 0 0