wlan2eth/config.sh.example

16 lines
344 B
Plaintext

# Interface names
ETH_IFACE="enp0s31f6"
WLAN_IFACE="wlxc8d7193710f4"
# IP address(es) of your DHCP servers. If multiple, separate
# them with a space.
DHCP_SERVERS="192.168.1.1 192.168.1.2"
# RADIUS login
WIFI_SSID="Example-Network"
WIFI_USERNAME="username"
WIFI_PWD="password"
# Don't prompt the user for confirmation
NON_INTERACTIVE=false