Wifi Client - can't connect to internet

Just configured my Vera2 as a WiFi client to connect to the internet via a 3G MIFI modem. It connects fine, I can use the Vera as an ethernet switch and connect my laptop to the internet, but the ETH1 blinks and and the Vera itself seems nto to be able to connect to the internet. When I run network troubleshooting I get:

=== IP Configuration ===
br-lan Link encap:Ethernet HWaddr 00:C0:02:8C:84:66
inet addr:192.168.81.1 Bcast:192.168.81.255 Mask:255.255.255.0
br-lan:0 Link encap:Ethernet HWaddr 00:C0:02:8C:84:66
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
eth0 Link encap:Ethernet HWaddr 00:C0:02:8C:84:67
eth0.0 Link encap:Ethernet HWaddr 00:C0:02:8C:84:67
inet addr:127.0.0.1 Mask:255.0.0.0
wl0 Link encap:Ethernet HWaddr 00:C0:02:8C:84:66
Interrupt:2 Base address:0x5000

External IP:

=== Testing Gateway: 192.168.1.1 ===

GATEWAY:OK
=== Testing DnsServer: 192.168.1.1 ===

DNSSERVER1:OK

=== Testing External Servers ===

GOOGLE.COM:FAIL

sta2.mios.com:FAIL

evt2.mios.com:FAIL
ts2.mios.com TUNNEL CONN:FAIL

fwd1.mios.com:FAIL
fwd1.mios.com TUNNEL CONN:FAIL
SSH_TUNNELS:NONE
== DONE ==

Anyone have any idea what is going on??

Thanks
Eirik

ssh into the Vera and run:

ifconfig -a

netstat -rn

And paste the output here.

Edit: removed stuff about 3G modems. Thought you were using USB, but I missed the MIFI bit.

Hi,

I reply to this topic because I have the same problem.

This is the result to ifconfig -a

/$ ifconfig -a eth0 Link encap:Ethernet HWaddr 00:0E:8F:7F:71:87 inet addr:192.168.81.1 Bcast:192.168.81.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3456 errors:0 dropped:165 overruns:0 frame:0 TX packets:3944 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:666423 (650.8 KiB) TX bytes:3322536 (3.1 MiB) Interrupt:5

eth0:0 Link encap:Ethernet HWaddr 00:0E:8F:7F:71:87
inet addr:192.168.0.110 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:5

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6121 errors:0 dropped:0 overruns:0 frame:0
TX packets:6121 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2959365 (2.8 MiB) TX bytes:2959365 (2.8 MiB)

and netstat -rn :

/$ netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.81.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.0.254 0.0.0.0 UG 0 0 0 eth0

Vera IP adress on my LAN is 192.168.0.110

Veralite runs very well on my LAN but not by internet…