From 2aff8ce2d0217b182613b0ac2ba6bbdfd382eced Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 30 Oct 2023 01:23:24 -0700 Subject: update --- .../wired_two_computer.nmconnection | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/configs_root_dir/etc/NetworkManager/system-connections/wired_two_computer.nmconnection (limited to 'configs') 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] -- cgit 1.4.1