root@jun_inet> show configuration ## Last commit: 2023-12-** **:**:** *** by root version 20.2R3.9; system { host-name jun_inet; root-authentication { encrypted-password "----"; ## SECRET-DATA } services { ssh { root-login allow; } dhcp-local-server { group jun { interface ge-0/0/2.0; } } web-management { http { interface ge-0/0/2.0; } } } time-zone ****/**********; name-server { **.**.**.53; **.**.**.54; } } security { nat { source { rule-set int_to_out_nat { from zone trust; to zone untrust; rule int_to_out_nat { match { source-address 192.168.15.0/24; destination-address 0.0.0.0/0; } then { source-nat { interface; } } } } } } policies { from-zone trust to-zone trust { policy in_to_in { match { source-address any; destination-address any; application any; dynamic-application any; } then { permit; } } } from-zone trust to-zone untrust { policy in_to_out { match { source-address any; destination-address any; application any; dynamic-application any; } then { permit; } } } from-zone untrust to-zone trust { policy out_to_in { match { source-address any; destination-address any; application any; dynamic-application any; } then { permit; } } } } zones { security-zone untrust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { dns; http; ping; traceroute; } protocols { all; } } } } } security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { ge-0/0/2.0 { host-inbound-traffic { system-services { http; ping; dhcp; ssh; dns; } protocols { all; } } } } } } } interfaces { ge-0/0/0 { unit 0 { family inet { address **9.***.***.**5/30; } } } ge-0/0/2 { unit 0 { description to_LAN; family inet { address 192.168.15.1/24; } } } } snmp { community **** { authorization read-only; } } access { address-assignment { pool jun_pool { family inet { network 192.168.15.0/24; range jun_range { low 192.168.15.20; high 192.168.15.254; } dhcp-attributes { name-server { **.**.**.53; **.**.**.54; } router { 192.168.15.1; } } } } } } routing-options { static { route 0.0.0.0/0 next-hop **9.***.***.**6; } }