Basically setting up hostapd and iptables ala' http://www.timokorthals.de/?p=243
and running this
Code: Select all
sudo iw dev wlan0 interface add wlan1 type __ap
and then starting hostapd w/
Code: Select all
sudo hostapd /etc/hostapd/hostapd.conf
EDIT:(make sure the channel wlan0 is talking to is the channel you set up in hostapd for your wlan1 network)
Still need to get it so wlan1 comes up automatically after reboot. Afterwards, I'll try to start from scratch and post a good step by step if no one beats me to it.
Best,
Rob