Sie sind auf Seite 1von 14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Home Main Menu Cloud Computing Content delivery network Datacenter Hardware IT / Linux Security Mobile Android iOS Networking Open source Programming Linux Shell Scripting Python Reviews Storage Virtualization HowTos Bash (CLI) Linux Distros CentOS Debian Red Hat (RHEL) Ubuntu Novell / OpenSuse Unix Apple Mac OS X FreeBSD OpenBSD Video / Multimedia Editing Troubleshooting About Contact us Archives Old blog posts Low graphics Forums RSS/Feed

nixcraft - insight into linux admin work

HowTo: Connect Two Wireless Router Wirelessly (


www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/ 1/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Bridge ) With Open Source Software


by nixCraft on August 31, 2012 6 comments Last updated October 2, 2012 in Networking, Open Source You can setup a wireless connection between two routers only so that it will link a wireless network to a wired network allowing you to bridge two networks with different infrastructure. You can find wireless access points products that offer either a "bridge" mode or a "repeater" mode. In this post I'm going to explain three popular open source choices that can be used for setting up a wireless bridge.

Sample setup
Consider the following network diagram:

Fig.01: Wireless client setup You connect to the Internet using standalone ADSL2 modem with 202.54.1.1 public IP address. SSID set to nixcraft on wireless # 1 and an IP address set to 192.168.1.2. This router is located in downstairs and connected to ADSL2 modem. SSID set to nixcraft on wireless # 2 and an IP address set to 192.168.1.1. This router works in client bridge mode and located in upstairs. All computers and devices connected to wireless router #1 and #2 can share files and other resources with each other.

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

2/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Fig.02: Access point as a wireless bridge Where, This setup saves electricity and resources by removing standalone ADSL 2 modem. You connect to the Internet using combo ADSL2 modem plus wireless router (AP) with 202.54.1.1 public IP address. This router is called wireless #1 and SSID is set to nixcraft. This device has two IP address and it is located in downstairs. SSID set to nixcraft on wireless # 2 and an IP address set to 192.168.1.1. This router works in client bridge mode and located in upstairs. All computers and devices connected to wireless router #1 and #2 can share files and other resources with each other.

Software (3rd party firmware)


You can use the following software / firemware to get the addition features which are not typically included in a manufacturer's router firmware such as client mode wireless bridge. You can either setup a full WAP or just bridge your LAN so that wireless devices can get access to all LAN resources transparently. 1. DD-WRT : Linux-based alternative OpenSource firmware for wireless routers. It works for several routers, most notably the Linksys. It works great with variety of wireless routers and embedded systems. This is recommend for new users as it comes with easy to use web-gui. 2. Tomato : Another simple and easy to use replacement firmware for Linksys' WRT54G/GL/GS, Buffalo WHRG54S/WHR-HP-G54, Asus and other Broadcom-based routers. It features a new easy to use GUI, a new bandwidth usage monitor, more advanced QOS and access restrictions, enables new wireless features such as WDS and wireless client modes, raises the limits on maximum connections for P2P, allows you to run your custom scripts or telnet/ssh in and do all sorts of things like re-program the SES/AOSS button, adds wireless site survey to see your wifi neighbors, and more. This is recommend for new users as it comes with easy to use webgui. 3. OpenWrt : OpenWrt is not just firmware but it is often described as a complete Linux distribution for embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. This firmware is recommend for advanced users only. 4. DIY option - You can install Linux or FreeBSD/OpenBSD based operating systems and create a full WAP or just a bridge. This option requires good understanding of Unix, networks and embedded devices. I strongly recommend DD-wrt for new users and openwrt for advanced Linux users.

Hardware
I've used the following devices in last couple of years for personal usage: 1. 2. 3. 4. Linksys WRT 54 with DD-WRT firmware. Dlink DIR-615 with DD-WRT firmware. Asus RT 16 with Tomato firmware. Soekris net4801 with DIY option. You can use Debian/Ubuntu/CentOS Linux and FreeBSD/OpeNBSD. This option is only recommended for advanced hardcore unix users.
3/14

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

You can find list of supported router hardware by visiting the following pages: Search dd-wrt hardware database. Search openwrt hardware database. Search tomato hardware database or read README file.

Example: Configuring Asus RT-16 as a wireless bridge


Let us see how to configure a wireless connection between two routers only as discussed earlier with tomato firmware.

Wireless # 1: ADSL2+router configuration


This is my ADSL 2 modem + wireless router (netgear N600) that connects to my ISP. This is my primary router and it is called wireless #1. Open a browser and type:
h t t p : / / 1 9 2 . 1 6 8 . 1 . 2

Make sure LAN setup is as follows:

Fig.03: Netgear N600 (DGND3700) Static Lan IP Configuration For Wireless Bridge 1. Set the IP address of your router in dotted decimal notation to 192.168.1.2 (factory default: 192.168.0.1). 2. Also set IP subnet mask to 255.255.255.0. Your router will automatically calculate the subnet mask based on the IP address that you assign. Unless you are implementing subnetting, use 255.255.255.0 as the subnet mask (computed by the router). Setup wireless as follows:

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

4/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Fig.04: Prepare Netgear N600 / DGND3700 For Wireless Client Bridge Mode 1. Set SSID to nixcraft. 2. Setup mode as per your requirements. I set it to 300Mbps performance mode, with a maximum Wireless-N speed. 3. Set security options to WPA2-PSK standard encryption with the AES encryption type. 4. Finally, set the WPA passphrase (network key) as per your requirements. For demonstration purpose I set it to "Neil_Armstrong".

Wireless # 2: Router client bridge configuration


I'm assuming that you've already replaced your default firmware with DD-WRT/Tomato/Open-WRT. In this example, I'm going to use tomato firmware. How do I use Tomato firmware as wireless ethernet bridge? Fire a web browser and type the following url:
h t t p : / / 1 9 2 . 1 6 8 . 1 . 1

Click on Basic > Networking. Make sure LAN is setup as follows:

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

5/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Fig.05: Totmato USB firmware LAN setup for wireless bridge 1. 2. 3. 4. Make sure router IP address is set to 192.168.1.1. Make sure subnet is set to 255.255.255.0. Make sure default gateway is set to 192.168.1.2 (IP address of wireless # 1). Make sure static DNS is set to 192.168.1.2 (IP address of wireless # 1). However, you can set it to OpenDNS or Google DNS.

Scroll down to the Wireless section and set it as follows:

Fig.06: Tomato wireless settings for br0 1. 2. 3. 4. 5. Set wireless mode to "Wireless Ethernet Bridge". Set wireless network mode to "N only" or as per your requirements. set SSID to "nixcraft". Set security to "WPA-2 Personal" and encryption to "TKIP/AES". Set shared key to WPA passphrase (see Fig.04: Prepare Netgear N600 / DGND3700 For Wireless Client Bridge Mode). In this example set it to "Neil_Armstrong".

Click on Advanced > Routing:

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

6/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Fig.07: Setup tomato in gateway mode 1. Set mode to "Gateway" 2. Make sure RIP1 & v2 set in "Disabled" mode. 3. Turn on "DHCP routes" for dhcp relays i.e. send all dhcp requests to DHCP server located at 192.168.1.2 (or any other server on LAN) Click on Advanced > Firewall. Set it as follows:

Fig.08: Firewall settings for br0 You are done. Configure any other settings you wish at this point. To see current router status click on Status > Overview:

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

7/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Fig.09: Tomato status page - running in a bridge mode Have any advice for better 3rd party firmware or software? Let's hear them in the comments.

Tw eet

33
8/14

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

45 Like 48

You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles: 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X Top 30 Nmap Command Examples For Sys/Network Admins 25 PHP Security Best Practices For Sys Admins 20 Linux System Monitoring Tools Every SysAdmin Should Know 20 Linux Server Hardening Security Tips Linux: 20 Iptables Examples For New SysAdmins Top 20 OpenSSH Server Best Security Practices Top 20 Nginx WebServer Best Security Practices 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors 15 Greatest Open Source Terminal Applications Of 2012 My 10 UNIX Command Line Mistakes Top 10 Open Source Web-Based Project Management Software Top 5 Email Client For Linux, Mac OS X, and Windows Users The Novice Guide To Buying A Linux Laptop

6 comments
Leave a message...

Best

Com m unity

Share

Jo e C ru z

7 months ago

I have a similar setup at home. I use a stock Linksys E2500 as the main Router because of the simultaneous dual band capability. I have a Linksys E2000 running Tomato Toastman's build on 5ghz band for my home theater so that I can provide wired ethernet to a Roku and a Blue Ray player. I also have a Linksys WRT160N v1 also running Tomato Toastman's build to provide wired ethernet to my home office. This allows for watching video on 5ghz without any interference to the data network running on 2.4ghz.
1

Reply

Share

Ma tth e w Mo l d va n

2 months ago

In figure 6, setting Wireless Mode to "Wireless Ethernet Bridge" and Wireless Network Mode to "N
www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

Only" doesn't work. Wireless Network Mode has to be set to Auto when it's in wireless client mode... I see in

9/14

4/3/13

Only" doesn't work. Wireless Network Mode has to be set to Auto when it's in wireless client mode... I see in your last figure that it's set that way.
0

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Reply

Share

Jo s e

4 months ago

So, i followed the steps and I think I did it ok, but I don't know how to see which router I am connected to... How can I check if I did everything ok?
0

Reply

Share

Ma n o j .V.N a i r

7 months ago

Hi I have a doubt that is it possible to use different range of ip address on both routers so that internal routing can be possible? Also if the Name resolution can be possible in virtual NICs, then is there any place for router?
0

Reply

Share

R i ck

7 months ago

I think you have two typos. Figure 03 looks good, but right under it Step 1, I believe should be 192.168.1.2 and Step 2, you have 25 instead of 255 for the first part of the subnet mask.
0

Reply

Share

Vi ve k Gi te
0

Rick 6 months ago Reply Share

Thanks for the heads up!

ALSO ON NIXCRAFT BLOG

What's this?

Top 8 Tools To Search Memory Under Linux / Unix [ Forensics Analysis ]


4 comments 14 days ago

Solaris / Linux: nicstat Command Show Network Interface Card Statistics


11 comments 23 days ago

nixcraft Comments are moderated and it takes time to see it posted. HTH

jhansen sar -n DEV ...i love sar

Download of the day: Kali Linux ( BackTrack Linux )


4 comments 20 days ago

Amazon Cloudfront Dynamic Content Delivery With A WordPress Blog


8 comments a month ago

Djarn Nicholas calm down, it was typo, breath in, breath out

nixcraft No. The MySQL db and other files resides on your origin server. Cloudfront caches everything as per max-age header. HTH

C o m m e n t fe e d

Su b s cri b e vi a e m a i l

Previous post: Firefox 15 Released With Silent, Background Updates and Opus Audio Support Next post: remark Command: Highlight Any Text or Command Output Using Regular Expressions
www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/ 10/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

GET FREE TIPS & NEWS


Make the most of Linux Sysadmin work!
Enter your email Join

Youtube | Twitter | Google + Classifieds in Pakistan


w w w .OLX.com.pk Everything you w ant, everything you need: Try OLX Free Classifieds!

Jobs Dubai
jobrapido.com/jobs+dubai 5 urgent open positions. Apply now ! Jobs Dubai

Create a Facebook Profile


Facebook.com World's Largest Online Community. Join for Free & Enjoy the Benefits!

Wireless Home Security


w w w .aesecurity.com Protect Your Home W/ A Security System Today! Honeyw ell & Ademco

nixCraft
Like 31,318 people like nixCraft.

F acebook social plugin

Related Posts

5 Linux / Unix Commands For Connecting To The Serial Console


www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/ 11/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Top 30 Nmap Command Examples For Sys/Network Admins

Download Slackware 14.0 CD / ISO Images

Testing HTTP Status: 206 Partial Content and Range Requests Solaris / Linux: nicstat Command Show Network Interface Card Statistics

Download Samba 4: Active Directory Compatible Server HowTo: Linux Hard Disk Encryption With LUKS [ cryptsetup Command ]

Download of the day: Kali Linux ( BackTrack Linux )

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

12/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

Top 6 Open Source Disk Cloning and Imaging Softwares

Linux ifdata Command: See Network Interface Info Without Parsing ifconfig Output Celem power capacitor.
www.celem.com Power capacitor for wireless energy transfer like induction charging.

Arduino Boards
microcontrollershop.com AVR ATmega microcontroller boards with Arduino bootloader

VpnOneClick
www.vpnoneclick.com Keep your privacy and unlock all blocked service by the fastest Vpn

Password Manager
Dashlane.com Store Online Passwords Securely. Get Dashlane Today Free!

Cisco 3900 Router Price


Router-switch.com/Cisco_3900_Router Cisco 3925 3945 Router NEW STOCK 8000+ Buyers Worldwide! 1 Year Warr

The Best Arduino Deals


www.adafruit.com/arduino Arduino at Adafruit. Boards, Kits, Accessories And More.

Garrettcom Solutions
data-connect.com Gold Partner - Quick Delivery Call 301924-7400x17

32-bit microchip dev kits


www.digilentinc.com/chipKIT chipKIT Uno32 and Max32 Pic32 boards from Digilent.

Find us on Google+
www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/ 13/14

4/3/13

HowTo: Connect Two Wireless Router Wirelessly ( Bridge )

2004-2013 nixCraft. All rights reserved. Cannot be reproduced without written permission. Privacy Policy | Terms of Service | Questions or Comments | Copyright Info | Sitemap

www.cyberciti.biz/networking/howto-connect-two-wireless-router-wirelessly-bridge-with-open-source-software/

14/14

Das könnte Ihnen auch gefallen