Hi there, I want to use my r-pi as a router and access point. I have two edimax dongles configured. I have a working eth0 connection and a working wlan0 connection (to connect to the internet). However, something is wrong with my wlan1 (the access point). I noticed the following:
If I type in "ip addr show wlan1" I get two different ip-addresses: 192.xxx.xx.xx and 169.xxx.xx.xxx
I configured a static ip-address in /etc/networks/interfaces which is the 192.xxx.xx.x address, but when I look in the GUI and hold my mouse over the wifi icon it says "configured as 169.xxx.xx.xxx". Also if I want to connect to my R-pi via SSH I need the 169.xxx.xx.xxx address.
How can I get rid of the 169.xxx.xx.xxx ip-address? I don't know where it comes from. Any suggestions?