ifconfig en0 | grep media
replace en0 with the correct one. You should see something like this
media: autoselect (1000baseT <full-duplex>)
1000baseT is 1Gigabit network connection
100baseT is 100Mbps etc.
First you will need to identify the network interface of your network card example: en0, en1 etc. You can use ifconfig in the terminal on the apple computer to determine which interface you are using. How i easily identify the interface is by searching for the interface that would have an IP address in the range of the network in question. Once identified, enter this commandÂÂ
- 0 Users Found This Useful