csanyi...@gmail.com wrote:
> What could be the problem?

I don't know but here is my working configuration.  I am not running
in bridge mode.  I am running in router mode.

Bob

In /etc/network/interfaces:
allow-hotplug wlan0
iface wlan0 inet static
        address 192.168.93.1
        netmask 255.255.255.0
        hostapd /etc/hostapd/hostapd-wlan0.conf
        up service isc-dhcp-server restart
        down service isc-dhcp-server stop

In /etc/hostapd/hostapd-wlan0.conf:
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
interface=wlan0
driver=nl80211
ssid=myssidnamehere
channel=11
wpa=2
wpa_passphrase=mypassphrasehere
wpa_pairwise=CCMP
rsn_pairwise=CCMP
hw_mode=g
wmm_enabled=1
ieee80211n=1
ht_capab=[HT40-][SHORT-GI-40][HT20][SHORT-GI-20]

In /etc/dhcp/dhcpd.conf:
# The ddns-updates-style parameter controls whether or not the server will
# attempt to do a DNS update when a lease is confirmed. We default to the
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
ddns-update-style none;

# option definitions common to all supported networks...
option domain-name "proulx.com";
option domain-name-servers 192.168.230.109, 192.168.230.119;

default-lease-time 600;
max-lease-time 7200;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;

subnet 192.168.93.0 netmask 255.255.255.0 {
  option routers 192.168.93.1;
  range 192.168.93.100 192.168.93.254;
}

Attachment: signature.asc
Description: Digital signature

Reply via email to