Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 22:15:59 +0100
From:      "Nicolas" <list@rachinsky.de>
To:        <freebsd-questions@freebsd.org>
Subject:   Kernel Error message while using ppp
Message-ID:  <014001c041ed$789f8a30$020010ac@gottt>

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

I'm using ppp and nat on freebsd to "dial" on demand via PPPoE.
On the first "dialout" I get the following error (cut from dmesg):

module_register: module netgraph already exists!
linker_file_sysinit "netgraph.ko" failed to register! 17

everything seems to work fine , but I want to know if this has any real =
meaning and how can I get rid of it.
Thanks=20
Nicolas

my ppp.conf:
default:


 set log Phase command
 set timeout 180   # 3 mintue idle timer (the default)
 add! default HISADDR   # Add a (sticky) default route
 resolv readonly

tonline:
 set device PPPoE:ed0
 set mru 1492
 set mtu 1492
 set authname myusername
 set dial
 set login
 set ifaddr 192.168.99.1/0 192.168.99.2/0
 set authkey mypass

my kernel config:

machine  i386
cpu  I586_CPU
ident  NR=20
maxusers 64

options ATKBD_DFLT_KEYMAP
makeoptions ATKBD_DFLT_KEYMAP=3Dgerman.iso
options SC_DFLT_FONT
makeoptions SC_DFLT_FONT=3Diso

# ISDN4BSD section
# AVM Fritz!Card PCI
options  AVM_A1_PCI
device  isic

# ISDN Protocol Stack
pseudo-device "i4bq921"
pseudo-device "i4bq931"
pseudo-device "i4b"
pseudo-device "i4bctl"
pseudo-device "i4brbch" 4
options  IPR_VJ


options NETGRAPH
#options NETGRAPH_PPPOE
#options NETGRAPH_SOCKET
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=3D100
options IPDIVERT

options  INET   #InterNETworking
options  FFS   #Berkeley Fast Filesystem
options  FFS_ROOT  #FFS usable as root device [keep this!]
options  SOFTUPDATES  #Enable FFS soft updates support
options  MFS   #Memory Filesystem
options  MSDOSFS   #MSDOS Filesystem
options  CD9660   #ISO 9660 Filesystem
options  CD9660_ROOT  #CD-ROM usable as root, CD9660 required
options  PROCFS   #Process filesystem
options  COMPAT_43  #Compatible with BSD 4.3 [KEEP THIS!]
options  SCSI_DELAY=3D15000 #Delay (in ms) before probing SCSI
options  UCONSOLE  #Allow users to grab the console
options  USERCONFIG  #boot -c editor
options  VISUAL_USERCONFIG #visual boot -c editor
options  KTRACE   #ktrace(1) support
options  SYSVSHM   #SYSV-style shared memory
options  SYSVMSG   #SYSV-style message queues
options  SYSVSEM   #SYSV-style semaphores
options  P1003_1B  #Posix P1003_1B real-time extensions
options  _KPOSIX_PRIORITY_SCHEDULING
options  ICMP_BANDLIM  #Rate limit bad replies
options  KBD_INSTALL_CDEV # install a CDEV entry in /dev


device  isa
device  pci

# Floppy drives
device  fdc0 at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1

# ATA and ATAPI devices
device  ata0 at isa? port IO_WD1 irq 14
device  ata1 at isa? port IO_WD2 irq 15
device  ata
device  atadisk   # ATA disk drives
device  atapicd   # ATAPI CDROM drives
options  ATA_STATIC_ID  #Static device numbering

device  scbus  # SCSI bus (required)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device  atkbdc0 at isa? port IO_KBD
device  atkbd0 at atkbdc? irq 1 flags 0x1
device  psm0 at atkbdc? irq 12

device  vga0 at isa?

# splash screen/screen saver
pseudo-device splash

# syscons is the default console driver, resembling an SCO console
device  sc0 at isa? flags 0x100

# Floating point support - do not disable.
device  npx0 at nexus? port IO_NPX irq 13

# Power management support (see LINT for more options)
device  apm0    at nexus? disable flags 0x20 # Advanced Power Management

# Serial (COM) ports
device  sio0 at isa? port IO_COM1 flags 0x10 irq 4
device  sio1 at isa? port IO_COM2 irq 3
device  sio2 at isa? disable port IO_COM3 irq 5
device  sio3 at isa? disable port IO_COM4 irq 9

# Parallel port
device  ppc0 at isa? irq 7
device  ppbus  # Parallel port bus (required)
device  lpt  # Printer
#device  plip  # TCP/IP over parallel
device  ppi  # Parallel port interface device
#device  vpo  # Requires scbus and da


# ISA Ethernet NICs.
device  ed0 at isa? port 0x280 irq 10 iomem 0xd8000
device  ed1 at isa? port 0x240 irq 9 iomem 0xd8000

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop  # Network loopback
pseudo-device ether  # Ethernet support
#pseudo-device sl 1 # Kernel SLIP
#pseudo-device ppp 1 # Kernel PPP
pseudo-device tun  # Packet tunnel.
pseudo-device pty  # Pseudo-ttys (telnet etc)
pseudo-device md  # Memory "disks"
#pseudo-device gif 4 # IPv6 and IPv4 tunneling
#pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device bpf  #Berkeley packet filter





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014001c041ed$789f8a30$020010ac>