Thanks for the help. I can try that to see if it works.
Original Message:
Sent: 09-06-2024 11:27
From: Anonymous
Subject: Simple Config. on Lab set up
This message was posted by a user wishing to remain anonymous
Ben,
These are zone-based security appliances, not routers, and as such the interfaces need to be in security zones. You also need to allow system services host-inbound-traffic.
Host-inbound-traffic is for traffic destined to the firewall itself, where zone policies govern traffic transiting the device.
Security Zones | Junos OS | Juniper Networks
system-services (Security Zones Host Inbound Traffic) | Junos OS | Juniper Networks
Original Message:
Sent: 09-06-2024 10:50
From: BEN FELDMAN
Subject: Simple Config. on Lab set up
I got my three of my five SRX100 routers up and running, accessible with configs on them and connected together.
The next thing I am trying to do is put ip addresses on the interfaces and see if I can ping from one router to the next. This is something I've done hundreds of times in a virtual environment, and I don't know why it is not working. Is there something I am missing?
Here is exactly what I did:
on ROUTER-1 I configured ip address 10.10.12.1/24 on fe-0/0/0.0
on ROUTER-2 I configured ip address 10.10.12.2/24 on fe-0/0/0.0
and I connect the fe-0/0/0 ports together with a patch cable, lights come on and show interface command tells me ports are up on both routers.
Now I console in to either of the routers.
On either router I can ping the local address on port fe-0/0/0 and the local loopback that I also configured, but not the address on the other side of the link.
Here is an example of the way I configured the ports:
Ben@ROUTER-2# show interfaces
fe-0/0/0 {
unit 0 {
family inet {
address 10.10.12.2/24;
}
}
Any help greatly appreciated.
Ben
------------------------------
BEN FELDMAN
------------------------------