internet.com
You are in the: Small Business Computing Channelarrow
Small Business Technology
» ECommerce-Guide | Small Business Computing | Webopedia | WinPlanet

WinPlanet Software Downloads and Reviews for Small Businesses
Search
Power Search | Tips
-
Navigate WinPlanet
WinPlanet Home Page

Software
Download Index
In-Depth Reviews
Tips & Tutorials
Updates
News

Software Categories
Browsers
Chat / Conferencing
Desktop Utilities
Development
Internet Apps
Multimedia
OS Service Packs
Productivity Tools

Software Glossary

WinPlanet Newsletter

internet.commerce
Partners & Affiliates













Small Business Computing
Small Business Computing
Ecommerce Guide
Webopedia
WinPlanet

WinPlanet / Tips & Tutorials

Download of the day
Security Task Manager

Most Popular Software Downloads
Windows 7
Adobe Flash Player
AVG Anti-Virus Free
QuickTime for Windows
Mozilla Firefox 3
Windows Vista Service Pack 2 (Vista SP2)
Internet Explorer 8
Ad-Aware Free
Google Chrome
Winamp

Most Popular Software Articles
Windows Vista Tips & Tricks, Part 1
Official Windows 7 Beta Build Leaks to BitTorrent
A Year of Change Ahead for Microsoft in 2009


Software Reviews

Two LANs Aren't Necessarily Better Than One
Sharing an Internet Connection over Different Networks
Ron Pacchiano

Q. Currently, I have two local area networks (LANs) set up in my house. In my living room, I have a cable modem that connects to a Linksys WRT54GS wireless router. The only system on this LAN is a notebook that connects to the router.

In my office, I have a second LAN that users a Linksys BEFSR41 wired router and a Linksys WET54G wireless bridge (192.168.1.103). Connected via Ethernet cables to the BEFSR41 router are one desktop PC and one laptop computer. The office LAN currently has no Internet access.

I'd like to be able to access a cable modem Internet connection in my living room when using the desktop and laptop in my office, which is why I installed the Linksys WET54G wireless bridge on the office LAN. Currently, I can access all of the configuration utilities of the various routers and ping each of the PCs, but, for some reason, I'm unable to browse the Internet. Since I can ping all of the devices, I know both networks are bridging successfully. I just can't seem to gain access to the Internet. At this point I don't know what else to try. Any ideas?

Thanks for any information you can send my way!

A. If I understood your question correctly, you have two LANs in your home. The living room LAN is connected to the Internet via a cable modem. The office LAN has no Internet connection, but is connected to a router. To give the office PCs Internet access, you decided that it would be best to add a wireless bridge.

With that being said, I have a few comments. For starters, why are you using a router on the office network? If there is no Internet connection available for that network, why use an expensive and complicated router when a simple hub or switch will do?

Additionally, because of the presence of the wireless bridge, you're basically using two routers on a network that clearly needs only one. This isn't to say that you couldn't get the network to function with the second router present, but it is going to add a layer of complication to the project that can easily be avoided.

Finally, and perhaps most importantly in this case, DHCP (define) requests cannot be granted to PCs across routers. DHCP, short for Dynamic Host Configuration Protocol, assigns dynamic IP addresses to devices on a network. With dynamic addressing, a device can have a different IP address every time it connects to the network. So it is quite possible that your office LAN and your living room LAN each has it own DHCP server.

If that is the case, it would explain why you can't get the office PCs to access the living room LAN's Internet connection. The default configuration on the office router would be to route unknown packets to its own Internet gateway. Since the office LAN doesn't have an Internet connection of its own, those requests would fail.

Even though the bridge is configured with the correct Internet gateway, it is really designed to be used with a single machine. When connected directly to a PC, its network settings are acquired by the NIC card to which it is attached. That's why when you do an IPCONFIG of the system with the bridge attached to it, you see the IP address that was originally assigned to the bridge. When you connected it to the switch, those settings don't get passed on to the other systems on the network. For that to happen it would need to perform a Network Address Translation (NAT) type function. (NAT is an Internet standard that enables a LAN to use one set of IP addresses for internal traffic and a second set of addresses for external traffic.)

Now that we understand the problems, let's talk about the possible solutions. The thing that confuses me the most about this configuration is the fact that since the wireless signal between the living room and office LANs is strong enough to support the wireless bridge, why wouldn't you have just installed wireless network adapters in the PCs themselves?

With that being said, I would remove the router from the office LAN (especially since right now it serves no real function) and take the wireless bridge and connect it directly to the desktop PC. Then I would purchase and install a wireless NIC in the notebook. This can be either a PC Card or a USB wireless adapter.

The D-Link DWL-650+ is a good, inexpensive PC Card; the D-Link DWL-122 USB Wireless Adapter would work as well. You can buy each for about $30. This would give both of your office PCs access to the living room LAN without all of the headaches associated with trying to configure the network to function with the second router.

If you don't want to do that, the other thing you can try is this: replace the router in the office with a switch (also about $30). Connect the wireless bridge and the two PCs to the switch. Assign each PC a static IP address based on the living room network segment (192.168.1.x). Give each PC the gateway address of the living room router (192.168.1.5). By the way, I would reconfigure this address as 192.168.1.1. You don't have to, but it's a good idea.

By configuring the network this way, the bridge can supply a connection to the living room network. The static IP address fixes the problem of DHCP not passing over the router and the bridge's lack of NAT capabilities. And by pointing each system to the correct Internet gateway, it guarantees that unknown packets will be forwarded on to their appropriate destination and not simply discarded.

Again, if it were me, I'd go with the first solution; however, both should work fine. I hope this helps. Good Luck!

Tutorial adapted from PracticallyNetworked

Contents:
1. Sharing an Internet Connection over Different Networks