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

Re: SRX300 can't ping irb interfaces, or Google, or anything from terminal!

$
0
0

Hello ,

 

What you can do is to creat  3 rules under the ruleset :

1 st  rule  :  Allow  SSH access to permitted IP 

2nd Rule  : Block SHH access to any other IPs

3 rd rule : permitt everything  .

 

eg:

 

root# show firewall
filter test {
term 1 {
from {
source-address {
1.2.3.4/32;
}
destination-port 22;
}
then accept;
}
term 2 {
from {
destination-port 22;
}
then {
discard;
}
}
term 3 {
then accept;
}
}


Viewing all articles
Browse latest Browse all 17645

Trending Articles



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