Guest User!

You are not Sophos Staff.

where is /sbin/arp ?

My ISP is being stupid and I need to view the ARP addresses of the NIC and the ISP's equipment.

There is no /sbin/arp in ASL.

How can I view the ARP cache?

(Yes, I know how to see the NIC's info with )
Parents
  • Well, I went ahead and downloaded the net-tools source tarball, and tried to build it on ASL with the pluspack.

    Unforunately, make config won't run correctly.
    I was able to get it to work by manually running the configure script, but I had to explicitly call bash in front of the command to get it to run. ISTM that the paths or something aren't getting set right for shell scripts, even though they are working fine from interactive shells.

    I got net-tools and arp working, but I think someone should look into this as net-tools shouldn't have any problems compiling.

    Thanks,
    Barry
Reply
  • Well, I went ahead and downloaded the net-tools source tarball, and tried to build it on ASL with the pluspack.

    Unforunately, make config won't run correctly.
    I was able to get it to work by manually running the configure script, but I had to explicitly call bash in front of the command to get it to run. ISTM that the paths or something aren't getting set right for shell scripts, even though they are working fine from interactive shells.

    I got net-tools and arp working, but I think someone should look into this as net-tools shouldn't have any problems compiling.

    Thanks,
    Barry
Children