update ..
This commit is contained in:
@ -24,7 +24,7 @@ network_interfaces:
|
||||
|
||||
- device: br0
|
||||
# use only once per device (for the first device entry)
|
||||
headline: br0 - bridge over device enp7s0
|
||||
headline: br0 - bridge over device enp193s0f0np0
|
||||
|
||||
# auto & allow are only used for the first device entry
|
||||
allow: [] # array of allow-[stanzas] eg. allow-hotplug
|
||||
@ -32,11 +32,11 @@ network_interfaces:
|
||||
|
||||
family: inet
|
||||
method: static
|
||||
hwaddress: 7c:10:c9:9e:bd:51
|
||||
hwaddress: 9c:6b:00:4e:fc:15
|
||||
description:
|
||||
address: 168.119.70.7
|
||||
address: 157.90.140.173
|
||||
netmask: 26
|
||||
gateway: 168.119.70.1
|
||||
gateway: 157.90.140.129
|
||||
metric:
|
||||
pointopoint:
|
||||
mtu:
|
||||
@ -81,7 +81,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp7s0 # for mor devices support a blank separated list
|
||||
ports: enp193s0f0np0 # for mor devices support a blank separated list
|
||||
stp: !!str off
|
||||
fd: 1
|
||||
hello: 2
|
||||
@ -108,7 +108,7 @@ network_interfaces:
|
||||
# inline hook scripts
|
||||
pre-up: [] # pre-up script lines
|
||||
up:
|
||||
- !!str "route add -net 168.119.70.0 netmask 255.255.255.192 gw 168.119.70.1 dev br0" # up script lines
|
||||
- !!str "route add -net 157.90.140.128 netmask 255.255.255.192 gw 157.90.140.129 dev br0" # up script lines
|
||||
post-up: [] # post-up script lines (alias for up)
|
||||
pre-down: [] # pre-down script lines (alias for down)
|
||||
down: [] # down script lines
|
||||
@ -119,7 +119,7 @@ network_interfaces:
|
||||
- device: br0
|
||||
family: inet6
|
||||
method: static
|
||||
address: 2a01:4f8:242:1822::2
|
||||
address: 2a01:4f8:2220:37c3::2
|
||||
netmask: 64
|
||||
gateway: fe80::1
|
||||
|
||||
@ -200,9 +200,9 @@ systemd_resolved: true
|
||||
# für iOS 14+: DoT-Server-Konfiguration (unsigniert, vom PrHdb)
|
||||
resolved_nameserver:
|
||||
- 185.12.64.2
|
||||
- 2a01:4ff:ff00::add:1
|
||||
- 185.12.64.1
|
||||
- 2a01:4ff:ff00::add:2
|
||||
- 2a01:4ff:ff00::add:1
|
||||
|
||||
# search domains
|
||||
#
|
||||
@ -265,10 +265,10 @@ cron_user_entries:
|
||||
hour: '*'
|
||||
job: /root/bin/monitoring/check_ssh.sh
|
||||
|
||||
- name: "Check connectifity - reboot if needed"
|
||||
minute: '*/10'
|
||||
hour: '*'
|
||||
job: /root/bin/admin-stuff/check-connectivity.sh
|
||||
# - name: "Check connectifity - reboot if needed"
|
||||
# minute: '*/10'
|
||||
# hour: '*'
|
||||
# job: /root/bin/admin-stuff/check-connectivity.sh
|
||||
|
||||
- name: "Check if Postfix Mailservice is up and running?"
|
||||
minute: '*/15'
|
||||
|
Reference in New Issue
Block a user