LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can not run arpd command (https://www.linuxquestions.org/questions/linux-newbie-8/can-not-run-arpd-command-826698/)

ababil151 08-17-2010 02:53 AM

can not run arpd command
 
Hi All:)

i've a problem when i try to run arpd program to support my honeyd software but when i try to execute it then it shows this error message
./arpd 10.0.0.0/8
arpd: intf_get: Invalid argument :doh:

My arpd installation based on this tutorial
http://aaaleonardo.blogspot.com/2009...os-52-via.html

Really need advice and sugestions

konsolebox 08-17-2010 02:57 AM

It says /usr/local/sbin/arpd --yournetwork_or_iprange. Well you probably should call it like this:
Code:

./arpd --10.0.0.0/8

ababil151 08-17-2010 04:19 AM

./arpd --10.0.0.0/8
i tried this command but it shown this error

./arpd: invalid option -- '-'
Usage: arpd [-d] [-i interface] [net]

but this command below can work :)
./arpd -d -i eth0 10.0.0.0/8


All times are GMT -5. The time now is 08:37 PM.