Quantcast
Channel: All SRX Services Gateway posts
Viewing all articles
Browse latest Browse all 17645

Connectivity Between 2 SRX

$
0
0

Hi,

 

I have connected 2SRX diectly but not able to establish connectivity.

Please find the below configuration

 

interfaces {
ge-0/0/0 {
unit 0 {
family inet {
address 1.1.1.1/30;
}
}
}
ge-0/0/1 {
unit 0 {
family inet {
address 100.100.100.1/24;
}
}
}
st0 {
unit 0 {
family inet {
address 192.168.220.1/24;
}
}
}
}
policies {
from-zone trust to-zone trust {
policy default-permit {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
from-zone trust to-zone untrust {
policy default-permit {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
from-zone untrust to-zone trust {
policy default-deny {
match {
source-address any;
destination-address any;
application any;
}
then {
deny;
}
}
}
}
zones {

security-zone trust {
tcp-rst;
interfaces {
ge-0/0/1.0 {
host-inbound-traffic {
system-services {
all;
}
}
}
st0.0;
}
}
security-zone untrust {
screen untrust-screen;
interfaces {
ge-0/0/0.0 {
host-inbound-traffic {
system-services {
http;
https;
ssh;
telnet;
dhcp;
ike;
ping;
}
}

Untitled.png


Viewing all articles
Browse latest Browse all 17645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>