2. Tell Change a couple of config files so that Amahi that knows what you're using wlan0 instead of eth0 so that it doesn't try up to overwrite your changes.
Edit the file <tt>/usr/bin/hdactl</tt> and change the line
<tt>my $device = "wlan0"</tt>
If you're going to use VPN at all, you should also edit <tt>/etc/openvpn/openvpn-startup</tt> and change the line that includes
<tt>-o eth0</tt>
to
<tt>-o wlan0</tt>