Created
August 20, 2019 21:09
-
-
Save imrehg/b108d3853ce82721b308bf3c06838537 to your computer and use it in GitHub Desktop.
Disable Ethernet with NM connection file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[connection] | |
id=Disable Ethernet | |
uuid=8377ffac-b6ff-4034-a910-be325524b925 | |
type=ethernet | |
autoconnect=false | |
[ethernet] | |
mac-address-blacklist= | |
[ipv4] | |
dns-search= | |
method=disabled | |
[ipv6] | |
addr-gen-mode=stable-privacy | |
dns-search= | |
ip6-privacy=0 | |
method=ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment