interfaces {
    ge-0/0/0 {
        unit 0 {
            description UNTRUST;
            family inet {
                address 192.168.137.100/24;
            }
        }
    }
routing-options {
    static {
        route 0.0.0.0/0 next-hop 192.168.137.1;
    }
}
security {
    zones {
        security-zone UNTRUST {
            interfaces {
                ge-0/0/0.0 {
                    host-inbound-traffic {
                        system-services {
                            all;
                        }
                        protocols {
                            all;
                        }
                    }
                }
            }
        }
    }
}
Seting Security_Zone Juniper

Leave a Reply

Your email address will not be published. Required fields are marked *