diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-31 00:25:47 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-31 00:25:47 +0800 |
commit | 9a3fe510768af2d846d4a57a4b1a6e9cc7736af6 (patch) | |
tree | 718b8c3de4d75e34e516d752929f311c9d85e3f2 | |
parent | 93a3764fb4d6465a16b5be570b00d5d5df5643d3 (diff) |
add a nm config
-rw-r--r-- | etc/NetworkManager/system-connections/wired_two_computer.nmconnection | 19 |
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..0f5d5f6e --- /dev/null +++ b/etc/NetworkManager/system-connections/wired_two_computer.nmconnection @@ -0,0 +1,19 @@ +[connection] +id=wired_two_computer +uuid=d802bd70-8e5a-4dbc-b0ee-7857d765180c +type=ethernet +autoconnect-priority=2 + +[ethernet] + +[ipv4] +address1=10.0.3.2/32 +method=manual +route1=10.0.3.1/32 + +[ipv6] +address1=fdc9:281f:4d7:9eec::2/64 +method=manual +route1=fdc9:281f:4d7:9eec::1/128 + +[proxy] |