20 lines
580 B
Plaintext
20 lines
580 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"
|
|
|
|
# "transparent": the bridge device clones the client's MAC address and NATs traffic to a private LAN. Only supports one bridged client.
|
|
# TODO: support bridging multiple clients connected to an ethernet hub
|
|
# BRIDGE_MODE="transparent"
|
|
|
|
# Don't prompt the user for confirmation
|
|
NON_INTERACTIVE=false
|