root@SRX210> show configuration ## Last commit: 2010-11-28 19:17:40 PST by root version 10.3R2.11; system { host-name SRX210; time-zone America/Los_Angeles; root-authentication { encrypted-password "$1$bBFzjMlb$LDe4IvlglPZFKc7bH1K999"; ## SECRET-DATA } name-server { 8.8.8.8; 8.8.4.4; } services { ssh; web-management { traceoptions { flag all; } management-url my-jweb; https { system-generated-certificate; interface [ vlan.0 ge-0/0/1.0 lo0.0 ]; } session { session-limit 4; } } dhcp { domain-name test.local; name-server { 8.8.8.8; 8.8.4.4; } server-identifier xx.xx.xx.xx; pool 192.168.1.0/24 { address-range low 192.168.1.10 high 192.168.1.50; default-lease-time 7200; domain-name test.local; name-server { 8.8.8.8; 8.8.4.4; } router { 192.168.1.1; } propagate-settings vlan.0; } } } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } ntp { server 63.240.161.99; server 216.45.57.38; } } interfaces { interface-range interfaces-trust { member fe-0/0/3; member fe-0/0/4; member fe-0/0/5; member fe-0/0/6; unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/0 { unit 0 { family inet { dhcp; } } } ip-0/0/0 { unit 0 { tunnel { source xx.xxx.xx.xx; destination xx.xx.xxx.xx; } family inet6 { address 2001:xx:xxxx:xxxx::2/64; } } } ge-0/0/1 { unit 0 { family inet { dhcp; } } } fe-0/0/2 { unit 0 { family inet { dhcp; } } } lo0 { unit 0 { family inet { address 192.168.2.1/32; } } } vlan { unit 0 { family inet { address 192.168.1.1/24; } family inet6 { address 2001:470:1f04:10f6::3/64; } } } } routing-options { rib inet6.0 { static { route ::/0 next-hop 2001:xxx:xxxx:xxxx::1; } } } protocols { router-advertisement { interface vlan.0 { max-advertisement-interval 5; min-advertisement-interval 3; managed-configuration; prefix 2001:xxx:xxxx:xxxx::/64 { on-link; autonomous; } } } } security { nat { source { rule-set snat-trust-untrust { from zone trust; to zone untrust; rule S-Rule { match { source-address 0.0.0.0/0; destination-address 0.0.0.0/0; } then { source-nat { interface; } } } } } } screen { ids-option untrust-screen { icmp { ping-death; } ip { source-route-option; tear-drop; } tcp { syn-flood { alarm-threshold 1024; attack-threshold 200; source-threshold 1024; destination-threshold 2048; timeout 20; } land; } } } zones { security-zone trust { address-book { address 192.168.1.11 192.168.1.11/32; address 192.168.1.12 192.168.1.12/32; } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0 { host-inbound-traffic { system-services { ping; https; dhcp; ssh; } } } lo0.0 { host-inbound-traffic { system-services { all; } } } } } security-zone untrust { screen untrust-screen; host-inbound-traffic { system-services { ping; } } interfaces { fe-0/0/2.0 { host-inbound-traffic { system-services { dhcp; } } } ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; } } } ge-0/0/1.0 { host-inbound-traffic { system-services { dhcp; ping; ike; } } } ip-0/0/0.0; } } security-zone u; } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; log { session-init; session-close; } count; } } } from-zone trust to-zone trust { policy trust-trust { match { source-address any; destination-address any; application any; } then { permit; } } } } alg { msrpc disable; sunrpc disable; real disable; rsh disable; rtsp disable; sql disable; talk disable; pptp disable; } forwarding-options { family { inet6 { mode flow-based; } } } vlans { vlan-trust { vlan-id 2; l3-interface vlan.0; } }