Page 1 of 3

WDS in 1 network? possible??

Posted: Wed Mar 30, 2016 11:16 pm
by chiwing
I have a cmp that need to connect with wireless and read colleugue's share folder :

I have below equipment:
TP-LINK WR841N Ver7.2 flashed with gargoyle (connect wire and emit wireless signal to 741ND)

TP-LINK WR741ND Ver1.1 flashed with gargoyle(receive 841N wireless)
Image
C2 computer's IP must be 10.10.179.X !
how to set in gargoyle?
need to close above routers' DHCP?
need to change above routers' LAN IP?
For 841N , I should connect wire to Lan or Wan port ?
thanks

Re: WDS in 1 network? possible??

Posted: Thu Mar 31, 2016 2:27 am
by Lantis
if you're comfortable setting it up manually, i'd use relayd.
https://wiki.openwrt.org/doc/recipes/relayclient

It's exactly what you want. Everyone on the one subnet. PCs are all accessible.

Re: WDS in 1 network? possible??

Posted: Fri Apr 01, 2016 7:53 pm
by chiwing
THANKS FOR YOUR REPLY
howeverit is not suitable for me

bcz 192.168.2.X cannot access 192.168.1.X

plz tell me how to set in the gargoyle and in windows

Re: WDS in 1 network? possible??

Posted: Sat Apr 02, 2016 1:03 am
by Lantis
Why isn't it suitable? It is exactly what you're asking for?

Re: WDS in 1 network? possible??

Posted: Sat Apr 02, 2016 7:07 pm
by chiwing
bcz I want to know the exact firmware setting in gargoyle.
bcz I want to know the exact windows IP setting !

Re: WDS in 1 network? possible??

Posted: Mon Apr 04, 2016 3:49 am
by chiwing
Lantis wrote:Why isn't it suitable? It is exactly what you're asking for?
bcz 192.168.2.10 cannot ping 192.168.1.1

Re: WDS in 1 network? possible??

Posted: Tue Apr 05, 2016 1:07 am
by chiwing
how can I set to go to this for TL-841N :

http://trac.gateworks.com/attachment/wi ... elayd6.jpg

I use Win 7 , not linux
Step 1: Create an interface for the wireless station/client
Step 5: Add gateway and dns to the lan interface
Step 6: Disable the local DHCP server
Step 7: Adjust the firewall to travel between multiple interfaces within firewall.
Step 8: Create a wireless network for repeating (optional)
Step 9: Reload the DHCP , router and firewall to Apply changes
Step 10: let router permit client network to access

I don't know how to upload
/etc/config/network
/etc/config/wireless
/etc/config/firewall
/etc/config/dhcp
into router !

Re: WDS in 1 network? possible??

Posted: Sun Apr 24, 2016 11:10 am
by chiwing
https://wiki.openwrt.org/doc/recipes/relayclient

Code: Select all

Edit /etc/config/network and add a new interface, for example wwan, with proto set to dhcp:

config 'interface' 'wwan'
        option 'proto' 'dhcp'
where can I paste the code?
cmd.exe in windows?

still not yet solve !
Anyone can help?

Re: WDS in 1 network? possible??

Posted: Sun Apr 24, 2016 11:15 am
by chiwing
Step 1: Create an interface for the wireless station
Step 2: Change the existing wireless network
Step 3: Install relayd
Step 4: Declare a relay interface
Step 5: Add gateway and dns to the lan interface
Step 6: Disable the local DHCP server
Step 7: Adjust the firewall
Step 8: Create a wireless network for repeating (optional)
Apply changes
Enable access from client network

I don't know how to use the code ?
and
where can I use the codes? does it in the router setting page?

Re: WDS in 1 network? possible??

Posted: Sun Apr 24, 2016 6:20 pm
by Lantis
Just update to the latest version I put it all in there. You can then just click some buttons and set it up.

Make sure when you set the router IP it is outside the subnet of the host.