Loading permanent ARP entries at boot time

From: Thomas S. Crum - AAA Web Solution, Inc. (tscrum_at_aaawebsolution.com)
Date: 10/16/05

  • Next message: Thomas S. Crum - AAA Web Solution, Inc.: "RE: Loading permanent ARP entries at boot time"
    To: <freebsd-isp@freebsd.org>
    Date: Sun, 16 Oct 2005 08:11:50 -0500
    
    

    Hi all,

    I am having a terrible time answering this silly question.

    I am trying to load arp entries from a file at boot time.

    I can add the individual permanent arp entries with:
    arp -S hostname ether_addr

    But, when I reboot the system the arp entries are lost.

    I understand that I can load arp entries from a file with:

    arp -f file.txt

    file.txt = hostname ether_addr [temp] [pub]

    But, how can I make arp read this file at boot time?

    Thank you,

    -Tom

    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: Thomas S. Crum - AAA Web Solution, Inc.: "RE: Loading permanent ARP entries at boot time"

    Relevant Pages