From 95bb223a7763f5c7cee3a09c121479081c35a713 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 16 Mar 2025 14:50:07 +0100 Subject: update --- .local/hosts/swift/etc/systemd/network/20-wired.network | 8 ++++++++ .local/hosts/swift/etc/systemd/network/25-wireless.network | 8 ++++++++ .local/hosts/swift/etc/systemd/network/bind.network | 5 +++++ .local/hosts/swift/etc/systemd/network/bridge.netdev | 4 ++++ .local/hosts/swift/etc/systemd/network/bridge.network | 5 +++++ .local/hosts/swift/etc/systemd/resolved.conf | 3 +++ 6 files changed, 33 insertions(+) create mode 100644 .local/hosts/swift/etc/systemd/network/20-wired.network create mode 100644 .local/hosts/swift/etc/systemd/network/25-wireless.network create mode 100644 .local/hosts/swift/etc/systemd/network/bind.network create mode 100644 .local/hosts/swift/etc/systemd/network/bridge.netdev create mode 100644 .local/hosts/swift/etc/systemd/network/bridge.network create mode 100644 .local/hosts/swift/etc/systemd/resolved.conf (limited to '.local/hosts/swift/etc/systemd') diff --git a/.local/hosts/swift/etc/systemd/network/20-wired.network b/.local/hosts/swift/etc/systemd/network/20-wired.network new file mode 100644 index 0000000..9ac4295 --- /dev/null +++ b/.local/hosts/swift/etc/systemd/network/20-wired.network @@ -0,0 +1,8 @@ +[Match] +Name=e* + +[Network] +DHCP=ipv4 + +[DHCP] +RouteMetric=10 diff --git a/.local/hosts/swift/etc/systemd/network/25-wireless.network b/.local/hosts/swift/etc/systemd/network/25-wireless.network new file mode 100644 index 0000000..3bb9c39 --- /dev/null +++ b/.local/hosts/swift/etc/systemd/network/25-wireless.network @@ -0,0 +1,8 @@ +[Match] +Name=wl* + +[Network] +DHCP=ipv4 + +[DHCP] +RouteMetric=20 diff --git a/.local/hosts/swift/etc/systemd/network/bind.network b/.local/hosts/swift/etc/systemd/network/bind.network new file mode 100644 index 0000000..c0313fe --- /dev/null +++ b/.local/hosts/swift/etc/systemd/network/bind.network @@ -0,0 +1,5 @@ +[Match] +Name=wl* + +[Network] +Bridge=br0 diff --git a/.local/hosts/swift/etc/systemd/network/bridge.netdev b/.local/hosts/swift/etc/systemd/network/bridge.netdev new file mode 100644 index 0000000..fe9c2ad --- /dev/null +++ b/.local/hosts/swift/etc/systemd/network/bridge.netdev @@ -0,0 +1,4 @@ +[NetDev] +Name=br0 +Kind=bridge +MACAddress=3c:f0:11:73:77:51 diff --git a/.local/hosts/swift/etc/systemd/network/bridge.network b/.local/hosts/swift/etc/systemd/network/bridge.network new file mode 100644 index 0000000..684ce83 --- /dev/null +++ b/.local/hosts/swift/etc/systemd/network/bridge.network @@ -0,0 +1,5 @@ +[Match] +Name=br0 + +[Network] +Address=10.0.2.1/24 diff --git a/.local/hosts/swift/etc/systemd/resolved.conf b/.local/hosts/swift/etc/systemd/resolved.conf new file mode 100644 index 0000000..186c2ec --- /dev/null +++ b/.local/hosts/swift/etc/systemd/resolved.conf @@ -0,0 +1,3 @@ +[Resolve] +DNSSEC=no +DNSOverTLS=no -- cgit v1.2.3