cant get on line with ubuntu

Asked by zim

how do i find my mack assress

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
zim (bryanstuart220) said :
#1

how do i get on line with ubuntu and how do i find my mac address

Revision history for this message
Claudio Arseni (claudio.arseni) said :
#2

Use command:

    sudo ifconfig -a

Usually the network card is recognized as eth0

In the first line, under HWaddr, will be displayed MAC address.

Revision history for this message
Luky Winarto (luckyborneo) said :
#3

Hi Zim,

Try this command from your terminal (Applications > Accessories > Terminal):
$ ifconfig | grep HWaddr

HWaddr is your mac address.

To get online, you have to know the ip address of your gateway on your network. If you're already have an ip address from DHCP server, you can run this command to know your default gateway:
$ route -n

-Luky-

Can you help with this problem?

Provide an answer of your own, or ask zim for more information if necessary.

To post a message you must log in.