LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Bridging Network Connections in SuSe 9.0 (https://www.linuxquestions.org/questions/linux-networking-3/bridging-network-connections-in-suse-9-0-a-188679/)

moonshiner 06-01-2004 10:37 PM

Bridging Network Connections in SuSe 9.0
 
My roommate and I are in the process of setting up a wireless network in our apartment, and we have 1 more computer to connect than wireless cards to connect with. However, we have ethernet cards to spare, so we decided to put an ether card in two of the machines, then bridge the connections from one machine with the wireless card and ethernet card, a la Windows XP.

Our problem is, we have no idea how to set anything like that up. This machine (the one with both a wireless and ether card in it) accesses the rest of the network cleanly, its currently using network modem resources to post this request. It (and the machine next to it) can ping each other fine, but the second machine cannot access network resources. Any help would be much appreciated!

We're currently running SuSe 9.0 on this machine and Slackware on the other. Both are kernel version 2.4.2

To get the two ethercards to communicate, we had to set static IP addresses to both machines. Is this our solution or our problem?

kbcnetau 06-02-2004 07:52 AM

Quick and dirty, you may need to polish ;-)

OK - the machine with the two cards, we give an IP address of 10.0.0.1 to the wired card.

On the machine, give the card an address of 10.0.0.2 (use your own addresses, just make sure they are the same subnet).

On machine 10.0.0.2, set up a default gateway of 10.0.0.1. This means traffic to anywhere but the 1.0.0.0 subnet should go off through the other machine.

You will need to set up IP forwarding of some type on 10.0.0.1 - could be done with a masquerading firewall.

All very rough and vague, but it's rather late here...

Hope this helps!

Cheers

moonshiner 06-02-2004 11:09 PM

kbcnetau,

Thank you, the address change & gateway is what we were missing. Everthing else was in place.



thanks again!!

moonshiner


All times are GMT -5. The time now is 12:52 AM.