Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Please note that this file is written to be used with dhcpcd.
- # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'.
- auto lo
- iface lo inet loopback
- auto eth0
- allow-hotplug eth0
- iface eth0 inet manual
- #auto wlan0
- #allow-hotplug wlan0
- #iface wlan0 inet manual
- #wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
- ###### Access Point ########
- allow-hotplug wlan0
- iface wlan0 inet static
- address 192.168.42.1
- netmask 255.255.255.0
- #post-up /etc/init.d/isc-dhcp-server restart
- #post-up /etc/init.d/hostapd restart
- post-up /etc/init.d/access-point restart
- ############################
- #auto wlan1
- #allow-hotplug wlan1
- #iface wlan1 inet manual
- #wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement