Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: SSH Access External

$
0
0

show config - i useually use display set and missed this... is this the cause?

 

firewall {
    family inet {
        filter local_acl {
            term terminal_access {
                from {
                    source-address {
                        10.0.0.0/8;
                    }
                    protocol tcp;
                    ##
                    ## Warning: statement ignored: unsupported platform (ex2200-24t-4g)
                    ##
                    port [ ssh telnet ];
                }
                then accept;
            }
            term terminal_access_denied {
                from {
                    protocol tcp;
                    ##
                    ## Warning: statement ignored: unsupported platform (ex2200-24t-4g)
                    ##
                    port [ ssh telnet ];
                }
                then {
                    log;
                    discard;
                }
            }
            term default-term {
                then accept;
            }
        }
    }
}

Viewing all articles
Browse latest Browse all 10307

Trending Articles



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