version 12.1X44-D40.2; system { host-name atom86; root-authentication { encrypted-password ""; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } login { user cybertinus { full-name "Tijn Buijs"; uid 2001; class super-user; authentication { encrypted-password ""; ## SECRET-DATA ssh-rsa "ssh-rsa "; ## SECRET-DATA } } } services { ssh; telnet; xnm-clear-text; web-management { http { interface vlan.0; } https { system-generated-certificate; interface 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; } } } interfaces { ge-0/0/0 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ transit-coloclue-eun crossconnect-coloclue ]; } } } } ge-0/0/1 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ transit-coloclue-dcg crossconnect-coloclue ]; } } } } ge-0/0/2 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/3 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/4 { unit 0 { family ethernet-switching { port-mode access; vlan { members transit-intech; } } } } ge-0/0/5 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/6 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/7 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/8 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/9 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/10 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/11 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/12 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/13 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/14 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/15 { unit 0 { family ethernet-switching { vlan { members management; } } } } vlan { unit 0 { family inet { address 192.168.1.1/24; } } unit 1232 { family inet { address 10.12.32.9/24; } } unit 2509 { family inet { address 95.142.107.149/30; } } unit 3837 { family inet { address 95.142.106.61/30; } } unit 3906 { family inet { address 95.142.106.57/30; } } } } routing-options { static { route 0.0.0.0/0 next-hop 10.12.32.254; } martians { 0.0.0.0/8 prefix-length-range /8-/32; 10.0.0.0/8 prefix-length-range /8-/32; 127.0.0.0/8 prefix-length-range /8-/32; 172.16.0.0/12 prefix-length-range /12-/32; 192.0.0.0/24 prefix-length-range /24-/32; 192.0.2.0/24 prefix-length-range /24-/32; 192.168.0.0/16 prefix-length-range /16-/32; 198.18.0.0/15 prefix-length-range /15-/32; 198.51.100.0/24 prefix-length-range /24-/32; 203.0.113.0/24 prefix-length-range /24-/32; 224.0.0.0/3 prefix-length-range /3-/32; 100.64.0.0/10 prefix-length-range /10-/32; 193.239.116.0/22 prefix-length-range /22-/32; 80.249.208.0/21 prefix-length-range /21-/32; 185.1.94.0/24 prefix-length-range /24-/32; 185.1.95.0/24 prefix-length-range /24-/32; 164.138.24.80/29 prefix-length-range /29-/32; 169.254.0.0/16 prefix-length-range /16-/32; } router-id 95.142.96.26; } protocols { bgp { local-as 8455; group coloclue_eun { description "Transit to Coloclue EUN"; peer-as 8283; neighbor 95.142.106.58; } group coloclue_dcg { description "Transit to Coloclue DCG"; peer-as 8283; neighbor 95.142.106.62; } group intech { description "Transit to Intech Online"; peer-as 58678; neighbor 95.142.107.150; } } stp; } 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; } then { source-nat { interface; } } } } } } 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 trust-to-trust { match { source-address any; destination-address any; application any; } then { permit; } } } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0; vlan.3837; vlan.3906; vlan.2509; vlan.1232; } } security-zone untrust { screen untrust-screen; interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; tftp; } } } } } } } vlans { crossconnect-coloclue { vlan-id 706; interface { ge-0/0/0.0; ge-0/0/1.0; } } management { vlan-id 1232; l3-interface vlan.1232; } transit-coloclue-dcg { vlan-id 3837; interface { ge-0/0/1.0; } l3-interface vlan.3837; } transit-coloclue-eun { vlan-id 3906; interface { ge-0/0/0.0; } l3-interface vlan.3906; } transit-intech { vlan-id 2509; interface { ge-0/0/4.0; } l3-interface vlan.2509; } vlan-trust { vlan-id 3; l3-interface vlan.0; } }