I have a single Juniper SRX100 setup between several servers and a WAN.
Is it possible to give all the servers external IP addresses and still use the SRX100 as a firewall?
(My ISP has provisioned me additional addresses already, I am just not sure how to configure the switch)
I don't agree with the above answer.
SRX devices like NetScreen devices deal with zones. You're going to need to put one port in the "untrust" zone, and the rest of them in the "trust" zone. The SRX should be set for this out of the box. The port in the untrust zone is likely set for DHCP right now, you'll need to override that and do something like this:
Now... for the OTHER IP addresses to be available off that same interface, you need a proxy arp statement under NAT configuration.
Then, you need static NAT's mapping those IP addresses to internal hosts:
And then, you MUST have a policy that PERMITS said traffic!
Some things I left out: setting up address book entries for the zones, and etc... but to sum up:
1) set external interface 2) set proxy arp 3) set static NATs (or whatever nat you need) 4) configure security policy to permit traffic.
Yes it is. Just let the servers be in a dmz, with the gateway address on its interface, and ofc, you must create permitting policies and so on.
ex. server 1 has ip 1.1.1.2/24 with gateway 1.1.1.1 server 2 has ip 1.1.1.3/24 with gateway 1.1.1.1
the IP of the SRX interface is 1.1.1.1.
Good luck.
It sounds like you want transparent mode. It's currently supported only on the high-end SRX1400-SRX5800.
There are rumors that it may be coming soon to the low-end SRX.