====== HowTo connect your personal Laptop ====== In order to connect personal laptops to the wired network, you must provide the MAC Address (Hardware Address) of the computer to the IT Administrator. The IT Administrator will assign to your computer an IP address that you can use when you are connected to the local network by a network cable. The IP Address is assigned by using the DHCP protocol, so you have to configure the network card of your laptop this way. If you don't know how to find the MAC Address follow these guidelines: === Apple Os X === - Open the **System Preferences** panel - Click on **Network** - Select the **Built-in Ethernet** from the **Show** drop-down menu - Click the **Ethernet** button - You will find a line of this type Ethernet ID: 00:17:F2:26:6D:78 - Your MAC Address is this one === MS Windows === - Click on the **Start** button - Select **Run...** - execute this command cmd - click inside the black window that appears and execute this command ipconfig /all Depending on how many network cards your computer have the output can be a little long, use the side bar to scroll. - Find the section regarding the network card you want to use - Write down the Physical address (something similar to 00:17:F2:26:6D:78) === Linux === - Open a terminal window - Execute the command /sbin/ip link - Write down he MAC Address (something similar to 00:17:F2:26:6D:78) If you can't execute the ''/sbin/ip link'' command try with the command ''ifconfig''.