## Last commit: 2015-10-13 09:03:03 EST by xxxx version 12.1X46-D35.1; groups { node0 { system { host-name FW-INTERNET-A; } interfaces { fxp0 { unit 0 { family inet { address 10.50.84.63/24; } } } } } node1 { system { host-name FW-INTERNET-B; } interfaces { fxp0 { unit 0 { family inet { address 10.50.84.64/24; } } } } } } apply-groups "${node}"; system { time-zone Australia/Brisbane; authentication-order [ radius password ]; root-authentication { encrypted-password "$1$FXbH32WF$muhHsv5yr.gFnUDWdPsD0"; ## SECRET-DATA } name-server { 203.50.2.71; 139.130.4.4; 10.50.84.48; } radius-server { 10.50.84.54 { port 1812; accounting-port 1813; secret "$9$yo9eLxNdbgaU7-qfTzAtuA9IcreKM"; ## SECRET-DATA } } radius-options { password-protocol mschap-v2; } services { ssh; xnm-clear-text; web-management { https { system-generated-certificate; interface reth1.0; } } } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } file policy_session { user info; match RT_FLOW; archive size 1000k world-readable; structured-data; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } ntp { server 10.50.84.48 version 3 prefer; server 10.50.75.3 version 3; } } chassis { cluster { reth-count 2; 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/0 weight 255; ge-0/0/1 weight 255; ge-3/0/1 weight 255; ge-3/0/0 weight 255; } } } } interfaces { ge-0/0/0 { gigether-options { redundant-parent reth0; } } ge-0/0/1 { gigether-options { redundant-parent reth1; } } ge-3/0/0 { gigether-options { redundant-parent reth0; } } ge-3/0/1 { gigether-options { redundant-parent reth1; } } fab0 { fabric-options { member-interfaces { ge-0/0/5; } } } fab1 { fabric-options { member-interfaces { ge-3/0/5; } } } reth0 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { address 203.48.19.100/29; } } } reth1 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { address 10.50.84.20/24; } } } } routing-options { static { route 0.0.0.0/0 next-hop 203.48.111.97; route 10.50.75.0/24 next-hop 10.50.84.1; route 10.50.86.0/26 next-hop 10.50.84.1; route 10.50.76.0/24 next-hop 10.50.84.1; } } security { 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; } } } 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; destination-address 0.0.0.0/0; } then { source-nat { interface; } } } } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address [ SERVER-A SERVER-B ]; destination-address any; application [ junos-https junos-http junos-ftp ]; source-identity any; } then { permit; } } } } zones { security-zone untrust { screen untrust-screen; interfaces { reth0.0; } } security-zone trust { address-book { address SERVER-A 10.50.84.34/32; address SERVER-B 10.50.84.50/32; } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { reth1.0; } } } } {primary:node0}