chiark / gitweb /
numbers.m4, telecaster.m4: Expose the Squid ICP port.
[firewall] / local.m4
1 ### -*-sh-*-
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 ###--------------------------------------------------------------------------
25 ### Local configuration.
26
27 m4_divert(6)m4_dnl
28 ## Default NTP servers.
29 defconf(ntp_servers,
30         "158.152.1.76 158.152.1.204 194.159.253.2 195.173.57.232")
31
32 m4_divert(-1)
33 ###--------------------------------------------------------------------------
34 ### Packet classification.
35
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
57 ##
58 ## 172.29.199.0/24  Trusted networks.
59 ##      .0/25           house wired network
60 ##      .128/27         mobile VPN hosts
61 ##      .160/28         reserved, except .160/30 allocated for ITS
62 ##      .176/28         internal colocated network
63 ##      .192/27         house safe network
64 ##      .224/27         anycast services
65
66 ## IPv6 addressing.
67 ##
68 ## There are five blocks of publicly routable IPv6 addresses, though some of
69 ## them aren't very interesting.  The ranges are as follows.
70 ##
71 ## 2001:470:1f08:1b98::/64
72 ##              Hurricane Electric tunnel network: only :1 (HE) and :2
73 ##              (radius) are used.
74 ##
75 ## 2001:470:1f09:1b98::/64
76 ##              House border network (dmz).
77 ##
78 ## 2001:470:9740::/48
79 ##              Main house range.  See below for allocation policy.
80 ##
81 ## 2001:ba8:0:1d9::/64
82 ##              Jump border network (jump): :1 is the router (supplied by
83 ##              Jump); other addresses are ours.
84 ##
85 ## 2001:ba8:1d9::/48
86 ##              Main colocated range.  See below for allocation policy.
87 ##
88 ## Addresses in the /64 networks are simply allocated in ascending order.
89 ## The /48s are split into /64s by appending a 16-bit network number.  The
90 ## top nibble of the network number classifies the network, as follows.
91 ##
92 ## 8xxx         Untrusted
93 ## 6xxx         Virtual
94 ## 4xxx         Safe
95 ## 0xxx         Unsafe, trusted
96 ##
97 ## These have been chosen so that network properties can be deduced by
98 ## inspecting bits of the network number:
99 ##
100 ## Bit 15       If set, the network is untrusted; otherwise it is trusted.
101 ## Bit 14       If set, the network is safe; otherwise it is unsafe.
102 ##
103 ## Finally, the low-order nibbles identify the site.
104 ##
105 ## 0            No specific site: mobile VPN endpoints or anycast addresses.
106 ## 1            House.
107 ## 2            Jump colocation.
108 ##
109 ## Usually site-0 networks are allocated from the Jump range to improve
110 ## expected performance from/to external sites which don't engage in our
111 ## dynamic routing protocols.
112
113 ## Define the available network classes.
114 m4_divert(42)m4_dnl
115 defnetclass untrusted   untrusted trusted             mcast
116 defnetclass trusted     untrusted trusted safe noloop mcast
117 defnetclass safe                  trusted safe noloop mcast
118 defnetclass noloop                trusted safe        mcast
119
120 defnetclass link
121 defnetclass mcast
122 m4_divert(-1)
123
124 m4_divert(26)m4_dnl
125 ###--------------------------------------------------------------------------
126 ### Network layout.
127
128 ## House networks.
129 defnet dmz trusted
130         addr 62.49.204.144/28 2001:470:1f09:1b98::/64
131         via unsafe untrusted
132 defnet unsafe trusted
133         addr 172.29.199.0/25 2001:470:9740:1::/64
134         via househub
135 defnet safe safe
136         addr 172.29.199.192/27 2001:470:9740:4001::/64
137         via househub
138 defnet untrusted untrusted
139         addr 172.29.198.0/25 2001:470:9740:8001::/64
140         via househub
141
142 defnet househub virtual
143         via housebdry dmz unsafe safe untrusted
144 defnet housebdry virtual
145         via househub hub
146         noxit dmz
147
148 ## House hosts.
149 defhost radius
150         hosttype router
151         iface eth0 dmz unsafe safe untrusted vpn sgo colobdry default
152         iface eth1 dmz unsafe safe untrusted vpn sgo colobdry default
153         iface eth2 dmz unsafe safe untrusted vpn sgo colobdry
154         iface eth3 unsafe untrusted vpn default
155         iface ppp0 default
156         iface t6-he default
157         iface vpn-precision colobdry vpn sgo
158         iface vpn-chiark sgo
159         iface vpn-+ vpn
160 defhost roadstar
161         iface eth0 dmz unsafe
162         iface eth1 dmz unsafe
163 defhost jem
164         iface eth0 dmz unsafe
165         iface eth1 dmz unsafe
166 defhost artist
167         hosttype router
168         iface eth0 dmz unsafe untrusted
169         iface eth1 dmz unsafe untrusted
170         iface eth3 unsafe untrusted
171 defhost vampire
172         hosttype router
173         iface eth0.4 dmz unsafe untrusted safe vpn sgo colobdry
174         iface eth0.5 dmz unsafe untrusted safe vpn sgo colobdry
175         iface eth0.6 dmz unsafe safe untrusted vpn sgo colobdry
176         iface eth0.7 unsafe untrusted vpn
177         iface vpn-precision colobdry vpn sgo
178         iface vpn-chiark sgo
179         iface vpn-+ vpn
180 defhost ibanez
181         iface br-dmz dmz unsafe
182         iface br-unsafe unsafe
183 defhost orange
184         iface wlan0 untrusted
185         iface vpn-radius unsafe
186
187 defhost gibson
188         hosttype client
189         iface eth0 unsafe
190
191 ## Colocated networks.
192 defnet jump trusted
193         addr 212.13.198.64/28 2001:ba8:0:1d9::/64
194         via colohub
195 defnet colo trusted
196         addr 172.29.199.176/28 2001:ba8:1d9:2::/64
197         via colohub
198 defnet colohub virtual
199         via colobdry jump colo
200 defnet colobdry virtual
201         via colohub hub
202         noxit jump
203 defnet iodine untrusted
204         addr 172.29.198.128/28
205         via colohub
206
207 ## Colocated hosts.
208 defhost fender
209         iface br-jump jump colo
210         iface br-colo jump colo
211 defhost precision
212         hosttype router
213         iface eth0 jump colo vpn sgo
214         iface eth1 jump colo vpn sgo
215         iface vpn-mango binswood
216         iface vpn-radius housebdry vpn sgo
217         iface vpn-chiark sgo
218         iface vpn-+ vpn
219 defhost telecaster
220         iface eth0 jump colo
221         iface eth1 jump colo
222 defhost stratocaster
223         iface eth0 jump colo
224         iface eth1 jump colo
225 defhost jazz
226         hosttype router
227         iface eth0 jump colo vpn
228         iface eth1 jump colo vpn
229         iface dns0 iodine
230         iface vpn-+ vpn
231
232 ## Other networks.
233 defnet hub virtual
234         via housebdry colobdry
235 defnet sgo noloop
236         addr !172.29.198.0/23
237         addr 10.0.0.0/8
238         addr 172.16.0.0/12
239         addr 192.168.0.0/16
240         via househub colohub
241 defnet vpn safe
242         addr 172.29.199.128/27 2001:ba8:1d9:6000::/64
243         via househub colohub
244         host crybaby 1
245         host terror 2
246         host orange 3
247 defnet anycast trusted
248         addr 172.29.199.224/27 2001:ba8:1d9:0::/64
249         via dmz unsafe safe untrusted jump colo vpn
250 defnet default untrusted
251         addr 62.49.204.144/28 2001:470:1f09:1b98::/64
252         addr 212.13.198.64/28 2001:ba8:0:1d9::/64
253         addr 2001:ba8:1d9::/48 #temporary
254         via dmz unsafe untrusted jump colo
255
256 ## Satellite networks.
257 defnet binswood noloop
258         addr 10.165.27.0/24
259         via colohub
260
261 defhost mango
262         hosttype router
263         iface eth0 binswood default
264         iface vpn-precision colo
265
266 m4_divert(80)m4_dnl
267 ###--------------------------------------------------------------------------
268 ### Special forwarding exemptions.
269
270 case $forward in
271   1)
272
273     ## Only allow these packets if they're not fragmented.  (Don't trust safe
274     ## hosts's fragment reassembly to be robust against malicious fragments.)
275     ## There's a hideous bug in iptables 1.4.11.1 which botches the meaning
276     ## of `! -f', so we do the negation using early return from a subchain.
277     clearchain fwd-spec-nofrag
278     run iptables -A fwd-spec-nofrag -j RETURN --fragment
279     run ip6tables -A fwd-spec-nofrag -j RETURN \
280             -m ipv6header --soft --header frag
281     run ip46tables -A FORWARD -j fwd-spec-nofrag
282
283     ## Allow ping from safe/noloop to untrusted networks.
284     run iptables -A fwd-spec-nofrag -j ACCEPT \
285             -p icmp --icmp-type echo-request \
286             -m mark --mark $to_untrusted/$MASK_TO
287     run iptables -A fwd-spec-nofrag -j ACCEPT \
288             -p icmp --icmp-type echo-reply \
289             -m mark --mark $from_untrusted/$MASK_FROM \
290             -m state --state ESTABLISHED
291     run ip6tables -A fwd-spec-nofrag -j ACCEPT \
292             -p icmpv6 --icmpv6-type echo-request \
293             -m mark --mark $to_untrusted/$MASK_TO
294     run ip6tables -A fwd-spec-nofrag -j ACCEPT \
295             -p icmpv6 --icmpv6-type echo-reply \
296             -m mark --mark $from_untrusted/$MASK_FROM \
297             -m state --state ESTABLISHED
298
299     ## Allow SSH from safe/noloop to untrusted networks.
300     run ip46tables -A fwd-spec-nofrag -j ACCEPT \
301             -p tcp --destination-port $port_ssh \
302             -m mark --mark $to_untrusted/$MASK_TO
303     run ip46tables -A fwd-spec-nofrag -j ACCEPT \
304             -p tcp --source-port $port_ssh \
305             -m mark --mark $from_untrusted/$MASK_FROM \
306             -m state --state ESTABLISHED
307
308     ;;
309 esac
310
311 m4_divert(80)m4_dnl
312 ###--------------------------------------------------------------------------
313 ### Kill things we don't understand properly.
314 ###
315 ### I don't like having to do this, but since I don't know how to do proper
316 ### multicast filtering, I'm just going to ban it from being forwarded.
317
318 errorchain poorly-understood REJECT
319
320 ## Ban multicast destination addresses in forwarding.
321 case $forward in
322   1)
323     run iptables -A FORWARD -g poorly-understood \
324             -d 224.0.0.0/4
325     run ip6tables -A FORWARD -g poorly-understood \
326             -d ff::/8
327     ;;
328 esac
329
330 m4_divert(84)m4_dnl
331 ###--------------------------------------------------------------------------
332 ### Locally-bound packet inspection.
333
334 clearchain inbound
335
336 ## Track connections.
337 commonrules inbound
338 conntrack inbound
339
340 ## Allow incoming bootp.  Bootp won't be forwarded, so this is obviously a
341 ## local request.
342 run iptables -A inbound -j ACCEPT \
343         -s 0.0.0.0 -d 255.255.255.255 \
344         -p udp --source-port $port_bootpc --destination-port $port_bootps
345 run iptables -A inbound -j ACCEPT \
346         -s 172.29.198.0/23 \
347         -p udp --source-port $port_bootpc --destination-port $port_bootps
348
349 ## Allow incoming ping.  This is the only ICMP left.
350 run ip46tables -A inbound -j ACCEPT -p icmp
351
352 m4_divert(88)m4_dnl
353 ## Allow unusual things.
354 openports inbound
355
356 ## Inspect inbound packets from untrusted sources.
357 run ip46tables -A inbound -j forbidden
358 run ip46tables -A INPUT -m mark --mark $from_untrusted/$MASK_FROM -g inbound
359
360 ## Otherwise process as indicated by the mark.
361 for i in $inchains; do
362   run ip46tables -A $i -m mark ! --mark 0/$MASK_MASK -j ACCEPT
363 done
364
365 m4_divert(-1)
366 ###----- That's all, folks --------------------------------------------------