Determine the MAC Address and IP Address of your Computer   Windows: Determine MAC Addresses using the Command Prompt: Open a Command Prompt: Start Menu > All Programs > Accessories > Command Prompt In the Command Prompt, type the command below and press enter: ipconfig /all Information about your computer's network connections will be displayed. If you have multiple network adapters (ie. wireless and ethernet), be sure that you look at the information for the network adapter that you will use to connect to the network. The  MAC address  is six groups of two hexadecimal digits, separated by hyphens (-) or colons (:), (e.g. a1-b2-c3-d4-e5-f6 or a1:b2:c3:d4:e5:f6) The  IP address  is four groups of numbers between 1 and 255 separated by periods (.), (e.g. 205.155.75.5). macOS: Determine MAC Addresses using the Terminal: Open the Terminal.app application, located in /Applications/Utilities/. In the Terminal window, type the command below and press enter: ifconfig -a Information about your computer's network connections will be displayed. If you have multiple network adapters (ie. wireless and ethernet), be sure thet you look at the information for the network adapter that you will use to connect to the network. The  MAC address  is six groups of two hexadecimal digits, separated by hyphens (-) or colons (:), (e.g. a1-b2-c3-d4-e5-f6 or a1:b2:c3:d4:e5:f6) The  IP address  is four groups of numbers between 1 and 255 separated by periods (.), (e.g. 205.155.75.5). Determine MAC Addresses using System Preferences: Click the Apple > System Preferences > Network Select the desired network interface from the list, click advanced, then click Hardware.