pirateclem
Technical User
I am setting up address translation for a device which will be placed in my network. I want to do this as securly as possible, but will not be able to place the device in the DMZ. I thought I had this figured out a couple months ago, but the project died and I forgot about it. Well, the project is back and I just heard the device will be here soon. Surprise! Here is my conundrum:
I am relatively new to the PIX 515 we are using. I need to forward data as securly as possible from: (Ip's masked to hide the innocent)
their network:
1.1.1.2 /27
1.1.1.3 /28
to my network:
I will use this as the outside routable address for this device:
2.2.2.3 /27
Need to then send this data to inside:
192.1.1.3 /24 ports 15000 and 15001 only
the firewalls ouside address is:
2.2.2.2 /27
firewall inside:
192.1.1.2 /24
should be routes for everything above. (hopefully, where should I double check this?)
as i understand it I need to:
1.) create a static address translation for the incoming traffic
static (outside, inside) 2.2.2.3 15000 192.1.1.3 15000 netmask 255.255.255.255
static (outside, inside) 2.2.2.3 15001 192.1.1.3 15001 netmask 255.255.255.255
2.)lock down the access list to only allow traffic from the other network
access-list inbound permit tcp host 1.1.1.2 host 192.1.1.3 eq 15000
access-list inbound permit tcp host 1.1.1.2 host 192.1.1.3 eq 15001
access-list inbound permit tcp host 1.1.1.3 host 192.1.1.3 eq 15000
access-list inbound permit tcp host 1.1.1.3 host 192.1.1.3 eq 15001
Am I correct? Am I missing anything? Does this make sense? What would the syntax for the changes be specifically?
I am relatively new to the PIX 515 we are using. I need to forward data as securly as possible from: (Ip's masked to hide the innocent)
their network:
1.1.1.2 /27
1.1.1.3 /28
to my network:
I will use this as the outside routable address for this device:
2.2.2.3 /27
Need to then send this data to inside:
192.1.1.3 /24 ports 15000 and 15001 only
the firewalls ouside address is:
2.2.2.2 /27
firewall inside:
192.1.1.2 /24
should be routes for everything above. (hopefully, where should I double check this?)
as i understand it I need to:
1.) create a static address translation for the incoming traffic
static (outside, inside) 2.2.2.3 15000 192.1.1.3 15000 netmask 255.255.255.255
static (outside, inside) 2.2.2.3 15001 192.1.1.3 15001 netmask 255.255.255.255
2.)lock down the access list to only allow traffic from the other network
access-list inbound permit tcp host 1.1.1.2 host 192.1.1.3 eq 15000
access-list inbound permit tcp host 1.1.1.2 host 192.1.1.3 eq 15001
access-list inbound permit tcp host 1.1.1.3 host 192.1.1.3 eq 15000
access-list inbound permit tcp host 1.1.1.3 host 192.1.1.3 eq 15001
Am I correct? Am I missing anything? Does this make sense? What would the syntax for the changes be specifically?