Click to See Complete Forum and Search --> : PERL/CGI+MAC adress


digital_storm
09-05-2005, 03:45 AM
Hello

I have an web application that uses PERL/CGI and Tomcat and it runs on Linux. I wonder if there is a way to find out the MAC adress for a user of a request.

I know how to retrive the Enviromentvariables:

REMOTE_HOST
REMOTE_ADDR
REMOTE_USER

but I really need the MAC adress of the user:

Thanks!

/D_S

CyCo
09-05-2005, 06:50 AM
Maybe something like Net::Arping (http://search.cpan.org/~riiki/Net-Arping-0.02/Arping.pm)?

digital_storm
09-05-2005, 06:59 AM
Thanks it looks useful :-)

/D_S

Maybe something like Net::Arping (http://search.cpan.org/~riiki/Net-Arping-0.02/Arping.pm)?