local.m4: New address range for untrusted VPN hosts.
[firewall] / local.m4
CommitLineData
775bd287 1### -*-sh-*-
bfdc045d
MW
2###
3### Local firewall configuration
4###
5### (c) 2008 Mark Wooding
6###
7
8###----- Licensing notice ---------------------------------------------------
9###
10### This program is free software; you can redistribute it and/or modify
11### it under the terms of the GNU General Public License as published by
12### the Free Software Foundation; either version 2 of the License, or
13### (at your option) any later version.
14###
15### This program is distributed in the hope that it will be useful,
16### but WITHOUT ANY WARRANTY; without even the implied warranty of
17### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18### GNU General Public License for more details.
19###
20### You should have received a copy of the GNU General Public License
21### along with this program; if not, write to the Free Software Foundation,
22### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23
24###--------------------------------------------------------------------------
335b2afe
MW
25### Local configuration.
26
27m4_divert(6)m4_dnl
28## Default NTP servers.
29defconf(ntp_servers,
30 "158.152.1.76 158.152.1.204 194.159.253.2 195.173.57.232")
31
32m4_divert(-1)
33###--------------------------------------------------------------------------
bfdc045d
MW
34### Packet classification.
35
36e36cc7
MW
36## IPv4 addressing.
37##
38## There are two small blocks of publicly routable IPv4 addresses, and a
39## block of RFC1918 private-use addresses allocated from the Cambridge G-RIN.
40## The former are as follows.
41##
42## 62.49.204.144/28
43## House border network (dmz). We have all of these, but .145
44## is reserved for the router.
45##
46## 212.13.18.64/28
47## Jump colocated network (jump). .65--68 are used by Jump
48## network infrastructure; we get the rest.
49##
50## The latter is the block 172.29.196.0/22. Currently the low half is
51## unallocated (and may be returned to the G-RIN); the remaining addresses
52## are allocated as follows.
53##
54## 172.29.198.0/24 Untrusted networks.
55## .0/25 house wireless net
56## .128/28 iodine (IP-over-DNS) network
42f784e2 57## .160/27 untrusted virtual network
36e36cc7
MW
58##
59## 172.29.199.0/24 Trusted networks.
60## .0/25 house wired network
61## .128/27 mobile VPN hosts
62## .160/28 reserved, except .160/30 allocated for ITS
63## .176/28 internal colocated network
64## .192/27 house safe network
65## .224/27 anycast services
66
67## IPv6 addressing.
68##
69## There are five blocks of publicly routable IPv6 addresses, though some of
70## them aren't very interesting. The ranges are as follows.
71##
72## 2001:470:1f08:1b98::/64
73## Hurricane Electric tunnel network: only :1 (HE) and :2
74## (radius) are used.
75##
76## 2001:470:1f09:1b98::/64
77## House border network (dmz).
78##
79## 2001:470:9740::/48
80## Main house range. See below for allocation policy.
81##
82## 2001:ba8:0:1d9::/64
83## Jump border network (jump): :1 is the router (supplied by
84## Jump); other addresses are ours.
85##
86## 2001:ba8:1d9::/48
87## Main colocated range. See below for allocation policy.
88##
89## Addresses in the /64 networks are simply allocated in ascending order.
90## The /48s are split into /64s by appending a 16-bit network number. The
91## top nibble of the network number classifies the network, as follows.
92##
42f784e2 93## axxx Virtual, untrusted
36e36cc7 94## 8xxx Untrusted
2caaca79 95## 6xxx Virtual, safe
36e36cc7
MW
96## 4xxx Safe
97## 0xxx Unsafe, trusted
98##
99## These have been chosen so that network properties can be deduced by
100## inspecting bits of the network number:
101##
102## Bit 15 If set, the network is untrusted; otherwise it is trusted.
103## Bit 14 If set, the network is safe; otherwise it is unsafe.
104##
105## Finally, the low-order nibbles identify the site.
106##
107## 0 No specific site: mobile VPN endpoints or anycast addresses.
108## 1 House.
109## 2 Jump colocation.
110##
111## Usually site-0 networks are allocated from the Jump range to improve
112## expected performance from/to external sites which don't engage in our
113## dynamic routing protocols.
114
bfdc045d
MW
115## Define the available network classes.
116m4_divert(42)m4_dnl
1b534b6a
MW
117defnetclass scary scary trusted mcast
118defnetclass untrusted scary untrusted trusted mcast
119defnetclass trusted scary untrusted trusted safe noloop mcast
120defnetclass safe trusted safe noloop mcast
121defnetclass noloop trusted safe mcast
951e7943 122
44f95827
MW
123defnetclass link
124defnetclass mcast
a4d8cae3 125m4_divert(-1)
bfdc045d 126
a4d8cae3 127m4_divert(26)m4_dnl
bfdc045d
MW
128###--------------------------------------------------------------------------
129### Network layout.
130
beb4f0ee
MW
131## House networks.
132defnet dmz trusted
b9e891b5 133 addr 62.49.204.144/28 2001:470:1f09:1b98::/64
17a45245 134 via unsafe untrusted
beb4f0ee 135defnet unsafe trusted
b9e891b5 136 addr 172.29.199.0/25 2001:470:9740:1::/64
17a45245 137 via househub
beb4f0ee 138defnet safe safe
216285e1 139 addr 172.29.199.192/27 2001:470:9740:4001::/64
17a45245 140 via househub
beb4f0ee 141defnet untrusted untrusted
b9e891b5 142 addr 172.29.198.0/25 2001:470:9740:8001::/64
17a45245 143 via househub
bfdc045d 144
beb4f0ee 145defnet househub virtual
17a45245 146 via housebdry dmz unsafe safe untrusted
beb4f0ee 147defnet housebdry virtual
17a45245 148 via househub hub
beb4f0ee
MW
149
150## House hosts.
151defhost radius
4eb9f4df 152 hosttype router
68f0829f
MW
153 iface eth0 dmz unsafe safe untrusted vpn sgo colobdry default
154 iface eth1 dmz unsafe safe untrusted vpn sgo colobdry default
960a9996 155 iface eth2 dmz unsafe safe untrusted vpn sgo colobdry
83cc1e6c 156 iface eth3 unsafe untrusted vpn default
8506ff83 157 iface ppp0 default
a7e48c06 158 iface t6-he default
68f0829f
MW
159 iface vpn-precision colobdry vpn sgo
160 iface vpn-chiark sgo
161 iface vpn-+ vpn
beb4f0ee 162defhost roadstar
ce6434f7
MW
163 iface eth0 dmz unsafe
164 iface eth1 dmz unsafe
beb4f0ee 165defhost jem
ce6434f7
MW
166 iface eth0 dmz unsafe
167 iface eth1 dmz unsafe
beb4f0ee 168defhost artist
564c6939 169 hosttype router
490003e4
MW
170 iface eth0 dmz unsafe untrusted
171 iface eth1 dmz unsafe untrusted
83cc1e6c 172 iface eth3 unsafe untrusted
beb4f0ee 173defhost vampire
4eb9f4df 174 hosttype router
2b17ac87
MW
175 iface eth0.4 dmz unsafe untrusted safe vpn sgo colobdry
176 iface eth0.5 dmz unsafe untrusted safe vpn sgo colobdry
177 iface eth0.6 dmz unsafe safe untrusted vpn sgo colobdry
83cc1e6c 178 iface eth0.7 unsafe untrusted vpn
68f0829f 179 iface vpn-precision colobdry vpn sgo
ebaa31a7
MW
180 iface vpn-chiark sgo
181 iface vpn-+ vpn
beb4f0ee 182defhost ibanez
06ff8082 183 iface br-dmz dmz unsafe
beb4f0ee 184 iface br-unsafe unsafe
6fd217ae
MW
185defhost orange
186 iface wlan0 untrusted
187 iface vpn-radius unsafe
49b81a66
MW
188defhost groove
189 iface eth0 unsafe
24ddb007
MW
190 iface wlan0 untrusted
191 iface vpn-radius unsafe
beb4f0ee
MW
192
193defhost gibson
4eb9f4df 194 hosttype client
15e9eeff 195 iface eth0.5 unsafe
beb4f0ee
MW
196
197## Colocated networks.
198defnet jump trusted
b9e891b5 199 addr 212.13.198.64/28 2001:ba8:0:1d9::/64
17a45245 200 via colohub
beb4f0ee 201defnet colo trusted
b9e891b5 202 addr 172.29.199.176/28 2001:ba8:1d9:2::/64
17a45245 203 via colohub
beb4f0ee 204defnet colohub virtual
9853a66d 205 via colobdry jump colo
beb4f0ee 206defnet colobdry virtual
17a45245 207 via colohub hub
148d527c
MW
208defnet iodine untrusted
209 addr 172.29.198.128/28
17a45245 210 via colohub
beb4f0ee
MW
211
212## Colocated hosts.
213defhost fender
ce6434f7
MW
214 iface br-jump jump colo
215 iface br-colo jump colo
beb4f0ee 216defhost precision
4eb9f4df 217 hosttype router
560ae309
MW
218 iface eth0 jump colo vpn sgo
219 iface eth1 jump colo vpn sgo
1fd9cef9 220 iface vpn-mango binswood
68f0829f 221 iface vpn-radius housebdry vpn sgo
ebaa31a7
MW
222 iface vpn-chiark sgo
223 iface vpn-+ vpn
beb4f0ee 224defhost telecaster
ce6434f7
MW
225 iface eth0 jump colo
226 iface eth1 jump colo
beb4f0ee 227defhost stratocaster
ce6434f7
MW
228 iface eth0 jump colo
229 iface eth1 jump colo
beb4f0ee 230defhost jazz
560ae309
MW
231 hosttype router
232 iface eth0 jump colo vpn
233 iface eth1 jump colo vpn
148d527c 234 iface dns0 iodine
560ae309 235 iface vpn-+ vpn
beb4f0ee
MW
236
237## Other networks.
238defnet hub virtual
17a45245 239 via housebdry colobdry
ebaa31a7
MW
240defnet sgo noloop
241 addr !172.29.198.0/23
242 addr 10.0.0.0/8
243 addr 172.16.0.0/12
244 addr 192.168.0.0/16
17a45245 245 via househub colohub
7dff2754
MW
246defnet vpn safe
247 addr 172.29.199.128/27 2001:ba8:1d9:6000::/64
17a45245 248 via househub colohub
eec061c0
MW
249 host crybaby 1 ::1:1
250 host terror 2 ::2:1
251 host orange 3 ::3:1
a28edce0 252 host haze 4 ::4:1
24ddb007 253 host groove 5 ::5:1
c68b8ecc
MW
254defnet anycast trusted
255 addr 172.29.199.224/27 2001:ba8:1d9:0::/64
17a45245 256 via dmz unsafe safe untrusted jump colo vpn
1b534b6a 257defnet default scary
b9e891b5
MW
258 addr 62.49.204.144/28 2001:470:1f09:1b98::/64
259 addr 212.13.198.64/28 2001:ba8:0:1d9::/64
260 addr 2001:ba8:1d9::/48 #temporary
17a45245 261 via dmz unsafe untrusted jump colo
42f784e2
MW
262defnet upn untrusted
263 addr 172.29.198.160/27 2001:ba8:1d9:a000::/64
264 via colohub
1ee6211d 265
1fd9cef9
MW
266## Satellite networks.
267defnet binswood noloop
268 addr 10.165.27.0/24
269 via colohub
31c0a107
MW
270defhost mango
271 hosttype router
272 iface eth0 binswood default
273 iface vpn-precision colo
274
a4d8cae3 275m4_divert(80)m4_dnl
bfdc045d 276###--------------------------------------------------------------------------
5c5fcd73
MW
277### Connection tracking helper modules.
278
279for i in ftp; do
280 modprobe nf_conntrack_$i
281done
282
283m4_divert(80)m4_dnl
284###--------------------------------------------------------------------------
bfdc045d
MW
285### Special forwarding exemptions.
286
78af294c
MW
287case $forward in
288 1)
289
290 ## Only allow these packets if they're not fragmented. (Don't trust safe
291 ## hosts's fragment reassembly to be robust against malicious fragments.)
292 ## There's a hideous bug in iptables 1.4.11.1 which botches the meaning
293 ## of `! -f', so we do the negation using early return from a subchain.
294 clearchain fwd-spec-nofrag
295 run iptables -A fwd-spec-nofrag -j RETURN --fragment
296 run ip6tables -A fwd-spec-nofrag -j RETURN \
297 -m ipv6header --soft --header frag
87bf1592 298 run ip46tables -A FORWARD -j fwd-spec-nofrag
78af294c
MW
299
300 ## Allow ping from safe/noloop to untrusted networks.
301 run iptables -A fwd-spec-nofrag -j ACCEPT \
302 -p icmp --icmp-type echo-request \
303 -m mark --mark $to_untrusted/$MASK_TO
304 run iptables -A fwd-spec-nofrag -j ACCEPT \
305 -p icmp --icmp-type echo-reply \
306 -m mark --mark $from_untrusted/$MASK_FROM \
307 -m state --state ESTABLISHED
308 run ip6tables -A fwd-spec-nofrag -j ACCEPT \
8b021091 309 -p icmpv6 --icmpv6-type echo-request \
78af294c
MW
310 -m mark --mark $to_untrusted/$MASK_TO
311 run ip6tables -A fwd-spec-nofrag -j ACCEPT \
8b021091 312 -p icmpv6 --icmpv6-type echo-reply \
78af294c
MW
313 -m mark --mark $from_untrusted/$MASK_FROM \
314 -m state --state ESTABLISHED
315
316 ## Allow SSH from safe/noloop to untrusted networks.
cbbd5e39 317 run ip46tables -A fwd-spec-nofrag -j ACCEPT \
78af294c
MW
318 -p tcp --destination-port $port_ssh \
319 -m mark --mark $to_untrusted/$MASK_TO
cbbd5e39 320 run ip46tables -A fwd-spec-nofrag -j ACCEPT \
78af294c
MW
321 -p tcp --source-port $port_ssh \
322 -m mark --mark $from_untrusted/$MASK_FROM \
323 -m state --state ESTABLISHED
324
325 ;;
326esac
327
a4d8cae3 328m4_divert(80)m4_dnl
ade2c052
MW
329###--------------------------------------------------------------------------
330### Kill things we don't understand properly.
331###
332### I don't like having to do this, but since I don't know how to do proper
333### multicast filtering, I'm just going to ban it from being forwarded.
334
335errorchain poorly-understood REJECT
336
337## Ban multicast destination addresses in forwarding.
78af294c
MW
338case $forward in
339 1)
340 run iptables -A FORWARD -g poorly-understood \
341 -d 224.0.0.0/4
342 run ip6tables -A FORWARD -g poorly-understood \
343 -d ff::/8
344 ;;
345esac
ade2c052 346
a4d8cae3 347m4_divert(84)m4_dnl
bfdc045d
MW
348###--------------------------------------------------------------------------
349### Locally-bound packet inspection.
350
351clearchain inbound
352
353## Track connections.
ecdca131 354commonrules inbound
bfdc045d
MW
355conntrack inbound
356
357## Allow incoming bootp. Bootp won't be forwarded, so this is obviously a
358## local request.
359run iptables -A inbound -j ACCEPT \
360 -s 0.0.0.0 -d 255.255.255.255 \
361 -p udp --source-port $port_bootpc --destination-port $port_bootps
362run iptables -A inbound -j ACCEPT \
363 -s 172.29.198.0/23 \
364 -p udp --source-port $port_bootpc --destination-port $port_bootps
365
366## Allow incoming ping. This is the only ICMP left.
8bd7e0fe
MW
367run iptables -A inbound -j ACCEPT -p icmp
368run ip6tables -A inbound -j ACCEPT -p icmpv6
bfdc045d
MW
369
370m4_divert(88)m4_dnl
371## Allow unusual things.
372openports inbound
373
374## Inspect inbound packets from untrusted sources.
0291d6d5 375run ip46tables -A inbound -j forbidden
4f8c1989 376run ip46tables -A INPUT -m mark --mark $from_scary/$MASK_FROM -g inbound
0291d6d5 377run ip46tables -A INPUT -m mark --mark $from_untrusted/$MASK_FROM -g inbound
bfdc045d 378
1b534b6a 379## Allow responses from the scary outside world into the untrusted net, but
43e20546 380## don't let untrusted things run services.
1b534b6a
MW
381case $forward in
382 1)
383 run ip46tables -A FORWARD -j ACCEPT \
384 -m mark --mark $(( $from_scary | $to_untrusted ))/$(( $MASK_FROM | $MASK_TO )) \
385 -m state --state ESTABLISHED,RELATED
386 ;;
387esac
388
bfdc045d 389## Otherwise process as indicated by the mark.
f0033e07
MW
390for i in $inchains; do
391 run ip46tables -A $i -m mark ! --mark 0/$MASK_MASK -j ACCEPT
392done
bfdc045d
MW
393
394m4_divert(-1)
395###----- That's all, folks --------------------------------------------------