diff options
-rw-r--r-- | etc/NetworkManager/system-connections/wired_internet.nmconnection | 16 | ||||
-rw-r--r-- | etc/NetworkManager/system-connections/wired_two_computer.nmconnection | 19 |
2 files changed, 35 insertions, 0 deletions
diff --git a/etc/NetworkManager/system-connections/wired_internet.nmconnection b/etc/NetworkManager/system-connections/wired_internet.nmconnection new file mode 100644 index 00000000..45df4dea --- /dev/null +++ b/etc/NetworkManager/system-connections/wired_internet.nmconnection @@ -0,0 +1,16 @@ +[connection] +id=wired_internet +uuid=e50d6197-b7c0-4062-b37a-844ba4fc6b40 +type=ethernet +autoconnect-priority=1 + +[ethernet] + +[ipv4] +method=auto + +[ipv6] +addr-gen-mode=stable-privacy +method=auto + +[proxy] 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] |