in reply to Re: How can get all the terminal names/IP addresses connected to network
in thread How can get all the terminal names/IP addresses connected to network

I have an application where I want to get MAC addresses from a network. However, everything is Losedows. AS Perl's PPM can't find Net::ARP (or even anything just called Net). CPAN's POD for Net::ARP gives examples with eth0, which I've only ever seen on Linux. Am I right in thinking that this module is not available for Losedows?

Regards,

John Davies

  • Comment on Re^2: How can get all the terminal names/IP addresses connected to network

Replies are listed 'Best First'.
Re^3: How can get all the terminal names/IP addresses connected to network
by tirwhan (Abbot) on Jan 09, 2006 at 08:00 UTC

    I don't have Windows so can't tell for sure (you could just download and try to install the package from CPAN). There does seem to be a dearth of arp-related modules for Windows, you may be better off using arping.


    There are ten types of people: those that understand binary and those that don't.