Bridging is taking two seperate physical networks, and allowing them to become one "logical" network. You can't use it to give other computers internet connections, but you could use it to join two LANs together without having to do routing.
You, of course, accomplish this via a bridge. This device usually has two or more NICs. You would plug each network segment into the bridge. Then, automagically, all of the machines on the 2 networks can ping one another, assuming they're all using the same logical subnet (ie, all of them are in the same IP address range).
If you wanted to give more than one machine an Internet connection, you'd need to use routing. In Windows, the feature would be called Internet Connection Sharing. Under Linux or any other OS, it's called IP Masquerading, or Network Address Translation. It will allow you to use one machine to act as a gateway for the rest of the machines in your network to have Internet access.
So, for connecting your network to the Internet, you'd need a router. For connecting your network to another network and use the same IP addressing scheme, you could use a bridge.
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
Offline 2,519 posts
since Dec 2003