Re: faking the hardware address?

1998-05-16 Thread Rick Macdonald
Nils Rennebarth wrote: > You could try: > 1) > ifconfig eth1 1.2.3.1 pointopoint 1.2.3.2 > route add -host 1.2.3.2 device eth1 > > and as the 1.2.3.2 host is a win95 box, that certainly can't handle ethernet > in pointopoint mode, you need > > arp -s 1.2.3.0 netmask 255.255.255.0 pub > > I nev

Re: faking the hardware address?

1998-05-16 Thread Nils Rennebarth
On Fri, May 15, 1998 at 10:25:06PM -0600, Rick Macdonald wrote: > Nils, I'm trying to do the _exact_ same thing, except instead of PPP I > have two ethernet interfaces. And that makes all the difference because ethernet is a broadcast network not point to point as for PPP. See below. > I believe m

Re: faking the hardware address?

1998-05-16 Thread Rick Macdonald
Nils Rennebarth wrote: > > On Thu, May 14, 1998 at 10:30:33AM -0700, Alan Su wrote: > > My linux box is connected to a campus network, and i'd like to provide > > access to that network to a machine connected over a serial/modem line > > via PPP. > > My question is: can I fake this? > Yes. In sh

Re: faking the hardware address?

1998-05-14 Thread Nils Rennebarth
On Thu, May 14, 1998 at 10:30:33AM -0700, Alan Su wrote: > My linux box is connected to a campus network, and i'd like to provide > access to that network to a machine connected over a serial/modem line > via PPP. i *think* the normal way to do this would be: > - get an IP assigned for the PPP b

RE: faking the hardware address?

1998-05-14 Thread Patrick Ouellette
s.debian.org > Subject: faking the hardware address? > > > My linux box is connected to a campus network, and i'd like to provide > access to that network to a machine connected over a serial/modem line > via PPP. i *think* the normal way to do this would be: > - get

faking the hardware address?

1998-05-14 Thread Alan Su
My linux box is connected to a campus network, and i'd like to provide access to that network to a machine connected over a serial/modem line via PPP. i *think* the normal way to do this would be: - get an IP assigned for the PPP box - compile the linux kernel with IP forwarding and have it rout