Configure OpenWRT as repeater

5,589

Solution 1

I got a tp link 740N with openwrt and atheros chip working as a wireless repeater by using this tutorial as a reference.

basically, you need to connect your wifi router as a client to your main one, create a new virtual wifi interface and bridge the two via relayd (repeater package)

In my case I'm using two identical tplinks with same version of openwrt so I'm not sure if it will work with different chips or router models.

Solution 2

Look at the dd-wrt pages for repeaters. On dd-wrt you have to configure the wireless as a client, the you add a virtual wireless interface that is an access point. I got this to work on my dd-wrt atheros based DIR-601.

Share:
5,589

Related videos on Youtube

Nicolas Dorier
Author by

Nicolas Dorier

Software engineer for an underwater robotics company

Updated on September 18, 2022

Comments

  • Nicolas Dorier
    Nicolas Dorier almost 2 years

    I need to call a web service with a java client. This service authenticates clients through certificates at the message level (Ws-Security, not SSL).

    It should be possible since, I can generate web services with JAX-WS with mutual certificate security in this dialog.

    But I don't manage to create a client. Does anyone has an idea ?

  • Nicolas Dorier
    Nicolas Dorier about 13 years
    Thanks I accept since your response helped me to find the answer. However netbeans allow you generate that from the WSDL, I did not know that the Trust store was the public key and key store a private+public key.
  • IBr
    IBr over 10 years
    OP asked dd-wrt or openwrt?