root@FW1> show configuration ## Last commit: 2010-12-07 00:06:06 CST by admin version 10.3R1.9; groups { node0 { system { host-name FW1; } interfaces { fxp0 { unit 0 { family inet { address 172.20.0.1/24; } } } } } node1 { system { host-name FW2; } interfaces { fxp0 { unit 0 { family inet { address 172.20.0.2/24; } } } } } } apply-groups "${node}"; system { host-name FW1; root-authentication { encrypted-password "$1$YeZPJUtn$gY4y513Lr6/iBC45.3.wi1"; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } login { user admin { full-name admin; uid 100; class super-user; authentication { encrypted-password "$1$LOdXBZQP$d0W3FMmv09iSpchWh.OJ.1"; ## SECRET-DATA } } } services { ssh; telnet; web-management { http { interface [ fxp0.0 ge-2/0/1.0 ge-2/0/3.0 ge-2/0/5.0 ge-2/0/7.0 ]; } https { system-generated-certificate; } } } syslog { 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; } } } chassis { cluster { control-link-recovery; reth-count 8; node 0; ## Warning: 'node' is deprecated node 1; ## Warning: 'node' is deprecated redundancy-group 0 { node 0 priority 100; node 1 priority 1; } redundancy-group 1 { node 0 priority 100; node 1 priority 1; interface-monitor { ge-0/0/3 weight 255; ge-9/0/3 weight 255; ge-2/0/0 weight 255; ge-11/0/0 weight 255; } } redundancy-group 3 { node 0 priority 100; node 1 priority 1; interface-monitor { ge-0/0/3 weight 255; ge-9/0/3 weight 255; ge-2/0/2 weight 255; ge-11/0/2 weight 255; } } } } interfaces { ge-0/0/0 { unit 0 { family inet { dhcp; } } } ge-0/0/3 { unit 0 { family inet { address 192.168.231.18/29; } } } ge-2/0/0 { gigether-options { redundant-parent reth0; } } ge-2/0/1 { unit 0 { family inet { address 10.82.254.1/28; } } } ge-2/0/2 { gigether-options { redundant-parent reth3; } } ge-2/0/3 { unit 0 { family inet; } } ge-2/0/5 { unit 0 { family inet { address 10.84.254.1/28; } } } ge-2/0/7 { unit 0 { family inet { address 10.88.254.1/28; } } } ge-9/0/3 { unit 0 { family inet { address 192.168.231.26/29; } } } ge-11/0/0 { gigether-options { redundant-parent reth0; } } ge-11/0/1 { unit 0 { family inet { address 10.82.254.17/28; } } } ge-11/0/2 { gigether-options { redundant-parent reth3; } } ge-11/0/3 { unit 0 { family inet { address 10.83.254.17/28; } } } ge-11/0/5 { unit 0 { family inet { address 10.84.254.17/24; } } } ge-11/0/7 { unit 0 { family inet { address 10.88.254.17/28; } } } fab0 { fabric-options { member-interfaces { ge-0/0/2; } } } fab1 { fabric-options { member-interfaces { ge-9/0/2; } } } lo0 { unit 0 { family inet { address 127.0.0.1/32; } } } reth3 { redundant-ether-options { redundancy-group 3; } unit 0 { family inet { address 10.83.254.1/28; } } } } routing-options { static { route 10.82.0.0/16 { next-hop 10.82.254.30; qualified-next-hop 10.82.254.14 { preference 5; } preference 10; } route 10.83.0.0/16 { next-hop 10.83.254.30; qualified-next-hop 10.83.254.14 { preference 5; } preference 10; } route 10.84.0.0/16 { next-hop 10.84.254.30; qualified-next-hop 10.84.254.14 { preference 5; } preference 10; } route 10.88.0.0/16 { next-hop 10.88.254.30; qualified-next-hop 10.88.254.14 { preference 5; } preference 10; } route 10.5.0.0/16 { next-hop 10.88.254.30; qualified-next-hop 10.88.254.14 { preference 5; } preference 10; } route 10.92.0.0/16 { next-hop 10.82.254.30; qualified-next-hop 10.82.254.14 { preference 5; } } route 192.168.0.0/16 next-hop [ 192.168.231.17 192.168.231.25 ]; route 0.0.0.0/0 next-hop [ 192.168.231.17 192.168.231.25 ]; } } 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 { off; } } } } } } screen { ids-option untrust-screen { icmp { ping-death; } ip { source-route-option; tear-drop; } tcp { land; } } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { ge-2/0/1.0; ge-2/0/3.0; ge-2/0/5.0; ge-2/0/7.0; ge-11/0/1.0; ge-11/0/3.0; ge-11/0/5.0; ge-11/0/7.0; reth3.0; } } security-zone untrust { screen untrust-screen; host-inbound-traffic { system-services { ping; telnet; ssh; } protocols { all; } } interfaces { ge-0/0/3.0; ge-9/0/3.0; } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; log { session-close; } } } } from-zone untrust to-zone trust { policy trust-to-trust { match { source-address any; destination-address any; application any; } then { permit; log { session-close; } } } } } flow { tcp-session { no-syn-check; no-syn-check-in-tunnel; no-sequence-check; } } }