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
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
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
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
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
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
6 matches
Mail list logo