Created
June 28, 2024 22:25
-
-
Save danisla/7db300111620f4fa3f991d74072af20e to your computer and use it in GitHub Desktop.
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
sudo nmcli c add con-name wifibridge type ethernet ifname eth0 ipv4.method shared ipv6.method ignore | |
sudo nmcli con up wifibridge | |
nmcli con show |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment