Answer the question
In order to leave comments, you need to log in
Ubuntu bridging wlan hostapd?
Why does it take a long time for a bridge connection to open in Ubuntu 10.10?
/etc/interfaces
auto br0<br/>
iface br0 inet static<br/>
address 192.168.0.1<br/>
netmask 255.255.255.0<br/>
network 192.168.0.0<br/>
bridge_ports eth0 wlan0<br/>
Answer the question
In order to leave comments, you need to log in
How did the crutch turn out to be done like this:
I.e. in the post-up, restart all non-working services and add a second wlan0 interface.
auto br0
iface br0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
bridge_ports eth0
post-up /etc/network/iptables.rules
post-up /usr/sbin/brctl addif br0 wlan0
post-up /etc/init.d/dhcp3-server restart
post-up /etc/init.d/linux-igd restart
post-up /etc/init.d/hostapd restart
post-up /etc/init.d/smbd restart
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question