[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: arpd



Quoting pingouin osmolateur <pingouin_osmolateur@yahoo.fr>:

> Salut tout le monde
> J'aimerais lancer arpd <X.X.X.X>, quand je lance la commande rien ne se 
> passe mais quand je fais un ps aux le processus ne s'affiche pas et j'ai 
> les lignes suivantes dans /var/log/syslog :
> 
> Aug  8 10:49:05 toto arpd[267]: Initializing, version 1.0.2
> Aug  8 10:49:05 toto modprobe: modprobe: Can't locate module char-major-36
> Aug  8 10:49:05 toto arpd[267]: cannot open /dev/arpd: No such device
> 
> Pourtant quand je tape la commande suivante j'obtiens bien un resultat
> ls -al /dev/arpd
> crw-r--r--    1 root     root      36,   8 Aug  8 10:19 /dev/arpd
> 
> Est-ce que quelqu'un peut m'aider ?
> Est-ce qu'il faut recompiler le noyau ?
> merci pour vos reponses
> AC

less /usr/src/linux/Documentation/Configure.help
/ARPD

CONFIG_ARPD
  Normally, the kernel maintains an internal cache which maps IP
  addresses to hardware addresses on the local network, so that
  Ethernet/Token Ring/ etc. frames are sent to the proper address on
  the physical networking layer. For small networks having a few
  hundred directly connected hosts or less, keeping this address
  resolution (ARP) cache inside the kernel works well. However,
  maintaining an internal ARP cache does not work well for very large
  switched networks, and will use a lot of kernel memory if TCP/IP
  connections are made to many machines on the network.

  If you say Y here, the kernel's internal ARP cache will never grow
  to more than 256 entries (the oldest entries are expired in a LIFO
  manner) and communication will be attempted with the user space ARP
  daemon arpd. Arpd then answers the address resolution request either
  from its own cache or by asking the net.

  This code is experimental and also obsolete. If you want to use it,
  you need to find a version of the daemon arpd on the net somewhere,
  and you should also say Y to "Kernel/User network link driver",
  below. If unsure, say N.

A la question «faut-il recompiler le noyau ?» je répondrais donc «oui, probablement»

    François.


-- 
Francois BOTTIN
--
    "How kind," the PFY sighs. "But where will I go?" 
    "Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
    "But I don't want to visit Microsoft!" he whines.
              The BOFH 1998 - Simon Travaglia (bofh.ntk.net)



Reply to: