diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-30 01:23:24 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-30 01:23:24 -0700 |
commit | 2aff8ce2d0217b182613b0ac2ba6bbdfd382eced (patch) | |
tree | 1f4e749dce698f177d45c29189ecf66fbf501753 /configs/configs_root_dir | |
parent | 94fa901613059c1784a9f8ec096eacfcf039f782 (diff) |
update
Diffstat (limited to 'configs/configs_root_dir')
-rw-r--r-- | configs/configs_root_dir/etc/NetworkManager/system-connections/wired_two_computer.nmconnection | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/configs_root_dir/etc/NetworkManager/system-connections/wired_two_computer.nmconnection b/configs/configs_root_dir/etc/NetworkManager/system-connections/wired_two_computer.nmconnection new file mode 100644 index 0000000..19f2f26 --- /dev/null +++ b/configs/configs_root_dir/etc/NetworkManager/system-connections/wired_two_computer.nmconnection @@ -0,0 +1,20 @@ +[connection] +id=wired_two_computer +uuid=84d6186e-c0c6-469f-bb8b-6cdc509954dd +type=ethernet +autoconnect=false +timestamp=1647517033 + +[ethernet] + +[ipv4] +# I think on the other computer, address1 and route1 should switch, no time to test tho. +address1=192.168.1.1/32 +method=manual +route1=192.168.1.2/32 + +[ipv6] +addr-gen-mode=stable-privacy +method=disabled + +[proxy] |