Hi,
Hopefully, I have posted this in the correct forum. ;-)
Could someone please advise me how I would configure an SRX340 with Junos: 19.4R1.10 to do the following:
- I have been assigned a /25 block of IP addresses from our DC
- DC connection is a point-to-point 10.10.10.126/30 on my side connecting to 10.10.10.125 on the DC side. This feed is providing us access to our /25 block of IP's.
- IP assignment 10.10.10.128/25
- Our SRX340 will be the gateway on our side for the 128/25 assignment
- One of the ports will be feeding a load balancer that has a large number of these public IP's assigned to it and handles the translation to the private side. The LB also screens which services and ports are available.
- A few other ports will be connected directly to individual pieces of hardware that are each public.
- I require ports ge-0/0/1 - 0/10 to allow me to plug any piece of hardware into it configured either with a single IP or in the case of our LB, the majority of our public IP's.
- Port ge-0/0/15 will be assigned a private IP and connected to our private network. I would like this port to be able to supply some DHCP addresses to the private 192.168.x.x network.
I have configured ge-0/0/0 with the following for the point-to-point:
ge-0/0/0 {
unit 0 {
family inet {
address 10.10.10.126/30;
}
Not sure what I need to do with the rest of the ports?
I see in the default config, it has two zones, Internal and Internet. Should I also be assigning ports to these zones?
Thanks in advance!