OpenWrt Forum Archive

Topic: WDS on WGT634U with kamikaze

The content of this topic has been archived on 7 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi

i flash my wgt634u with kamikaze

and i want to use in wds mode just wds, with 1 ssid

i want make hybrid mode ap+wds bridge with ethernet

but i don't know how  make

i just flash my routeur nothing else

please can you help me

thanks

Hey, I've been out of the loop for a while RE the kamikaze release and the wgt634u, but I recall there being some good information RE WDS on the wgt @ the WGT wiki HOW-TOs: http://openwrt.pbwiki.com/HowTos .

I gave up on doing it with WPA around 3595, but I'm looking into again with 5470 - do you want WEP or WPA?

Hi

i wan't use wep

Where can i found firmware 3595 or 5470

thanks

thanks

i flash my router with openwrt-wgt634u-2.6-squashfs.bin
all is ok but i wan't to modify  /etc/init.d/madwifi with vi  /etc/init.d/madwifi but he is read only files!!!!

how can i do

thanks

On the squashfs, the files in /etc are sym linked to /rom/etc. In order to edit the files first delete the symlink and then copy the file from /rom.

i.e.

rm /etc/init.d/madwifi
cp /rom/etc/init.d/madwifi /etc/init.d
vi /etc/init.d/madwifi


Cheers

/cseknc

great !!!!

big thanks my friend !!!

ok all it's ok thanks

but i want to make WDS connexion with another router
how configure hostapd.conf for that

i want to make wds connection with router ssid linksys key wep on channel 6

can you help me for make that

thanks

up

ok i modifie /etc/init.d/madwifi for have wds with another router, but nothing to do

someone have find the good configuration with iwconfig to make wds on wgt634u

please help

ok

i make that

   

 === IMPORTANT ============================
  Use 'passwd' to set your login password
  this will disable telnet and enable SSH
 ------------------------------------------


BusyBox v1.2.1 (2006.11.13-16:25+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 KAMIKAZE (bleeding edge, r5520) -------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
 ---------------------------------------------------
root@OpenWrt:/# vi /etc/init.d/madwifi

#!/bin/sh /etc/rc.common
START=20
boot() {
        wlanconfig ath0 create wlandev wifi0 wlanmode ap
        wlanconfig ath1 create wlandev wifi0 wlanmode wds
        iwconfig ath0 essid linksys channel 6
        iwconfig ath0 key 2209262005
        iwpriv ath0 mode 3
        iwpriv ath1 mode 3
        iwpriv ath1 wds_add 00:13:10:83:D1:CF
        iwpriv ath1 wds 1
        iwpriv ath0 wds 1
        ifconfig ath1 up
        ifconfig ath0 up
        brctl addbr br0
        brctl addif br0 ath1
        brctl addif br0 ath0
        echo 1 > /proc/sys/net/ipv4/ip_forward
        ifconfig br0 up
}
~
~
~

root@OpenWrt:/# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth0.0    no wireless extensions.

br-lan    no wireless extensions.

eth0.1    no wireless extensions.

wifi0     no wireless extensions.

ath0      IEEE 802.11g  ESSID:"linksys"
          Mode:Master  Frequency:2.437 GHz  Access Point: Not-Associated
          Bit Rate:0 kb/s   Tx-Power:20 dBm   Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:2209-2620-05   Security mode:restricted
          Power Management:off
          Link Quality=36/94  Signal level=-59 dBm  Noise level=-95 dBm
          Rx invalid nwid:2  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

ath1      IEEE 802.11g  Mode:Repeater  Frequency:2.437 GHz
          Access Point: 00:13:10:83:D1:CF   Bit Rate:0 kb/s   Tx-Power:20 dBm
          Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=36/94  Signal level=-59 dBm  Noise level=-95 dBm
          Rx invalid nwid:1611  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

br0       no wireless extensions.

root@OpenWrt:/#

but no connection and i don't see ap wgt64U

My router what i want connect ssid linksys with wep 2209262005 on channel 6 with mac 00:13:10:83:D1:CF

can you help me

(Last edited by fennec on 16 Nov 2006, 16:51)

no news ????

i can use wifi in client mode

but i can't make bridge with ethernet and wifi

how can i do

great

all is ok

first i use firmware from http://web746.webbox240.server-home.org/openwrt

and you modify dnsmasq.conf for not dhcp

# filter what we send upstream
domain-needed
bogus-priv
filterwin2k
localise-queries

# allow /etc/hosts and dhcp lookups via *.lan
local=/lan/
domain=lan
expand-hosts
resolv-file=/tmp/resolv.conf

@ifdef dhcp_enable
#dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@   HERE HERE
dhcp-authoritative
dhcp-leasefile=/tmp/dhcp.leases
@endif
@ifdef wan_ifname
except-interface=@@wan_ifname@@
@endif

# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
read-ethers

# other useful options:
# default route(s): dhcp-option=3,192.168.1.1,192.168.1.2
#    dns server(s): dhcp-option=6,192.168.1.1,192.168.1.2

and modify /etc/config/network, no wan ethernet

#### VLAN configuration
config switch eth0
        option vlan0    "0 1 2 3 4 5*"


#### 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.0 ath0 ath1"
        option proto static
        option ipaddr  192.168.1.2
        option netmask  255.255.255.0

and modify /etc/init.d/madwifi

#!/bin/sh /etc/rc.common
START=20
boot() {
       wlanconfig ath0 create wlandev wifi0 wlanmode sta nosbeacon
       ifconfig ath0 up
       iwconfig ath0 essid linksys
       iwconfig ath0 key 1111111111
       iwpriv ath0 wds 1
       wlanconfig ath1 create wlandev wifi0 wlanmode ap
       ifconfig ath1 up
       iwconfig ath1 essid linksys channel 6
       iwconfig ath1 key 1111111111
       iwpriv ath1 wds 1
}

My wifi lan is linksys on channel 6 with wep 1111111111
how open all port in firewall thanks ???

all is ok firewall is just when you use wan wink

The discussion might have continued from here.