* Daisy Chaining two computers?
@ 2006-03-19 21:56 Vann H. Walke
2006-03-20 13:52 ` KOVACS Krisztian
0 siblings, 1 reply; 3+ messages in thread
From: Vann H. Walke @ 2006-03-19 21:56 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 838 bytes --]
I have an environment in which network drops are limited. We have two
boxes at each location, one running Linux, one running Windows. What I
would like to do is set the machines up so that the Linux box acts both
as a pass through for the Windows machine and is usable on its own.
Thus, the situation would look something like:
| Linux Windows
Network---|---| |-----|
|
To the windows machine it should appear that it is directly connected to
the network (including dhcp access, etc...). I do not have the
authority to make any changes to the windows configuration. The Linux
machine should appear to a user as being completely normal.
Can I accomplish this with netfilter/iptables? If so, how? Any
pointers to information on this type of configuration?
Thanks greatly,
Vann
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Daisy Chaining two computers?
2006-03-19 21:56 Daisy Chaining two computers? Vann H. Walke
@ 2006-03-20 13:52 ` KOVACS Krisztian
2006-03-20 17:31 ` Steffen Heil
0 siblings, 1 reply; 3+ messages in thread
From: KOVACS Krisztian @ 2006-03-20 13:52 UTC (permalink / raw)
To: netfilter; +Cc: Vann H. Walke
Hi,
On Sunday 19 March 2006 22.56, Vann H. Walke wrote:
> I have an environment in which network drops are limited. We have two
> boxes at each location, one running Linux, one running Windows. What I
> would like to do is set the machines up so that the Linux box acts both
> as a pass through for the Windows machine and is usable on its own.
>
> Thus, the situation would look something like:
> | Linux Windows
>
> Network---|---| |-----|
>
>
> To the windows machine it should appear that it is directly connected to
> the network (including dhcp access, etc...). I do not have the
> authority to make any changes to the windows configuration. The Linux
> machine should appear to a user as being completely normal.
If you don't have a shortage of (internal) IP addresses, then use software
bridging on the linux box. It's very easy to set up and completely
transparent.
http://linux-net.osdl.org/index.php/Bridge#Sample_setup
--
Regards,
Krisztian Kovacs
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Daisy Chaining two computers?
2006-03-20 13:52 ` KOVACS Krisztian
@ 2006-03-20 17:31 ` Steffen Heil
0 siblings, 0 replies; 3+ messages in thread
From: Steffen Heil @ 2006-03-20 17:31 UTC (permalink / raw)
To: 'KOVACS Krisztian'; +Cc: netfilter
[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]
Hi
> If you don't have a shortage of (internal) IP addresses,
> then use software bridging on the linux box. It's very easy
> to set up and completely transparent.
You don't need more IPs that would be Nat.
Since both systems shall act, as if they were directly connected to the
network, you want a switch / bridge.
I would recommend using a hardware switch, as is gives you more ports at
very low prices nowadays and you can reboot the linux system independent of
your windows box.
If there is a reason that you cannot use a real hardware switch, you can use
a linux software bridge. It will basicly be identical to a hardware switch,
but switch ports are more limited and the linux box must be running all the
time. Even reboots will (shortly) interrupt the network connection of you
other box.
However, if you don't plan to use the linux box as hardware firewall in
front of windows, then there is no benefit and I would definitely pefer a
real hardware switch.
And be warned, that when running as a bridge, the mac of you windows station
will still be seen at the network (remeber the linux bridge acts as a real
hardware switch).
Regards,
Steffen
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3055 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-03-20 17:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-19 21:56 Daisy Chaining two computers? Vann H. Walke
2006-03-20 13:52 ` KOVACS Krisztian
2006-03-20 17:31 ` Steffen Heil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox