Last active
March 19, 2019 17:32
-
-
Save imrehg/d82148c0cbbcda8c994338216a892c2b to your computer and use it in GitHub Desktop.
Network Manager disable ethernet
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=35a68233-05e3-4ef0-9150-9a4099f32344 | |
type=ethernet | |
autoconnect=false | |
permissions= | |
[ethernet] | |
mac-address-blacklist= | |
[ipv4] | |
dns-search= | |
method=auto | |
[ipv6] | |
addr-gen-mode=stable-privacy | |
dns-search= | |
ip6-privacy=0 | |
method=auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment