summaryrefslogtreecommitdiff
path: root/etc/NetworkManager/system-connections/wired_two_computer.nmconnection
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-31 00:22:56 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-31 00:22:56 +0800
commit4644a493e2d35924dc47844c23ae748ce01eff48 (patch)
tree3785dbff7dc122944e5d75dd5d5bad4afa5fcecf /etc/NetworkManager/system-connections/wired_two_computer.nmconnection
parentd9c5ca7380ecc9cc31d6f28407213595a455e661 (diff)
nm add two wired ethernet connect configs
Diffstat (limited to 'etc/NetworkManager/system-connections/wired_two_computer.nmconnection')
-rw-r--r--etc/NetworkManager/system-connections/wired_two_computer.nmconnection19
1 files changed, 19 insertions, 0 deletions
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]