Is there any way to make an Intel Wireless 7260 (rev 73) to work as Access Point?
I couldn't find anything useful around. I'm on Ubuntu 13.10, and under /lib/firmware
there are:
iwlwifi-7260-7.ucode
iwlwifi-7260-8.ucode
I can do all the changes required (even installing an alpha Ubuntu), but I have no clues on what can be done.
OK, it is actually possible, using hostapd (and dnsmasq).
I've used a mix of the following links:
Sharing eth0 with address 192.167.1.27/24 and dns server/router 192.167.1.1
On wlan with address 192.168.0.1/24
First, you must install dnsmask and hostapd by typing in terminal:
sudo apt-get install hostapd dnsmask
. After that, you must stop those services, by typingsudo service hostapd stop
andsudo service dnsmasq stop
. Also prevent them from starting at startup:my /etc/dnsmasq.conf:
my hostapd.conf:
Start:
See what's going on / debug problems: