User Tools

Site Tools


linux:netzwerk:bridge

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:netzwerk:bridge [2023/03/16 09:20] mslinux:netzwerk:bridge [2023/11/02 22:58] (current) ms
Line 44: Line 44:
 -boot c & -boot c &
 </code> </code>
 +
 +===== Systemd Networkd =====
 +Alle Config-Files unter /etc/systemd/network/
 +<code>
 +ls -l 
 +-rw-r--r-- 1 root root 30 Nov  2 22:19 br0.netdev
 +-rw-r--r-- 1 root root 98 Nov  2 22:20 br0.network
 +-rw-r--r-- 1 root root 45 Nov  2 22:21 lan-eth0.network
 +</code>
 +<code>
 +br0.netdev
 +
 +[NetDev]
 +Name=br0
 +Kind=bridge
 +</code>
 +<code>
 +br0.network
 +
 +[Match]
 +Name=br0
 +
 +[Network]
 +Address=192.168.1.5/24
 +Gateway=192.168.1.1
 +DNS=8.8.8.8 192.168.1.1
 +</code>
 +<code>
 +lan-eth0.network
 +
 +[Match]
 +Name=eth0
 +
 +[Network]
 +Bridge=br0
 +</code>
 +
 +
 +
 +
linux/netzwerk/bridge.1678954858.txt.gz · Last modified: 2023/03/16 09:20 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki