X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/7377aca7bc3d4cfd29e6974c861048db8e1a4161..ea2e5ed4e1bbb86b70c69a96c72e3809284fe293:/local.m4 diff --git a/local.m4 b/local.m4 index 821cea9..2bd9f86 100644 --- a/local.m4 +++ b/local.m4 @@ -110,11 +110,12 @@ m4_divert(-1) ## Define the available network classes. m4_divert(42)m4_dnl -defnetclass scary scary trusted mcast -defnetclass untrusted scary untrusted trusted mcast -defnetclass trusted scary untrusted trusted safe noloop mcast -defnetclass safe trusted safe noloop mcast -defnetclass noloop trusted safe mcast +defnetclass scary scary trusted vpnnat mcast +defnetclass untrusted scary untrusted trusted mcast +defnetclass trusted scary untrusted trusted safe noloop vpnnat mcast +defnetclass safe trusted safe noloop vpnnat mcast +defnetclass noloop trusted safe mcast +defnetclass vpnnat scary trusted safe mcast defnetclass link defnetclass mcast @@ -243,6 +244,7 @@ defnet hub virtual via housebdry colobdry defnet sgo noloop addr !172.29.198.0/23 + addr !10.165.27.0/24 addr 10.0.0.0/8 addr 172.16.0.0/12 addr 192.168.0.0/16 @@ -255,6 +257,7 @@ defnet vpn trusted host orange 3 ::3:1 host haze 4 ::4:1 host groove 5 ::5:1 + host spirit 9 ::9:1 defnet anycast trusted addr 172.29.199.224/27 2001:ba8:1d9:0::/64 via dmz unsafe safe untrusted jump colo vpn @@ -274,13 +277,13 @@ defhost national iface vpn-precision colohub ## Satellite networks. -defnet binswood noloop +defnet binswood vpnnat addr 10.165.27.0/24 via colohub defhost mango hosttype router iface eth0 binswood default - iface vpn-precision colo + iface vpn-precision colo default m4_divert(80)m4_dnl ###--------------------------------------------------------------------------