I have set up my asus wl-500w with kamikaze8.09.2 in wifi client mode like this and its working:
network:
#### VLAN configuration
config switch eth0
option enable 1
config switch_vlan eth0_0
option device "eth0"
option vlan 0
option ports "0 1 2 3 4 5u"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0"
option proto static
option ipaddr 192.168.2.1
option netmask 255.255.255.0
#### WAN configuration
config interface wan
option ifname "eth1"
option proto dhcp
wifi:
config 'wifi-device' 'wl0'
option 'type' 'broadcom'
option 'channel' '10'
option 'disabled' '0'
config 'wifi-iface'
option 'device' 'wl0'
option 'network' 'wan'
option 'mode' 'sta'
option 'ssid' 'z60'
option 'encryption' 'PSK+AES'
option 'key' 'test-test'
but now I'd like to set wifi client with a static ip (e.g. 192.168.1.44) instead of getting an ip by AP (192.168.1.102 by ssid z60) because I need an fixed ip so I can access my router from my z60 network. can someone help me with the settings?
thanks j
(Last edited by dddesign on 21 Apr 2011, 08:07)