aboutsummaryrefslogtreecommitdiffstats
path: root/fap/httpd/ex2200.template
diff options
context:
space:
mode:
authorJonas Lindstad <jonaslindstad@gmail.com>2015-03-17 21:30:23 +0100
committerJonas Lindstad <jonaslindstad@gmail.com>2015-03-17 21:30:23 +0100
commitdff222fbec7e95fa19ae822141a58d5ca46d233d (patch)
treeebfdb3bd2f63fbb053893f857162b552fad8291b /fap/httpd/ex2200.template
parent939b606944b6892d26581bce598c66c790786de9 (diff)
foobar apache+PHP funker nĂ¥..
Diffstat (limited to 'fap/httpd/ex2200.template')
-rw-r--r--fap/httpd/ex2200.template29
1 files changed, 3 insertions, 26 deletions
diff --git a/fap/httpd/ex2200.template b/fap/httpd/ex2200.template
index aa62ff2..3adcdf9 100644
--- a/fap/httpd/ex2200.template
+++ b/fap/httpd/ex2200.template
@@ -82,9 +82,8 @@ interfaces {
family ethernet-switching {
port-mode trunk;
vlan {
- members deltagere;
+ members [deltagere mgmt];
}
- native-vlan-id mgmt;
}
}
}
@@ -101,6 +100,7 @@ interfaces {
filter {
input v6-mgmt;
}
+ address $mgmt_v6_addr/$mgmt_v6_cidr;
}
}
}
@@ -162,29 +162,6 @@ firewall {
}
}
-ethernet-switching-options {
- secure-access-port {
- interface edge-ports {
- no-dhcp-trusted;
- }
- vlan deltagere {
- arp-inspection;
- examine-dhcp;
- examine-dhcpv6;
- neighbor-discovery-inspection;
- ip-source-guard;
- ipv6-source-guard;
- dhcp-option82;
- dhcpv6-option18 {
- use-option-82;
- }
- }
- ipv6-source-guard-sessions {
- max-number 128;
- }
- }
-}
-
protocols {
sflow {
sample-rate {
@@ -240,7 +217,7 @@ routing-options {
rib inet6.0 {
static {
route ::/0 {
- next-hop 20a0:dead::beef;
+ next-hop $mgmt_v6_gw;
}
}
}