## Last changed: 2011-03-11 21:35:11 CST version 10.4R1.9; groups { node0 { system { host-name HOUTXGW1; } interfaces { fxp0 { unit 0 { family inet { address 192.168.1.1/24; } } } } } node1 { system { host-name HOUTXGW2; } interfaces { fxp0 { unit 0 { family inet { address 192.168.1.2/24; } } } } } } apply-groups "${node}"; system { time-zone America/Chicago; root-authentication { encrypted-password "$1$XerblLjy$NGsYkErHAIXaodkJEV.Ai."; } name-server { 208.67.222.222; 208.67.220.220; } services { ssh; web-management { http { interface [ fxp0.0 reth0.102 ]; } https { system-generated-certificate; interface [ fxp0.0 reth0.102 ]; } } } 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 192.43.244.18; } } chassis { cluster { control-link-recovery; reth-count 2; node 0; redundancy-group 0 { node 0 priority 100; node 1 priority 99; } redundancy-group 1 { node 0 priority 100; node 1 priority 99; preempt; interface-monitor { ge-0/0/5 weight 255; ge-5/0/5 weight 255; ge-0/0/6 weight 255; ge-5/0/6 weight 255; } } } } interfaces { ge-0/0/5 { gigether-options { redundant-parent reth0; } } ge-0/0/6 { gigether-options { redundant-parent reth1; } } ge-5/0/5 { gigether-options { redundant-parent reth0; } } ge-5/0/6 { gigether-options { redundant-parent reth1; } } fab0 { fabric-options { member-interfaces { ge-0/0/2; } } } fab1 { fabric-options { member-interfaces { ge-5/0/2; } } } reth0 { vlan-tagging; redundant-ether-options { redundancy-group 1; } unit 102 { vlan-id 102; family inet { address 10.1.102.1/24; } family inet6 { address fd2a:b8a8:b44e:efd4::1/64; } } } reth1 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { address x.x.x.x/29; } } } } snmp { community public { authorization read-only; } } routing-options { static { route 0.0.0.0/0 next-hop x.x.x.x; } } security { nat { source { rule-set trust-to-untrust { from zone trust; to zone untrust; rule source-nat-rule { match { source-address 0.0.0.0/0; } then { source-nat { interface; } } } } } proxy-arp { interface reth1.0 { address { x.x.x.x/32 to x.x.x.x/32; } } } } 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 { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { reth0.102; } } security-zone untrust { screen untrust-screen; host-inbound-traffic { system-services { ping; } } interfaces { reth1.0; } } } policies { from-zone trust to-zone untrust { policy default-permit { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone untrust to-zone trust { policy default-deny { match { source-address any; destination-address any; application any; } then { deny; } } } from-zone trust to-zone trust { policy default-permit { match { source-address any; destination-address any; application any; } then { permit; } } } } }