From 03854c50f7ae1273757c951fb43bd8a4d15001b5 Mon Sep 17 00:00:00 2001 From: Gorden Date: Wed, 18 May 2022 14:08:58 +0200 Subject: [PATCH] daily autocommit --- .etckeeper | 2 +- cmk-update-agent.state | 2 +- dhcpcd.conf | 5 +++++ resolv.conf | 1 - unbound/unbound.conf.d/resolvconf_resolvers.conf | 5 ----- wpa_supplicant/wpa_supplicant.conf | 6 ++++++ 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.etckeeper b/.etckeeper index 112fa973..8aeba9d6 100755 --- a/.etckeeper +++ b/.etckeeper @@ -744,7 +744,7 @@ maybe chmod 0755 'wpa_supplicant' maybe chmod 0755 'wpa_supplicant/action_wpa.sh' maybe chmod 0644 'wpa_supplicant/functions.sh' maybe chmod 0755 'wpa_supplicant/ifupdown.sh' -maybe chmod 0600 'wpa_supplicant/wpa_supplicant.conf' +maybe chmod 0644 'wpa_supplicant/wpa_supplicant.conf' maybe chmod 0644 'xattr.conf' maybe chmod 0755 'xdg' maybe chmod 0755 'xdg/autostart' diff --git a/cmk-update-agent.state b/cmk-update-agent.state index 95feff31..b106df71 100644 --- a/cmk-update-agent.state +++ b/cmk-update-agent.state @@ -1 +1 @@ -{'host_secret': 'kwgdpsxglkabglrcselwgbxzgjdccindehyefyjejieztqoewmxmaenvqobhaovk', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1652859119.0932868, 'installed_aghash': '62f22b645349caaa', 'last_update': 1652710558.1824903, 'last_error': None} +{'host_secret': 'kwgdpsxglkabglrcselwgbxzgjdccindehyefyjejieztqoewmxmaenvqobhaovk', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1652873606.765886, 'installed_aghash': '62f22b645349caaa', 'last_update': 1652710558.1824903, 'last_error': None} diff --git a/dhcpcd.conf b/dhcpcd.conf index b34f11a0..f5724d39 100644 --- a/dhcpcd.conf +++ b/dhcpcd.conf @@ -47,6 +47,11 @@ slaac private #static routers=192.168.0.1 #static domain_name_servers=192.168.0.1 8.8.8.8 fd51:42f8:caae:d92e::1 +interface wlan0 +static ip_address=192.168.0.123/24 +static routers=192.168.0.1 +static domain_name_servers=192.168.0.28 192.168.0.1 + # It is possible to fall back to a static IP if DHCP fails: # define static profile #profile static_eth0 diff --git a/resolv.conf b/resolv.conf index 2cc6dead..710377c3 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1,4 +1,3 @@ # Generated by resolvconf -domain realm.local nameserver 192.168.0.28 nameserver 192.168.0.1 diff --git a/unbound/unbound.conf.d/resolvconf_resolvers.conf b/unbound/unbound.conf.d/resolvconf_resolvers.conf index a3864ee5..36869812 100644 --- a/unbound/unbound.conf.d/resolvconf_resolvers.conf +++ b/unbound/unbound.conf.d/resolvconf_resolvers.conf @@ -1,10 +1,5 @@ # Generated by resolvconf -forward-zone: - name: "realm.local" - forward-addr: 192.168.0.28 - forward-addr: 192.168.0.1 - forward-zone: name: "." forward-addr: 192.168.0.28 diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf index 0fc335eb..c911ed2e 100644 --- a/wpa_supplicant/wpa_supplicant.conf +++ b/wpa_supplicant/wpa_supplicant.conf @@ -1,2 +1,8 @@ ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 +country=DE + +network={ + ssid="REALM_NETWORK" + psk="EineAlteDummeGanzHatEier" +}