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:
Ethernet ID: 00:17:F2:26:6D:78
cmd
ipconfig /all
<note tip> Depending on how many network cards your computer have the output can be a little long, use the side bar to scroll. </note>
/sbin/ip link
<note tip>
If you can't execute the /sbin/ip link
command try with the command ifconfig
.
</note>