1.9.2.7-4 WL500g Deluxe client mode - bug or feature?
Quote:
Originally Posted by Hoorna
I have the same problem as AIWAN but then with a 500g. I have an 500gx that is set in AP mode and an 500g in client mode.
With a PC on a 500gx-LAN-port I can logon in the 500g but I cannot connect to a PC on a 500g-LAN-port. The other way around gives also a problem: an PC on a 500g-LAN-port can login in the 500g but cannot login in the 500gx nor connect to an PC on an 500gx-LAN-port.
So there is no connection between the wireless part of the 500g and the LAN-ports on that box. In ethernet-bridge-mode this problem doesnot exists. On both boxes I use fw 1.9.2.7-4.
Hi,
your network behaviour is same as if PC on 500g LAN port has no route to other subnet than connected LAN. Check if you have default route on PC on 500g LAN port with next hop 500g's LAN interface. Of course I can not be sure only from your decription, checking route tables from all PCs and Asuses might help. Also firewall settings may confuse things.
Hope it may help
Aiwan
Problem using WDS to connect to AP's
Hi all,
recently I bought the Asus 500g to connect another remote LAN to my wireless network. I wanted to use the WDS function but so far i am not succesfull in it.
I loaded the newest release of the firmware (1.9.2.7-4) and configured the 500g via the web panels. (IP-address, WEP-key, MAC filtering etc.)
Computers connected to the already existing LAN are now able to ping/ configre the new Asus 500g via the WDS (so no cables!) It's even possible to ping from a telnet session on the asus over WDS via the other AP to the already existing LAN and even Internet. (e.g. www.chupa.nl)
But now the problem:
Computers connected to the Asus 500g AP. Can ping to the Asus 500g via Wireless connection and via LAN connection but they are not allowed to ping the remote Access Point (already existing LAN) at all . When i take al look at the log via telnet tot the 500g I notice the message duplicate IP-address which comes from the eth0 and eth2 combination (same HW address for wireless and LAN connection)
First I thought it was a routing problem but somewhere I read the WirelessLAN adapter and LAN adapter ought to be in the same subnet. This is why they are bridged together....
I tried to change the ip address with ifconfig but I lose my connection several times and gave up.
(where to store the settings via telnet session?)
Is someone succesfull in connecting two LANS via ASUS 500g with this firmware?
Keywords: bridge,stp,gateway,wds,route,metric, midnight commander mc,ifconfig
additional question: Has someone a compiled binary for midnight commander to use on the asus?
Instability with 1.9.2.7-4
Is anyone else experiencing instabilities with the latest 1.9.2.7-4 release of Oleg's firmware?
It seems my unit regurarly looses wireless (wl down; wl up re-enables it). Also it seems to do spontaneous reboots. I usually have a USB stick mounted on /mnt but it gone after a while (seems to indicate reboot). Also the logfile (/tmp/syslog.log) indicates a reboot. Ofcourse there is no clue why this happens because the old log is gone. Usually the issue occurs somewhere between 12 and 24 hours after boot.
I am using an IPV6 tunnel, that may make a difference. Maybe I should try without it for a while (also not loading ipv6 module).
Regarding IPV6, the firmware seems to be imcomplete with regard to busybox. There is no ping6 and the available ping only understands ipv4. The same is true for traceroute. Anyway, IPV6 addresses result in 'host unknown'.
instabilities with the latest 1.9.2.7-4
Quote:
Originally Posted by rwhitby
I have the same issue, and I don't run IPV6. I have only experienced the reboots (but maybe the wl down occurs just before that and I don't notice).
I haven't taken the time to characterise the problem yet, so I have no better data on it than you do.
-- Rod
I have the same issue, and I do not use IPV6.
I use the WPA-TKIP kryptering
I have down gradet to 1.9.2.7-3c it works fine.
/Esben S. Nielsen
1.9.2.7-4 WL500g Deluxe client mode - bug or feature? - partialy solved
Quote:
Originally Posted by Oleg
Where are you from? If you're from Russia, then PM me. To be honest, client mode was never tested with wl500gx, so LAN port problems could be there.
As for WLAN problem - do you use hex wep keys or passphrases? Passphrases are know to cause problems (as they're mostly vendor specific, unlike WPA-PSK keys), use hex keys only. Also, have you tried using it without WEP at all?
Also, dependening on the peer software it could require either "Shared Key" authentication (like you've specified) or "Open System / Shared Key" (this way key is used for data encryption only).
500gx seems to work OK as WiFi client with 1.9.2.7-4 with no encryption.
500gx seems to work OK as WiFi client with 1.9.2.7-4 with shared key WEP encryption, but key must be input in Hexadecimal form, not passphrase.
Bug in firmware is, that Asus wrongly (or at least differently from Cisco Aironet 350 PCMCIA card, Orinoco AP, Intel Centrino chipset WiFi card and my ISP's D-link AP) translates passphrase WEP key into Hexadecimal form (which is probably used for encryption process). When I used table below (from Orinoco AP Help) and translated passphrase manualy into Hexadecimal key, it started to work.
There was no difference between "Open System / Shared Key" and "Shared Key" option, after translation of passphrase, both worked well with my ISP's D-link AP.
My fault was that I missunderstood wl status output
[admin@ASUS500GX root]$ wl status
SSID: "pokus"
Mode: Managed RSSI: -28 dBm noise: -99 dBm Channel: 1
BSSID: 00:02:2D:2D:10:AD Capability: ESS WEP
Supported Rates: [ 1(b) 2(b) 5.5 11 ]
I understood that WEP keys were compared and encryption works well. It is not true. The output above is probably radio interface status with no connection with encryption.
Problem with strange behaviour of LAN ports is not solved and I will have to investigate it. :confused:
Ivan
----------------------------------------
Translation from passphrase to hexadecimal equivalent (thanks Orinoco AP for intellectual property, I am not breaching their copyright too much :o ).
Encryption Key strings are case-sensitive!
Example: If your Encryption Key reads: "Key2Z" the hexadecimal equivalent would be: "4B657932A"
Alphanumeric Hex Alphanumeric Hex
A 41 a 61
B 42 b 62
C 43 c 63
D 44 d 64
E 45 e 65
F 46 f 66
G 47 g 67
H 48 h 68
I 49 i 69
J 4A j 6A
K 4B k 6B
L 4C l 6C
M 4D m 6D
N 4E n 6E
O 4F o 6F
P 50 p 70
Q 51 q 71
R 52 r 72
S 53 s 73
T 54 t 74
U 55 u 75
V 56 v 76
W 57 w 77
X 58 x 78
Y 59 y 79
Z A z 7A
Spacebar 20 0 30
! 21 1 31
" 22 2 32
# 23 3 33
$ 24 4 34
% 25 5 35
& 26 6 36
' 27 7 37
( 28 8 38
) 29 9 39
* 2A : 3A
+ 2B ; 3B
, 2C < 3C
- 2D = 3D
. 2E > 3E
/ 2F ? 3F
[ 5B @ 40
5C
] 5D
^ 5E
_ 5F
` 60
7B
| 7C
7D
~ 7E
Del. 7F