Subject: Re: setting up slip server for install
To: None <reed@reedmedia.net>
From: URA Hiroshi <ura@hiru.aoba.yokohama.jp>
List: netbsd-users
Date: 10/18/2000 15:50:06
>> Tue, 17 Oct 2000 23:24:50 -0700 (PDT), "Jeremy C. Reed" <reed@reedmedia.net> said:

> What do I need to do on the other end of the serial wire?
> It is a 1.4.2 box with regular ethernet/internet access.
> aa.bb.cc.155 is the IP on the ethernet interface on it.

You need to do following commands on the other end:
   slattach -l -h -s 115200 /dev/tty00
   ifconfig sl0 aa.bb.cc.155 aa.bb.cc.156

You can ping from aa.bb.cc.156 to aa.bb.cc.155. 

If you want to access the internet from aa.bb.cc.156, you need
to run proxy arp daemon such as choparp on aa.bb.cc.155.


--
ura