Hi !
Is that normal, that arp -a doesn't show any entry in the arp table ?
I have these network interfaces:
xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 172.16.2.1 netmask 0xffffff00 broadcast 172.16.2.255
ether 00:60:97:aa:3a:db
media: 10baseT/UTP (10baseT/UTP <half-duplex>)
supported media: 10base2/BNC 10base5/AUI 10baseT/UTP <full-duplex>
10baseT/UTP <half-duplex> 10baseT/UTP
ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 172.16.1.1 netmask 0xffffff00 broadcast 172.16.1.255
ether 00:00:c0:5a:98:2a
isp0: flags=a051<UP,POINTOPOINT,RUNNING,LINK1,MULTICAST> mtu 1500
inet 194.231.123.169 --> 194.231.123.161 netmask 0xffffffe0
arp -a doesn't show anything, although I ping to www.freebsd.org
and other hosts, but nothing will be displayed. Even the usage
arp hostname isn't displaying anything....
arp myhostname
titan (172.16.1.1) -- no entry
ping myhostname
arp myhostname
titan (172.16.1.1) -- no entry
What's that ?
Andreas ///
My kernel config:
#
# TITAN
#
machine "i386"
cpu "I686_CPU"
ident TITAN
maxusers 100
#options INCLUDE_CONFIG_FILE # Include this file in kernel
#options USERCONFIG #boot -c editor
#options VISUAL_USERCONFIG #visual boot -c editor
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
options "I4B_SMP_WORKAROUND"
# Options for the VM subsystem
#options PQ_NOOPT # No coloring
options PQ_LARGECACHE # color for 512k/16k cache
#options PQ_HUGECACHE # color for 1024k/16k cache
options NMBCLUSTERS=4096
# Debugging
#options DDB
#options KTRACE #kernel tracing
# Network
#options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
options IPFIREWALL_FORWARD #enable xparent proxy support
options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options IPDIVERT #divert sockets
#options "ICMP_BANDLIM"
#options DUMMYNET
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options SOFTUPDATES #Softupdates
options MFS #Memory Filesystem
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options KERNFS #Kernel filesystem
options NFS #Network File System
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE #Allow users to grab the console
options SYSVSHM
options SYSVSEM
options SYSVMSG
options "MD5"
options NSWAPDEV=4
#options PCI_QUIET
options COMPAT_LINUX
options SHOW_BUSYBUFS
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
# Size of the kernel message buffer. Should be N * pagesize.
options "MSGBUF_SIZE=40960"
config kernel root on da0s2a
controller isa0
controller pci0
#controller pnp0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
disk fd0 at fdc0 drive 0
controller ahc0
controller scbus0 at ahc0
disk da0 at scbus0 target 0 unit 0
disk da4 at scbus0 target 1 unit 0
tape sa0 at scbus0 target 4
device cd0 at scbus0 target 5
device cd1 at scbus0 target 6
device pass0 # CAM passthrough driver
# AHA 2940
controller ahc1
controller scbus1 at ahc1
disk da1 at scbus1 target 1 unit 0
disk da2 at scbus1 target 2 unit 0
disk da3 at scbus1 target 3 unit 0
options SCSI_DELAY=7000 #Be pessimistic about Joe SCSI device
options AHC_ALLOW_MEMIO
options SCSI_REPORT_GEOMETRY
# atkbdc0 controlls both the keyboard and the PS/2 mouse
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device psm0 at isa? tty irq 12
device vga0 at isa? port ? conflicts
# splash screen/screen saver
pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? tty
device npx0 at isa? port IO_NPX irq 13
device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4
device sio1 at isa? port "IO_COM2" tty irq 3
# device lpt0 at isa? port? tty irq 7
# Parallel port and friends. This replaces lpt0 (see lint or man pages)
device ppc0 at isa? port? flags 0x40 tty irq 7
controller ppbus0
device lpt0 at ppbus?
device xl0
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000
#device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0
pseudo-device loop
pseudo-device ether
pseudo-device pty 256
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device sppp #Generic Synchronous PPP
pseudo-device tun 1
#pseudo-device ppp 1
pseudo-device ccd 4 #Concatenated disk driver
options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
options PPP_FILTER #enable bpf filtering (needs bpfilter)
# ISDN4BSD section
# i4b passive ISDN cards support (isic - I4b Siemens Isdn Chipset driver)
# note that the ``options'' and ``device'' lines must BOTH be defined !
#
# Non-PnP Cards:
# --------------
#
# Teles S0/8 or Niccy 1008
#options "TEL_S0_8"
#device isic0 at isa? iomem 0xd0000 net irq 5 flags 1
#
# Teles S0/16 or Creatix ISDN-S0 or Niccy 1016
#options "TEL_S0_16"
#device isic0 at isa? port 0xd80 iomem 0xd0000 net irq 5 flags 2
#
# Teles S0/16.3
options "TEL_S0_16_3"
device isic0 at isa? port 0xd80 net irq 9 flags 3
#
# AVM A1 or AVM Fritz!Card
#options "AVM_A1"
#device isic0 at isa? port 0x340 net irq 5 flags 4
#
# USRobotics Sportster ISDN TA intern
#options "USR_STI"
#device isic0 at isa? port 0x268 net irq 5 flags 7
#
# ITK ix1 Micro
#options "ITKIX1"
#device isic0 at isa? port 0x398 net irq 10 flags 18
#
# PnP-Cards:
# ----------
#
# Teles S0/16.3 PnP
#options "TEL_S0_16_3_P"
#device isic0 at isa? port ? net irq ?
#
# Creatix ISDN-S0 P&P
#options "CRTX_S0_P"
#device isic0 at isa? port ? net irq ?
#
# Dr. Neuhaus Niccy Go@
#options "DRN_NGO"
#device isic0 at isa? port ? net irq ?
#
# Sedlbauer Win Speed
#options "SEDLBAUER"
#device isic0 at isa? port ? net irq ?
#
# Dynalink IS64PH
#options "DYNALINK"
#device isic0 at isa? port ? net irq ?
#
# ELSA QuickStep 1000pro ISA
#options "ELSA_QS1ISA"
#device isic0 at isa? port ? net irq ?
#
# PCI-Cards:
# ----------
#
# ELSA QuickStep 1000pro PCI
#options "ELSA_QS1PCI"
#device isic0
#
# PCMCIA-Cards:
# -------------
#
# AVM PCMCIA Fritz!Card
#options "AVM_A1_PCMCIA"
#device isic0 at isa? port 0x340 net irq 5 flags 10
#
# Active Cards:
# -------------
#
# Stollmann Tina-dd control device
#device tina0 at isa? port 0x260 net irq 10
#
# ISDN Protocol Stack
# -------------------
#
# Q.921 / layer 2 - i4b passive cards D channel handling
pseudo-device "i4bq921"
#
# Q.931 / layer 3 - i4b passive cards D channel handling
pseudo-device "i4bq931"
#
# layer 4 - i4b common passive and active card handling
pseudo-device "i4b"
#
# ISDN devices
# ------------
#
# userland driver to do ISDN tracing (for passive cards only)
pseudo-device "i4btrc" 4
#
# userland driver to control the whole thing
pseudo-device "i4bctl"
#
# userland driver for access to raw B channel
pseudo-device "i4brbch" 4
#
# userland driver for telephony
pseudo-device "i4btel" 2
#
# network driver for IP over raw HDLC ISDN
pseudo-device "i4bipr" 4
# enable VJ header compression detection for ipr i/f
options IPR_VJ
#
# network driver for sync PPP over ISDN
pseudo-device "i4bisppp" 4
--
Andreas Klemm http://www.FreeBSD.ORG/~andreas
http://www.freebsd.org/~fsmp/SMP/SMP.html
powered by Symmetric MultiProcessor FreeBSD
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-hackers" in the body of the message