mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-30 22:01:58 +00:00
45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
# This file describes the network interfaces available on your system
|
|
# and how to activate them. For more information, see interfaces(5).
|
|
|
|
# The loopback network interface
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
# The primary network interface
|
|
|
|
auto eth0
|
|
# connection to router
|
|
allow-hotplug eth0
|
|
iface eth0 inet static
|
|
address 10.0.1.2
|
|
netmask 255.255.255.0
|
|
dns-nameservers 10.0.1.2
|
|
|
|
# Access to the Acer netbook from the potatohut WiFi network
|
|
# auto wlan0
|
|
#allow-hotplug wlan0
|
|
#iface wlan0 inet dhcp
|
|
# wpa-ssid potatohut
|
|
# wpa-psk CAVEYBEERYPASSWORD
|
|
|
|
# Alfa wifi widget to the Gasthof
|
|
# See /usr/share/doc/wpasupplicant/README.modes.gz for config
|
|
allow-hotplug wlan1
|
|
iface wlan1 inet dhcp
|
|
wireless-essid StaudnGast
|
|
|
|
#wook testing config
|
|
# wpa-ssid SKYFA4B8
|
|
# wpa-psk WOOKSPECIALPASSWORD
|
|
|
|
|
|
#bridge interface between ethernet (router) and wlan (gasthof)
|
|
#not used 2022 (wireless to eth bridgr not allowed?)
|
|
#auto br0
|
|
#iface br0 inet static
|
|
#bridge_ports wlan1 eth0
|
|
# address 10.0.1.3
|
|
# netmask 255.255.255.0
|
|
|
|
|