FAQ

FAQ

choose category

How to get the MAC address

A very nice article about how to find a MAC address could be found here.

It ends with this summary:

  • Windows: ipconfig /all, or winipcfg
  • Linux and some Unix: ifconfig -a
  • Mac with Open Transport: TCP/IP Control Panel - Info or User Mode/Advanced
  • Mac with MacTCP: TCP/IP Control Panel - Ethernet icon

If you have no access to your server and an Ioncube Loader is installed, you could also execute the following script and send the output to our support email address (support@setasign.com):

  
PHP
<?php
echo ioncube_server_data();