Created
October 12, 2024 20:02
-
-
Save alexpts/54737eacd409b886014956b9e8d188be to your computer and use it in GitHub Desktop.
proxmox-interfaces
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
auto lo | |
iface lo inet loopback | |
allow-hotplug wlp3s0 | |
#auto wlp3s0 | |
# https://dzen.ru/a/XqPx4ouMe00kN1Wa | |
iface wlp3s0 inet static | |
address 192.168.1.100/24 | |
gateway 192.168.1.1 | |
netmask 255.255.255.0 | |
wpa-ssid {{wifi-ssid}} | |
wpa-psk ba071d16cc74d69f1cf320ac1e4e4ccaecb9434888cba3f7edd7a2a15b6976b4 | |
wpa-driver wext | |
wpa-ap-scan 1 | |
wpa-proto RSN | |
wpa-pairwise CCMP | |
wpa-group CCMP | |
wpa-key-mgmt WPA-PSK | |
#auto vmbr0 | |
#iface vmbr0 inet static | |
# address 192.168.1.100/24 | |
# gateway 192.168.1.1 | |
# bridge-ports wlp3s0 | |
# bridge-stp off | |
# bridge-fd 0 | |
#auto enp2s0 | |
#iface enp2s0 inet dhcp auto | |
#iface enx207bd2574414 inet manual | |
source /etc/network/interfaces.d/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment