home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!uwm.edu!biosci!joes!kumr!pozar
- From: pozar@kumr.lns.com (Tim Pozar)
- Newsgroups: comp.unix.bsd
- Subject: [386bsd] SLIP is one way...
- Message-ID: <1993Jan2.173347.10168@kumr.lns.com>
- Date: 2 Jan 93 17:33:47 GMT
- Organization: Late Night Software (San Francisco)
- Lines: 72
-
-
- With building any kernel the best I can get on slip sessions are
- packets going out a slip link and not making it back in. The machine on
- the other end will echo pings back, but the 386BSD box is not getting them
- back.
-
- Here is my routing...
- Route Tree for Protocol Family 2:
- (root node) =>
- default 140.174.7.10 UG 1 17 we0
- localhost 127.0.0.1 UH 1 0 lo0
- 140.174.7 140.174.7.11 U 7 134 we0
- 140.175.7.34 127.0.0.1 UH 0 0 lo0
- 140.175.7.35 140.175.7.34 UH 1 6 sl0
-
- I "ifconfig"ed the slip link (sl0) as:
- ifconfig sl0 inet 140.175.7.34 140.175.7.35 netmask 0xffffff00
-
- This problem is occuring with both sliplogin and slattach. I tried to
- use the dist kernel with marginal success with slattach only.
-
- FYI here is my kernel config file...
- ---
- #
- # My machine! ftp.lns.com
- #
- machine "i386"
- cpu "i386"
- ident FTP_LNS_COM
- timezone 8 dst
- maxusers 32
- options XSERVER,INET,ISOFS,NFS,GATEWAY
- options "COMPAT_43"
- options "TCP_COMPAT_42"
-
- config "386bsd" root on wd0 swap on wd0 and sd
-
- controller isa0
- controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
- disk wd0 at wd0 drive 0
- disk wd0 at wd0 drive 1
-
- controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
- disk fd0 at fd0 drive 0
- disk fd1 at fd0 drive 1
-
- device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
- device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
- device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
- device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
-
- device we0 at isa? port 0x300 net irq 10 iomem 0xcc000 iosiz 8192 vector weintr
-
- pseudo-device loop
- pseudo-device ether
- pseudo-device log
- pseudo-device pty 32
- pseudo-device sl 1
-
- pseudo-device swappager
- pseudo-device vnodepager
- pseudo-device devpager
- ---
-
- Anyone running into this probelm?
-
- Tim
-
- --
- Internet: pozar@kumr.lns.com FidoNet: Tim Pozar @ 1:125/555
- Snail: Tim Pozar / KKSF / 77 Maiden Lane / San Francisco CA 94108 / USA
- Voice: +1 415 788 2022
-