## Last changed: 2011-06-18 16:30:22 CDT version 10.0R3.10; system { host-name GLI-SRX240-01; name-server { 208.67.222.222; 208.67.220.220; 192.168.199.1; } login { user t3 { } } services { ssh; telnet; web-management { http { interface [ vlan.0 vlan.1 ]; } https { system-generated-certificate; interface vlan.0; } } dhcp { router { 192.168.90.1; } pool 192.168.90.0/24 { address-range low 192.168.90.100 high 192.168.90.200; domain-name GLIBEER.int; name-server { 192.160.91.20; } domain-search { GLIBEER.int; } router { 192.168.90.1; } } pool 192.168.91.0/24 { address-range low 192.168.91.100 high 192.168.91.150; domain-name GLIBEER.int; name-server { 192.168.91.20; } domain-search { glibeer.int; } router { 192.168.91.1; } } propagate-settings ge-0/0/0.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 209.114.111.1; server 69.65.40.29; } } chassis { aggregated-devices { ethernet { device-count 4; } } } interfaces { interface-range interfaces-trust { member ge-0/0/2; member ge-0/0/3; member ge-0/0/4; member ge-0/0/5; member ge-0/0/6; member ge-0/0/7; unit 0 { family ethernet-switching { vlan { members vlan-90-Workstations; } } } } ge-0/0/0 { unit 0 { family inet { filter { input AirBand-in; } address 63.133.194.58/28; } } } ge-0/0/1 { unit 0 { family inet { filter { input TimeWarner-in; } address 24.173.95.141/28; } } } ge-0/0/5 { unit 0 { family ethernet-switching { port-mode trunk; native-vlan-id 91; } } } ge-0/0/6 { unit 0 { family ethernet-switching { port-mode trunk; native-vlan-id 90; } } } ge-0/0/7 { unit 0 { family ethernet-switching { port-mode trunk; native-vlan-id 90; } } } ge-0/0/8 { gigether-options { 802.3ad ae3; } } ge-0/0/9 { gigether-options { 802.3ad ae3; } } ge-0/0/10 { gigether-options { 802.3ad ae2; } } ge-0/0/11 { gigether-options { 802.3ad ae2; } } ge-0/0/12 { gigether-options { 802.3ad ae1; } } ge-0/0/13 { gigether-options { 802.3ad ae1; } } ge-0/0/14 { gigether-options { 802.3ad ae0; } } ge-0/0/15 { gigether-options { 802.3ad ae0; } } ae0 { description GLI-vServer01; unit 0; } ae1 { description GLI-vServer02; unit 0; } ae2 { description GLI-vServer03; unit 0; } ae3 { description GLI-Backup01; unit 0; } lo0 { unit 0 { family inet { address 127.0.0.1/32; } } } vlan { unit 0 { family inet { address 192.168.90.1/24; } } unit 1 { family inet { address 192.168.91.1/24; } } } } snmp { description Gateway; location "Server Room"; contact T3; community GLI-SNMP { authorization read-only; } } routing-options { interface-routes { rib-group inet inside; } static { route 0.0.0.0/0 { next-hop 63.133.194.57; qualified-next-hop 24.173.95.129 { preference 10; } } } rib-groups { inside { import-rib [ inet.0 TRUST-VRF.inet.0 INSIDE.inet.0 TIMEWARNER.inet.0 ]; } } } 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; } } } } } } 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 GLI-VM-EXCH01 192.168.90.91/32; } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0; vlan.1; } } security-zone untrust { screen untrust-screen; interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; tftp; } } } } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone trust to-zone trust { policy All_cross_communication { match { source-address any; destination-address any; application any; } then { permit; } } } } } firewall { filter AirBand-in { term 1 { from { destination-address { 63.133.194.0/28; } } then { routing-instance TRUST-VRF; } } term 2 { then accept; } } filter TimeWarner-in { term 1 { from { destination-address { 24.173.95.0/28; } } then { routing-instance TRUST-VRF; } } term 2 { then accept; } } } routing-instances { INSIDE { instance-type virtual-router; routing-options { interface-routes { rib-group inet inside; } static { route 0.0.0.0/0 next-table inet.1; } } } TIMEWARNER { instance-type virtual-router; interface ge-0/0/2.0; routing-options { interface-routes { rib-group inet inside; } static { route 0.0.0.0/0 { next-hop 63.133.194.57; qualified-next-hop 24.173.95.129 { preference 10; } } } } } TRUST-VRF { instance-type forwarding; routing-options { static { route 192.168.90.0/24 next-hop 192.168.90.1; route 192.168.91.0/24 next-hop 192.168.91.1; } } } } applications { application aRemote_Desktop_3389 { protocol tcp; source-port 3389; destination-port 3389; inactivity-timeout never; } } vlans { vlan-90-Workstations { vlan-id 90; l3-interface vlan.0; } vlan-91-Servers { vlan-id 91; interface { ge-0/0/5.0; ge-0/0/6.0; ge-0/0/7.0; } l3-interface vlan.1; } }