diff options
Diffstat (limited to 'configs/configs_root_dir/etc/NetworkManager')
-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] |