From 22c9d4726a2c6c246807d7c666caae27d03a3af9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Sep 2021 12:11:10 +0200 Subject: removed some dead hardware --- config/obr/dhcpd.conf | 1 + config/obr/pf.conf | 12 +----------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf index 6e4450d..d042dc1 100644 --- a/config/obr/dhcpd.conf +++ b/config/obr/dhcpd.conf @@ -87,6 +87,7 @@ shared-network LAN { host eurohp1 { hardware ethernet 00:0f:20:d0:96:f1; fixed-address 192.168.1.17; + filename "pxelinux.0"; } host eurobuild4 { diff --git a/config/obr/pf.conf b/config/obr/pf.conf index 8cc7c3f..3d48d93 100644 --- a/config/obr/pf.conf +++ b/config/obr/pf.conf @@ -19,17 +19,13 @@ int_if = vr2 WLAN_if = athn0 # service machines -europa1 = 192.168.1.2 -eeepc = 192.168.1.8 euroserver = 192.168.1.16 eurobuild3 = 192.168.1.12 eurobuild4 = 192.168.1.18 eurobuild5 = 192.168.1.21 eurobuild6 = 192.168.1.34 -eurobuild3pfreymewa = 192.168.1.41 eurodata = 192.168.1.9 euroweb = 192.168.1.15 -euromac = 192.168.1.20 # our own networks table const { 192.168.1.0/24 } @@ -144,18 +140,12 @@ pass in on $ext_if proto tcp from any to port 2221 rdr-to $euroweb port 22 pass in on $ext_if proto tcp from any to port 2223 rdr-to $eurobuild3 port 22 #pass in on $ext_if proto tcp from any to port 2224 rdr-to $eurobuild4 port 22 #pass in on $ext_if proto tcp from any to port 2225 rdr-to $eurobuild5 port 22 -#pass in on $ext_if proto tcp from any to port 2226 rdr-to $euromac port 22 -#pass in on $ext_if proto tcp from any to port 2227 rdr-to $eurobuild3pfreymewa port 22 pass in on $ext_if proto tcp from any to port 2228 rdr-to $eurobuild6 port 22 -pass in on $ext_if proto tcp from any to port 5999 rdr-to $euromac port 5900 pass in on $ext_if proto tcp from any to port 5900:5998 rdr-to $eurobuild3 pass in on $ext_if proto tcp from any to port 5912 rdr-to $eurobuild6 port 5902 pass in on $ext_if proto tcp from any to port 5914 rdr-to $eurobuild6 port 5904 +pass in on $ext_if proto tcp from any to port 5919 rdr-to $eurobuild6 port 5909 pass in on $ext_if proto tcp from any to port 6881:6889 rdr-to $eurobuild3 pass in on $ext_if proto tcp from any to port 9981:9982 rdr-to $eurobuild3 pass in on $ext_if proto tcp from any to port 8080 rdr-to $eurobuild3 -pass in on $ext_if proto tcp from any to port 6001 rdr-to $europa1 port 6000 -pass in on $ext_if proto tcp from any to port 9372 rdr-to $eeepc port 9372 -pass in on $ext_if proto udp from any to port 5000:5100 rdr-to $eeepc -pass in on $ext_if proto tcp from any to port 1720 rdr-to $eeepc -- cgit v1.2.3-54-g00ecf