home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0121.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  766 b   |  23 lines

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