home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10845 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  2.4 KB

  1. Path: sparky!uunet!wupost!uwm.edu!biosci!joes!kumr!pozar
  2. From: pozar@kumr.lns.com (Tim Pozar)
  3. Newsgroups: comp.unix.bsd
  4. Subject: [386bsd] SLIP is one way...
  5. Message-ID: <1993Jan2.173347.10168@kumr.lns.com>
  6. Date: 2 Jan 93 17:33:47 GMT
  7. Organization: Late Night Software (San Francisco)
  8. Lines: 72
  9.  
  10.  
  11.    With building any kernel the best I can get on slip sessions are
  12. packets going out a slip link and not making it back in.  The machine on
  13. the other end will echo pings back, but the 386BSD box is not getting them
  14. back.
  15.  
  16.    Here is my routing...
  17. Route Tree for Protocol Family 2:
  18. (root node) =>
  19. default          140.174.7.10       UG          1       17  we0
  20. localhost        127.0.0.1          UH          1        0  lo0
  21. 140.174.7        140.174.7.11       U           7      134  we0
  22. 140.175.7.34     127.0.0.1          UH          0        0  lo0
  23. 140.175.7.35     140.175.7.34       UH          1        6  sl0
  24.  
  25.    I "ifconfig"ed the slip link (sl0) as:
  26. ifconfig sl0 inet 140.175.7.34 140.175.7.35 netmask 0xffffff00
  27.  
  28.    This problem is occuring with both sliplogin and slattach.  I tried to
  29. use the dist kernel with marginal success with slattach only.
  30.  
  31.    FYI here is my kernel config file...
  32. ---
  33. #
  34. # My machine! ftp.lns.com
  35. #
  36. machine        "i386"
  37. cpu        "i386"
  38. ident        FTP_LNS_COM
  39. timezone    8 dst
  40. maxusers    32
  41. options        XSERVER,INET,ISOFS,NFS,GATEWAY
  42. options        "COMPAT_43"
  43. options        "TCP_COMPAT_42"
  44.  
  45. config        "386bsd"    root on wd0 swap on wd0 and sd
  46.  
  47. controller    isa0
  48. controller    wd0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  49. disk        wd0    at wd0 drive 0
  50. disk        wd0    at wd0 drive 1
  51.  
  52. controller    fd0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  53. disk        fd0    at fd0 drive 0
  54. disk        fd1    at fd0 drive 1
  55.  
  56. device        pc0    at isa? port "IO_KBD" tty irq 1 vector pcrint
  57. device        npx0    at isa? port "IO_NPX" irq 13 vector npxintr
  58. device        com1    at isa? port "IO_COM1" tty irq 4 vector comintr
  59. device        com2    at isa? port "IO_COM2" tty irq 3 vector comintr
  60.  
  61. device we0 at isa? port 0x300 net irq 10 iomem 0xcc000 iosiz 8192 vector weintr
  62.  
  63. pseudo-device    loop
  64. pseudo-device    ether
  65. pseudo-device    log
  66. pseudo-device    pty    32
  67. pseudo-device    sl    1
  68.  
  69. pseudo-device    swappager
  70. pseudo-device    vnodepager
  71. pseudo-device    devpager
  72. ---
  73.  
  74.    Anyone running into this probelm?
  75.  
  76.                 Tim
  77.  
  78. -- 
  79.     Internet: pozar@kumr.lns.com     FidoNet: Tim Pozar @ 1:125/555
  80. Snail: Tim Pozar / KKSF / 77 Maiden Lane / San Francisco CA 94108 / USA
  81.                         Voice: +1 415 788 2022
  82.