WDS in 1 network? possible??

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

chiwing
Posts: 16
Joined: Wed Mar 30, 2016 10:37 pm

WDS in 1 network? possible??

Post 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

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WDS in 1 network? possible??

Post 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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

chiwing
Posts: 16
Joined: Wed Mar 30, 2016 10:37 pm

Re: WDS in 1 network? possible??

Post 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
Last edited by chiwing on Sat Apr 02, 2016 7:16 pm, edited 1 time in total.

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WDS in 1 network? possible??

Post by Lantis »

Why isn't it suitable? It is exactly what you're asking for?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

chiwing
Posts: 16
Joined: Wed Mar 30, 2016 10:37 pm

Re: WDS in 1 network? possible??

Post by chiwing »

bcz I want to know the exact firmware setting in gargoyle.
bcz I want to know the exact windows IP setting !
Last edited by chiwing on Wed Apr 06, 2016 6:49 am, edited 1 time in total.

chiwing
Posts: 16
Joined: Wed Mar 30, 2016 10:37 pm

Re: WDS in 1 network? possible??

Post 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
Last edited by chiwing on Wed Apr 06, 2016 7:07 am, edited 1 time in total.

chiwing
Posts: 16
Joined: Wed Mar 30, 2016 10:37 pm

Re: WDS in 1 network? possible??

Post 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 !

chiwing
Posts: 16
Joined: Wed Mar 30, 2016 10:37 pm

Re: WDS in 1 network? possible??

Post 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?

chiwing
Posts: 16
Joined: Wed Mar 30, 2016 10:37 pm

Re: WDS in 1 network? possible??

Post 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?

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: WDS in 1 network? possible??

Post 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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply