Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2006 10:39:11 GMT
From:      Farhad <farhad.i@caspel.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/99408: arp
Message-ID:  <200606241039.k5OAdBs1040897@www.freebsd.org>
Resent-Message-ID: <200606241040.k5OAeLtP054658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99408
>Category:       i386
>Synopsis:       arp
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 24 10:40:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Farhad
>Release:        5.4
>Organization:
CASPEL
>Environment:
FreeBSD backup.caspel.az 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue Apr 25 10:13:45 UTC 2006     root@backup.caspel.az:/usr/src/sys/i386/compile/backup  i386

>Description:
Hi
1.I have installed PPPoE server with config: 

default:
   set log Warning
pppoe-in:
   set mtu 1492
   set mru 1492
   allow mode direct
   enable lqr
   set lqrperiod 5
   set timeout 6000
   disable acfcomp protocomp
   deny acfcomp
   enable chap
   set speed sync
   accept dns   
   set dns 192.168.1.1
   set server +3000 password
   set radius /etc/radius.conf
   set rad_service_type 11
   set rad_alive 60

2.I have one ethernet card "em0"

3.My sysctl.conf is :
# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
#
#  This file is read when going to multi-user and its contents piped thru
#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
#
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
net.link.ether.inet.proxyall=1
net.link.ether.inet.max_age=300
kern.ipc.somaxconn=1024
####MASK POD WINDOWS###########
net.inet.ip.ttl=128
####LOG########################
net.inet.ip.fw.verbose_limit=1000

4.The pppoed run with parametr:
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0

Sometimes ,this appear not offten when i press ps aux i see 
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0

and my pppoed not working properly

When i press the command arp -ad the problems are disappear.How can i fix this problem. If i press command ps aux i see
/usr/libexec/pppoed -P /var/run/pppoed.pid -l pppoe-in -c 10 -p * em0
only one demon, and etherything is fine. The pppoe client is adsl modems like Zyxel,Dlink.

>How-To-Repeat:
In day once 
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606241039.k5OAdBs1040897>