Subject: Re: questions with route
To: None <current-users@netbsd.org>
From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
List: current-users
Date: 08/26/1998 21:27:53
In message <199808261747.KAA22553@fawn.cs.wwu.edu>
          Phil Nelson <phil@cs.wwu.edu> wrote:

> >And I don't think routed supports this.  Dunno about gated.
>=20
> I haven't found the support.  I have a proxyarpd running under SunOS 4.=
1.3
> that understands netmasks so you can have proxyarpd return the MAC addr=
ess
> of the gateway for a complete subnet.  I haven't had the time to
> port it to work under NetBSD.  I have considered it several times, but =
...
I don=B4t know if it helps:

I=B4ve proxy-arped my notebook a while ago.
(I used slip until I got a PCMCIA Ethernet NIC)

I used something like this on the "router" (RiscPC with
netbsd-current/arm32):

# (in /etc/rc.conf)
auto_ifconfig=3DYES
ifconfig_ne0=3D"<router=B4s IP> netmask 255.255.255.0"
ifconfig_sl0=3D"10.0.0.1 <notebook=B4s IP> netmask 255.255.255.255"

# (in /etc/netstart.local)
slattach -h -s 115200 /dev/tty00
arp -s <notebook=B4s IP> <ne0=B4s MAC> pub       # (NB: The "pub" is vita=
l.)

On the other side (IBM Thinkpad 360CSE with netbsd-1.3.2/i386) a simple
slattach/ifconfig/route add default 10.0.0.1

Well - it worked and I was happy!
--=20
Mir ist mein Signature entlaufen :-(. Wer es findet, sendet es bitte an
Thilo.Manske@HEH.Uni-Oldenburg.DE zur=FCck. Danke!=20