Need some help please.
Cant get my wifi module set up.
It connects to my WIFI & my DHCP server, obtains an IP, GW, etc. Blue light is off & Green is slow blink.
But It is unpingable and I cannot get to the web interface.
Help please.
<2.38.3> get i
IF=UP
DHCP=ON
IP=192.168.0.118:2000
NM=255.255.255.0
GW=192.168.0.1
HOST=198.171.134.6:80
PROTO=TCP,
MTU=1524
FLAGS=0x7
TCPMODE=0x0
BACKUP=0.0.0.0
<2.38.3> get w
SSID=MeanBiak-Wireless
Chan=0
ExtAnt=0
Join=1
Auth=MIXED
Mask=0x1fff
Rate=12, 24 Mb
Linkmon=0
Passphrase=XXXXXXX
Wifi problems (setting up for the first time)
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
Re: Wifi problems (setting up for the first time)
Ok - I made some progress.
If I change my WIFI to Open I was able to make it work.
What am I doing wrong - I cant keep my network on Open.
If I change my WIFI to Open I was able to make it work.
What am I doing wrong - I cant keep my network on Open.
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
Re: Wifi problems (setting up for the first time)
Fixed - TKIP instead of AES. Guess the wifi module doesn't like AES.
Can anyone advise how to set the ip on the wireless module to static?
Can anyone advise how to set the ip on the wireless module to static?
- lnevo
- Posts: 5422
- Joined: Fri Jul 20, 2012 9:42 am
Wifi problems (setting up for the first time)
I would just set a dhcp reservation on your router..but I'm pretty sure you can config it as static as well.
Not sure of the commands offhand thoug..
Not sure of the commands offhand thoug..
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: Wifi problems (setting up for the first time)
From manufacturer manual:
The firmware supports the following security modes:
• WEP-64 and WEP-128 (open mode only, NOT shared mode)
• WPA2-PSK (AES only)
• WPA1-PSK (TKIP only)
• WPA-PSK mixed mode (some access points, not all are supported)
I would also set DHCP reservation, but if you want to do it in the module:
set ip address 192.168.0.2
set ip gateway 192.168.0.1
set ip netmask 255.255.255.0
set ip dhcp 0
The firmware supports the following security modes:
• WEP-64 and WEP-128 (open mode only, NOT shared mode)
• WPA2-PSK (AES only)
• WPA1-PSK (TKIP only)
• WPA-PSK mixed mode (some access points, not all are supported)
I would also set DHCP reservation, but if you want to do it in the module:
set ip address 192.168.0.2
set ip gateway 192.168.0.1
set ip netmask 255.255.255.0
set ip dhcp 0
Roberto.
-
Smotz
- Posts: 401
- Joined: Sat Mar 30, 2013 5:02 pm
- Location: CT, USA
Re: Wifi problems (setting up for the first time)
Thank you so much.rimai wrote:From manufacturer manual:
The firmware supports the following security modes:
• WEP-64 and WEP-128 (open mode only, NOT shared mode)
• WPA2-PSK (AES only)
• WPA1-PSK (TKIP only)
• WPA-PSK mixed mode (some access points, not all are supported)
I would also set DHCP reservation, but if you want to do it in the module:
set ip address 192.168.0.2
set ip gateway 192.168.0.1
set ip netmask 255.255.255.0
set ip dhcp 0