R03# show | no-more ## Last changed: 2013-02-26 17:05:11 EST version 11.1R4.4; system { host-name R03; time-zone Australia/Sydney; root-authentication { encrypted-password "xxx"; ## SECRET-DATA } services { ssh; telnet; xnm-clear-text; name-server { 203.12.160.35; 203.12.160.36; } web-management { https { system-generated-certificate; interface vlan.0; } } dhcp { name-server { 203.12.160.35; 203.12.160.36; } router { 192.168.0.1; } pool 192.168.0.1/24 { address-range low 192.168.0.11 high 192.168.0.254; default-lease-time 86400; } propagate-settings vlan.0; } } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } file traffic-log { any any; } } max-configurations-on-flash 5; max-configuration-rollbacks 20; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } } interfaces { ge-0/0/0 { unit 0 { family inet { dhcp; } } } fe-0/0/2 { unit 0 { encapsulation ppp-over-ether; } } fe-0/0/3 { unit 0 { family ethernet-switching { port-mode access; vlan { members vlan-AP; } } } } fe-0/0/4 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/5 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/7 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } pp0 { unit 0 { ppp-options { chap { default-chap-secret "xxx"; ## SECRET-DATA local-name "xxx@xxx.com"; passive; } pap { local-name "xxx@xxx.com"; local-password "xxx"; ## SECRET-DATA passive; } } pppoe-options { underlying-interface fe-0/0/2.0; idle-timeout 0; auto-reconnect 10; client; } family inet { mtu 1492; negotiate-address; } } } vlan { unit 0 { family inet { address 192.168.0.1/24; } } unit 4 { family inet { dhcp; } } unit 5 { family inet { address 10.253.128.254/32; } } } } routing-options { static { route 0.0.0.0/0 next-hop pp0.0; } } protocols { 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; log { session-init; session-close; } } } } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0; vlan.5; fe-0/0/3.0; fe-0/0/4.0; fe-0/0/5.0; fe-0/0/7.0; } } security-zone untrust { screen untrust-screen; interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; ping; } } } vlan.4 { host-inbound-traffic { system-services { dhcp; ping; } } } pp0.0; fe-0/0/2.0; } } } } vlans { vlan-AP { vlan-id 5; l3-interface vlan.5; } vlan-trust { vlan-id 3; l3-interface vlan.0; } vlan-untrust { vlan-id 4; l3-interface vlan.4; } } [edit]