I'm having troubles to configure my meteohub to work with WLAN.
I managed to setup the wlan properly, but for any reason, even restarting with the ethernet cable unplugged the meteohub always starts with the eth0 on and routes configured for eth0.
To make work I always have to shutdown the interface and I have to configure:
Code: Select all
"ifconfig eth0 down"
Code: Select all
route add default gw 192.168.1.1 wlan0
route del default gw 192.168.1.1 eth0
route del -net 192.168.1.0 netmask 255.255.255.0 eth0
But, if I restart the meteohub with the eth0 cable unplugged I can't access the meteohub again.
Any help?