home *** CD-ROM | disk | FTP | other *** search
- >>>>> "Stefan" == Stefan G Berg <sgberg@charon.bloomington.in.us> writes:
-
- Stefan> I have heard something about network support in NetBSD, but I
- Stefan> haven't seen anything really. Do we have PPP or SLIP for
- Stefan> NetBSD? If so, what would I need to get?
-
- This should be in the FAQ! Someone posted an excellent "get SLIP running"
- text a month or so ago. At least MTK himself runs PPP, maybe he can
- tell us what is needed for that. I can only answer your question regarding
- SLIP: You don't need *any* extras! Briefly the steps are:
-
- 1 Dialup (and maybe login to) a SLIP port
- (kermit is a good way to do this).
-
- 2 slattach -a -h -s 38400 //dev/tty00
-
- 3 ifconfig sl0 LOCAL-IP-ADDR REMOTE-IP-ADDR -arp -trailers up
-
- 4 route add 0.0.0.0 REMOTE-IP-ADDR
-
- Niklas
-
-