Rune Frøysa wrote:

> I have one linux (v 2.1.127) machine with two network cards (ip-nr
> 129.240.186.x on eth0), and one NT (v 5b2) box with one network card
> (ip-nr 129.240.186.y).
> 
> I would like to plug the cable from the NT box into the eth1 card on
> the linux box (for firewalling and 100Mbit), and I have success with
> this if I use the 10.x.x.x network, but I can't figure out how to
> setup things so that the machines can keep their old ip addresses. I
> don't want to give the NT box a 10.x.x.x number, nor to use an
> additional ip-nr on the 129.240.186 net.

You need to either:

a) configure the routing tables appropriately, so that any hosts which
are on the eth0 side of the Linux box know that they have to use it as
a gateway to the NT box, or

b) configure the Linux box to perform proxy-ARP for the NT box, i.e.

        arp -i eth0 -Ds 129.240.186.y eth0 pub

In either case, the NT box will need to have the IP address of eth1 as
its default gateway.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to