when the line is strong no problem.. it takes the ip 192.168.1.29 from the router
but when the line is not that good
from the GUI i see on the symbol of the WIFI it's having a double ip:
192.168.1.29/24
and 169.254.3.181/16
this is the ifconfig:
Code: Select all
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:336 errors:0 dropped:0 overruns:0 frame:0
TX packets:336 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:26826 (26.1 KiB) TX bytes:26826 (26.1 KiB)
wlan0 Link encap:Ethernet HWaddr b8:27:eb:2e:d2:24
inet addr:192.168.1.29 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::d75a:b75e:d618:bb81/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:532 errors:0 dropped:0 overruns:0 frame:0
TX packets:667 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:43573 (42.5 KiB) TX bytes:676450 (660.5 KiB)
the major problem is that... i am trying to connect it to another access point: actually a wifi range extender and in this case the Raspi is taking only the 169.254.3.181 ip and it's impossible for me to connect to it.
how can i fix this?
thanks