CarolinaCountryBoy
IS-IT--Management
Hi Guys/Gals,
If someone with a better grasp on PIX 515 firewalls could look this over, I would be SO THANKFUL! I'm trying to keep this code basic. My intention is to allow access from the outside world to 3 servers on specific ports and IP's. I've attached the specific lines, if i've forgotten something let me know.
I've called the servers:
Server-PDC (10.0.0.2) - Server-BDC (10.0.0.3) - Server-BACKUP (10.0.0.4)
I have some outside IP's (dont know them yet) but will assign to the placeholder IP's 64.0.0.X 2 will go to 2 etc..
With the code ive attached, will i be able to remote in via RDP or VNC (port 5900)? And, will this configuration allow incoming stuff on ports ive specified go to the right server? For instance, I have some backup data coming in on ports 308 and 2003 going to server 10.0.0.4, plus i need www, https, rdp and vnc open on that server too. Do I have it correct?
name 10.0.0.2 Server-PDC
name 10.0.0.3 Server-BDC
name 10.0.0.4 Server-BACKUP
access-list acl_out permit tcp any host 64.0.0.2 eq www
access-list acl_out permit tcp any host 64.0.0.2 eq https
access-list acl_out permit tcp any host 64.0.0.2 eq 3389
access-list acl_out permit tcp any host 64.0.0.2 eq 5900
access-list acl_out permit tcp any host 64.0.0.3 eq smtp
access-list acl_out permit tcp any host 64.0.0.3 eq pop3
access-list acl_out permit tcp any host 64.0.0.3 eq www
access-list acl_out permit tcp any host 64.0.0.3 eq https
access-list acl_out permit tcp any host 64.0.0.3 eq 5900
access-list acl_out permit tcp any host 64.0.0.4 eq www
access-list acl_out permit tcp any host 64.0.0.4 eq https
access-list acl_out permit tcp any host 64.0.0.4 eq 5900
access-list acl_out permit tcp any host 64.0.0.4 eq 3389
access-list acl_out permit tcp any host 64.0.0.4 eq 2003
access-list acl_out permit tcp any host 64.0.0.4 eq 308
global (outside) 1 interface
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 64.0.0.2 Server-PDC netmask 255.255.255.255 0 0
static (inside,outside) 64.0.0.3 Server-BDC netmask 255.255.255.255 0 0
static (inside,outside) 64.0.0.4 Server-BACKUP netmask 255.255.255.255 0 0
route outside 0.0.0.0 0.0.0.0 10.0.0.1 1
THANK YOU SO MUCH for taking the time to answer.
Jim
If someone with a better grasp on PIX 515 firewalls could look this over, I would be SO THANKFUL! I'm trying to keep this code basic. My intention is to allow access from the outside world to 3 servers on specific ports and IP's. I've attached the specific lines, if i've forgotten something let me know.
I've called the servers:
Server-PDC (10.0.0.2) - Server-BDC (10.0.0.3) - Server-BACKUP (10.0.0.4)
I have some outside IP's (dont know them yet) but will assign to the placeholder IP's 64.0.0.X 2 will go to 2 etc..
With the code ive attached, will i be able to remote in via RDP or VNC (port 5900)? And, will this configuration allow incoming stuff on ports ive specified go to the right server? For instance, I have some backup data coming in on ports 308 and 2003 going to server 10.0.0.4, plus i need www, https, rdp and vnc open on that server too. Do I have it correct?
name 10.0.0.2 Server-PDC
name 10.0.0.3 Server-BDC
name 10.0.0.4 Server-BACKUP
access-list acl_out permit tcp any host 64.0.0.2 eq www
access-list acl_out permit tcp any host 64.0.0.2 eq https
access-list acl_out permit tcp any host 64.0.0.2 eq 3389
access-list acl_out permit tcp any host 64.0.0.2 eq 5900
access-list acl_out permit tcp any host 64.0.0.3 eq smtp
access-list acl_out permit tcp any host 64.0.0.3 eq pop3
access-list acl_out permit tcp any host 64.0.0.3 eq www
access-list acl_out permit tcp any host 64.0.0.3 eq https
access-list acl_out permit tcp any host 64.0.0.3 eq 5900
access-list acl_out permit tcp any host 64.0.0.4 eq www
access-list acl_out permit tcp any host 64.0.0.4 eq https
access-list acl_out permit tcp any host 64.0.0.4 eq 5900
access-list acl_out permit tcp any host 64.0.0.4 eq 3389
access-list acl_out permit tcp any host 64.0.0.4 eq 2003
access-list acl_out permit tcp any host 64.0.0.4 eq 308
global (outside) 1 interface
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 64.0.0.2 Server-PDC netmask 255.255.255.255 0 0
static (inside,outside) 64.0.0.3 Server-BDC netmask 255.255.255.255 0 0
static (inside,outside) 64.0.0.4 Server-BACKUP netmask 255.255.255.255 0 0
route outside 0.0.0.0 0.0.0.0 10.0.0.1 1
THANK YOU SO MUCH for taking the time to answer.
Jim