local.m4, radius.m4: radius is now the host gateway to the net.
[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
36## Define the available network classes.
37m4_divert(42)m4_dnl
44f95827
MW
38defnetclass untrusted untrusted trusted mcast
39defnetclass trusted untrusted trusted safe noloop mcast
40defnetclass safe trusted safe noloop mcast
41defnetclass noloop trusted safe mcast
42defnetclass link
43defnetclass mcast
a4d8cae3 44m4_divert(-1)
bfdc045d 45
a4d8cae3 46m4_divert(26)m4_dnl
bfdc045d
MW
47###--------------------------------------------------------------------------
48### Network layout.
49
beb4f0ee
MW
50## House networks.
51defnet dmz trusted
b9e891b5 52 addr 62.49.204.144/28 2001:470:1f09:1b98::/64
beb4f0ee
MW
53 forwards unsafe untrusted
54defnet unsafe trusted
b9e891b5 55 addr 172.29.199.0/25 2001:470:9740:1::/64
beb4f0ee
MW
56 forwards househub
57defnet safe safe
216285e1 58 addr 172.29.199.192/27 2001:470:9740:4001::/64
beb4f0ee
MW
59 forwards househub
60defnet untrusted untrusted
b9e891b5 61 addr 172.29.198.0/25 2001:470:9740:8001::/64
beb4f0ee 62 forwards househub
beb4f0ee
MW
63defnet iodine untrusted
64 addr 172.29.198.128/28
bfdc045d 65
beb4f0ee
MW
66defnet househub virtual
67 forwards housebdry dmz unsafe safe untrusted
68defnet housebdry virtual
69 forwards househub hub
70 noxit dmz
71
72## House hosts.
73defhost radius
4eb9f4df 74 hosttype router
68f0829f
MW
75 iface eth0 dmz unsafe safe untrusted vpn sgo colobdry default
76 iface eth1 dmz unsafe safe untrusted vpn sgo colobdry default
960a9996 77 iface eth2 dmz unsafe safe untrusted vpn sgo colobdry
68f0829f 78 iface eth3 untrusted vpn default
8506ff83 79 iface ppp0 default
a7e48c06 80 iface t6-he default
68f0829f
MW
81 iface vpn-precision colobdry vpn sgo
82 iface vpn-chiark sgo
83 iface vpn-+ vpn
beb4f0ee 84defhost roadstar
ce6434f7
MW
85 iface eth0 dmz unsafe
86 iface eth1 dmz unsafe
beb4f0ee 87defhost jem
ce6434f7
MW
88 iface eth0 dmz unsafe
89 iface eth1 dmz unsafe
beb4f0ee 90defhost artist
564c6939 91 hosttype router
490003e4
MW
92 iface eth0 dmz unsafe untrusted
93 iface eth1 dmz unsafe untrusted
564c6939 94 iface eth3 untrusted
beb4f0ee 95defhost vampire
4eb9f4df 96 hosttype router
2b17ac87
MW
97 iface eth0.4 dmz unsafe untrusted safe vpn sgo colobdry
98 iface eth0.5 dmz unsafe untrusted safe vpn sgo colobdry
99 iface eth0.6 dmz unsafe safe untrusted vpn sgo colobdry
100 iface eth0.7 untrusted
ebaa31a7 101 iface dns0 iodine
68f0829f 102 iface vpn-precision colobdry vpn sgo
ebaa31a7
MW
103 iface vpn-chiark sgo
104 iface vpn-+ vpn
beb4f0ee 105defhost ibanez
06ff8082 106 iface br-dmz dmz unsafe
beb4f0ee
MW
107 iface br-unsafe unsafe
108
109defhost gibson
4eb9f4df 110 hosttype client
beb4f0ee
MW
111 iface eth0 unsafe
112
113## Colocated networks.
114defnet jump trusted
b9e891b5 115 addr 212.13.198.64/28 2001:ba8:0:1d9::/64
beb4f0ee
MW
116 forwards colohub
117defnet colo trusted
b9e891b5 118 addr 172.29.199.176/28 2001:ba8:1d9:2::/64
beb4f0ee
MW
119 forwards colohub
120defnet colohub virtual
121 forwards colobdry jump colo
122defnet colobdry virtual
123 forwards colohub hub
124 noxit jump
125
126## Colocated hosts.
127defhost fender
ce6434f7
MW
128 iface br-jump jump colo
129 iface br-colo jump colo
beb4f0ee 130defhost precision
4eb9f4df 131 hosttype router
68f0829f
MW
132 iface eth0 jump colo sgo
133 iface eth1 jump colo sgo
134 iface vpn-radius housebdry vpn sgo
ebaa31a7
MW
135 iface vpn-chiark sgo
136 iface vpn-+ vpn
beb4f0ee 137defhost telecaster
ce6434f7
MW
138 iface eth0 jump colo
139 iface eth1 jump colo
beb4f0ee 140defhost stratocaster
ce6434f7
MW
141 iface eth0 jump colo
142 iface eth1 jump colo
beb4f0ee 143defhost jazz
ce6434f7
MW
144 iface eth0 jump colo
145 iface eth1 jump colo
beb4f0ee
MW
146
147## Other networks.
148defnet hub virtual
149 forwards housebdry colobdry
ebaa31a7
MW
150defnet sgo noloop
151 addr !172.29.198.0/23
152 addr 10.0.0.0/8
153 addr 172.16.0.0/12
154 addr 192.168.0.0/16
155 forwards househub colohub
7dff2754
MW
156defnet vpn safe
157 addr 172.29.199.128/27 2001:ba8:1d9:6000::/64
158 forwards househub colohub
159 host crybaby 1
160 host terror 2
c68b8ecc
MW
161defnet anycast trusted
162 addr 172.29.199.224/27 2001:ba8:1d9:0::/64
163 forwards dmz unsafe safe untrusted jump colo vpn
beb4f0ee 164defnet default untrusted
b9e891b5
MW
165 addr 62.49.204.144/28 2001:470:1f09:1b98::/64
166 addr 212.13.198.64/28 2001:ba8:0:1d9::/64
167 addr 2001:ba8:1d9::/48 #temporary
793937d8 168 forwards dmz unsafe untrusted jump colo
1ee6211d 169
a4d8cae3 170m4_divert(80)m4_dnl
bfdc045d
MW
171###--------------------------------------------------------------------------
172### Special forwarding exemptions.
173
78af294c
MW
174case $forward in
175 1)
176
177 ## Only allow these packets if they're not fragmented. (Don't trust safe
178 ## hosts's fragment reassembly to be robust against malicious fragments.)
179 ## There's a hideous bug in iptables 1.4.11.1 which botches the meaning
180 ## of `! -f', so we do the negation using early return from a subchain.
181 clearchain fwd-spec-nofrag
182 run iptables -A fwd-spec-nofrag -j RETURN --fragment
183 run ip6tables -A fwd-spec-nofrag -j RETURN \
184 -m ipv6header --soft --header frag
87bf1592 185 run ip46tables -A FORWARD -j fwd-spec-nofrag
78af294c
MW
186
187 ## Allow ping from safe/noloop to untrusted networks.
188 run iptables -A fwd-spec-nofrag -j ACCEPT \
189 -p icmp --icmp-type echo-request \
190 -m mark --mark $to_untrusted/$MASK_TO
191 run iptables -A fwd-spec-nofrag -j ACCEPT \
192 -p icmp --icmp-type echo-reply \
193 -m mark --mark $from_untrusted/$MASK_FROM \
194 -m state --state ESTABLISHED
195 run ip6tables -A fwd-spec-nofrag -j ACCEPT \
8b021091 196 -p icmpv6 --icmpv6-type echo-request \
78af294c
MW
197 -m mark --mark $to_untrusted/$MASK_TO
198 run ip6tables -A fwd-spec-nofrag -j ACCEPT \
8b021091 199 -p icmpv6 --icmpv6-type echo-reply \
78af294c
MW
200 -m mark --mark $from_untrusted/$MASK_FROM \
201 -m state --state ESTABLISHED
202
203 ## Allow SSH from safe/noloop to untrusted networks.
cbbd5e39 204 run ip46tables -A fwd-spec-nofrag -j ACCEPT \
78af294c
MW
205 -p tcp --destination-port $port_ssh \
206 -m mark --mark $to_untrusted/$MASK_TO
cbbd5e39 207 run ip46tables -A fwd-spec-nofrag -j ACCEPT \
78af294c
MW
208 -p tcp --source-port $port_ssh \
209 -m mark --mark $from_untrusted/$MASK_FROM \
210 -m state --state ESTABLISHED
211
212 ;;
213esac
214
a4d8cae3 215m4_divert(80)m4_dnl
ade2c052
MW
216###--------------------------------------------------------------------------
217### Kill things we don't understand properly.
218###
219### I don't like having to do this, but since I don't know how to do proper
220### multicast filtering, I'm just going to ban it from being forwarded.
221
222errorchain poorly-understood REJECT
223
224## Ban multicast destination addresses in forwarding.
78af294c
MW
225case $forward in
226 1)
227 run iptables -A FORWARD -g poorly-understood \
228 -d 224.0.0.0/4
229 run ip6tables -A FORWARD -g poorly-understood \
230 -d ff::/8
231 ;;
232esac
ade2c052 233
a4d8cae3 234m4_divert(84)m4_dnl
bfdc045d
MW
235###--------------------------------------------------------------------------
236### Locally-bound packet inspection.
237
238clearchain inbound
239
240## Track connections.
ecdca131 241commonrules inbound
bfdc045d
MW
242conntrack inbound
243
244## Allow incoming bootp. Bootp won't be forwarded, so this is obviously a
245## local request.
246run iptables -A inbound -j ACCEPT \
247 -s 0.0.0.0 -d 255.255.255.255 \
248 -p udp --source-port $port_bootpc --destination-port $port_bootps
249run iptables -A inbound -j ACCEPT \
250 -s 172.29.198.0/23 \
251 -p udp --source-port $port_bootpc --destination-port $port_bootps
252
253## Allow incoming ping. This is the only ICMP left.
0291d6d5 254run ip46tables -A inbound -j ACCEPT -p icmp
bfdc045d
MW
255
256m4_divert(88)m4_dnl
257## Allow unusual things.
258openports inbound
259
260## Inspect inbound packets from untrusted sources.
0291d6d5
MW
261run ip46tables -A inbound -j forbidden
262run ip46tables -A INPUT -m mark --mark $from_untrusted/$MASK_FROM -g inbound
bfdc045d
MW
263
264## Otherwise process as indicated by the mark.
f0033e07
MW
265for i in $inchains; do
266 run ip46tables -A $i -m mark ! --mark 0/$MASK_MASK -j ACCEPT
267done
bfdc045d
MW
268
269m4_divert(-1)
270###----- That's all, folks --------------------------------------------------