This commit is contained in:
2025-07-15 00:38:25 +02:00
parent 86a1d988c7
commit 5d18b79372
14 changed files with 1175 additions and 218 deletions

View File

@ -181,7 +181,7 @@ network_interfaces:
# apt-get install ifenslave
# ----------
- device: bond1
headline: bond1 - LAG (Link Aggregation) on devices eth1 and eth5 - Main Network Stockhausen
headline: bond1 - LAG (Link Aggregation) on devices eth3 and eth5 - Main Network Stockhausen
auto: true
family: inet
method: static
@ -192,7 +192,7 @@ network_interfaces:
- 192.168.10.3
search: ga.netz ga.intra
bond:
slaves: eth1 eth5
slaves: eth3 eth5
# Mode 4 (802.3ad)
#
# also possible here:
@ -212,7 +212,11 @@ network_interfaces:
# Route ???
- /sbin/ip route add 10.11.16.0/24 via 192.168.11.6
# Route to management network campus
- /sbin/ip route add 10.72.4.0/24 via 192.168.11.72
- /sbin/ip route add 10.72.1.0/24 via 192.168.11.72
# Route to LAN campus
- /sbin/ip route add 192.168.72.0/24 via 192.168.11.72
# Route to WLAN campus
- /sbin/ip route add 192.168.73.0/24 via 192.168.11.72
- device: bond1.121