*BSD News Article 43995


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yarrina.connect.com.au!classic.iinet.com.au!news.uoknor.edu!news.ecn.uoknor.edu!paladin.american.edu!gatech!howland.reston.ans.net!Germany.EU.net!zib-berlin.de!news.cs.uni-magdeburg.de!RRZ.Uni-Koeln.DE!rm600!hajji
From: hajji@rm600 (Farid Hajji)
Newsgroups: comp.unix.bsd.freebsd.misc,comp.unix.bsd.freebsd.bugs
Subject: BPF on tun0 crash and PPP problems
Date: 12 May 1995 09:58:50 GMT
Organization: Regional Computing Center, University of Cologne
Lines: 36
Message-ID: <3ovbgq$b0q@news.rrz.uni-koeln.de>
Reply-To: hajji@rm600.me-verw.uni-koeln.de
NNTP-Posting-Host: rm600.me-verw.uni-koeln.de
Keywords: PPP,bugs,tun,tunnel
X-Newsreader: TIN [version 1.1 PL9]

Hello!

I'm just trying to setup a FreeBSD 2.0 (950412-SNAP) host as
a dial-in PPP gateway to our LAN.

Following Problems occured:
    First tried pppd with the ppp0 pseudo-device:
          kernel crashes reclaiming a non-existend page
          (this problem was already posted by someone else here),
    Then tried the ppp user process with the tun0 pseudo-device:
          A PPP connection works for a few minutes, resulting
          in sporadical hangups of the modem. Few Kernel-Crashes.
	  Weird routing problems, mainly attributable to 'routed'.
    When using tcpdump -i tun0 on the pseudo-device,
	  system-crash with panic: bpf tun0 ... (too fast to look at,
          but no more than two lines).

Has someone experienced similar problems with PPP and 950412-SNAP?
Who has already used FreeBSD for a ppp-gateway?

Please reply by email.

Thanks.

--
-------------------------------------------------------------------------
Farid Hajji
Systemadministrator
University of Cologne, Medical Dpt., Administrative Computer Center.
Voice: +49 221 478 5795
email: hajji@rm600.me-verw.uni-koeln.de

Q: Write a program that puts itself on the screen.
A: #include <stdio.h> main() { puts("itself"); }
-------------------------------------------------------------------------