diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-31 00:22:56 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-31 00:22:56 +0800 |
commit | 4644a493e2d35924dc47844c23ae748ce01eff48 (patch) | |
tree | 3785dbff7dc122944e5d75dd5d5bad4afa5fcecf /etc | |
parent | d9c5ca7380ecc9cc31d6f28407213595a455e661 (diff) |
nm add two wired ethernet connect configs
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NetworkManager/system-connections/wired_internet.nmconnection | 16 | ||||
-rw-r--r-- | etc/NetworkManager/system-connections/wired_two_computer.nmconnection | 19 |
2 files changed, 35 insertions, 0 deletions
diff --git a/etc/NetworkManager/system-connections/wired_internet.nmconnection b/etc/NetworkManager/system-connections/wired_internet.nmconnection new file mode 100644 index 00000000..45df4dea --- /dev/null +++ b/etc/NetworkManager/system-connections/wired_internet.nmconnection @@ -0,0 +1,16 @@ +[connection] +id=wired_internet +uuid=e50d6197-b7c0-4062-b37a-844ba4fc6b40 +type=ethernet +autoconnect-priority=1 + +[ethernet] + +[ipv4] +method=auto + +[ipv6] +addr-gen-mode=stable-privacy +method=auto + +[proxy] diff --git a/etc/NetworkManager/system-connections/wired_two_computer.nmconnection b/etc/NetworkManager/system-connections/wired_two_computer.nmconnection new file mode 100644 index 00000000..a16520df --- /dev/null +++ b/etc/NetworkManager/system-connections/wired_two_computer.nmconnection @@ -0,0 +1,19 @@ +[connection] +id=wired_two_computer +uuid=84d6186e-c0c6-469f-bb8b-6cdc509954dd +type=ethernet +autoconnect-priority=2 + +[ethernet] + +[ipv4] +address1=10.0.3.1/32 +method=manual +route1=10.0.3.2/32 + +[ipv6] +address1=fdc9:281f:4d7:9eec::1/64 +method=manual +route1=fdc9:281f:4d7:9eec::2/128 + +[proxy] |