Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
wlanpihotspot / etc / wlanpihotspot / network / interfaces
Size: Mime:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

# Wired Ethernet
allow-hotplug eth0
iface eth0 inet dhcp

# Wireless adapter #1
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.88.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 208.67.222.222
hostapd /etc/hostapd.conf

# USB interface
allow-hotplug usb0
iface usb0 inet static
address 169.254.42.1
netmask 255.255.255.224