View previous topic :: View next topic |
Author |
Message |
Rooney Apprentice
Joined: 07 Aug 2003 Posts: 193 Location: Sheffield, UK
|
Posted: Tue Sep 09, 2003 2:14 pm Post subject: Block of 8 Public IP & nic bridging |
|
|
Block of 8 Public IP & nic bridging
I want to have 2 network card with the same ip so i dont lose any also i
want this gentoo box to sit at the front of my network as a firewall
allowing the other computer to continue with the public ip .
basicly does any one know how to bridge two network card in gentoo? |
|
Back to top |
|
|
bombcar Guru
Joined: 08 Apr 2003 Posts: 453 Location: Wisconsin
|
Posted: Wed Sep 10, 2003 4:59 am Post subject: There is the bond device.... |
|
|
You may want to research the bond device; but note: to do it right you have to have special hardware on the other side of your connection, which can be pricey. |
|
Back to top |
|
|
fragbert Tux's lil' helper
Joined: 18 Apr 2003 Posts: 75 Location: Dallas, TX
|
Posted: Sat Sep 13, 2003 10:41 pm Post subject: Re: Block of 8 Public IP & nic bridging |
|
|
Rooney wrote: | Block of 8 Public IP & nic bridging
I want to have 2 network card with the same ip so i dont lose any also i
want this gentoo box to sit at the front of my network as a firewall
allowing the other computer to continue with the public ip .
basicly does any one know how to bridge two network card in gentoo? |
Yes, this is relatively easy, and you don't need to use bridging (which is a much more clumsy approach). Turn Proxy-ARP on both interfaces, and modify the routing table so that one side knows about the /29 network and the other side only knows a specific route to the next-hop gateway. Configure all the client machines with the address of the gateway (not your router). Voila. There are more thorough howto's on-line...
http://www.sjdjweis.com/linux/proxyarp/
Or just Google for "Proxy-ARP Linux" and you will find plenty of examples.
-- mcf |
|
Back to top |
|
|
|