[pkg-wpa-devel] Bug#536630: hostapd destroys IPv6 configuration on	managed interface
    Alexander Tsoy 
    puleglot at ya.ru
       
    Tue Sep 13 11:49:59 UTC 2011
    
    
  
I also have this issue. Easy workaround for it that works at least on
wheezy:
1. Disable autostart of hostapd via init script
$ grep DAEMON_CONF /etc/default/hostapd 
# Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration
#DAEMON_CONF=""
2. Edit interfaces file as follow:
auto wlan0
iface wlan0 inet static
    address xxx.xxx.xxx.xxx
    netmask xxx.xxx.xxx.xxx
    hostapd /etc/hostapd/hostapd.conf
iface wlan0 inet6 static
    address xxxx:xxxx:xxx:x::x
    netmask 64
-- 
With best regards,
Alexander Tsoy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-wpa-devel/attachments/20110913/f2013eda/attachment.pgp>
    
    
More information about the Pkg-wpa-devel
mailing list