Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-08-2003, 10:31 AM
|
#1
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Rep:
|
how to find out my MAC address
Hi,
Would someone pleasetel me how to find out my MAC address?
I did " ip maddr" and it showed me something. But I dont know whether it is my MAC address.
Thanks.
xiaofei
|
|
|
08-08-2003, 11:12 AM
|
#2
|
Member
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683
Rep:
|
ifconfig
|
|
|
08-08-2003, 11:17 AM
|
#3
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Original Poster
Rep:
|
[root@xiaofei root]# ipconfig
bash: ipconfig: command not found
[root@xiaofei root]#
|
|
|
08-08-2003, 11:18 AM
|
#4
|
Member
Registered: Aug 2003
Location: .bh
Distribution: Gentoo
Posts: 188
Rep:
|
as root, do a "ifconfig eth0"
and look at "HWaddr"
|
|
|
08-08-2003, 12:04 PM
|
#5
|
Member
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683
Rep:
|
ifconfig not i pconfig

|
|
|
08-08-2003, 12:42 PM
|
#6
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Original Poster
Rep:
|
Oh, I made a mistake.
Thank you. It works.
|
|
|
08-18-2003, 01:24 AM
|
#7
|
Member
Registered: Aug 2002
Distribution: ArchLinux 2007.08 / Slackware 11.0
Posts: 58
Rep:
|
how about the equivanlent of ifconfig for RH9 ?
Code:
[root@dhcp-241-3 stuff]# ifconfig -a
bash: ifconfig: command not found
[root@dhcp-241-3 stuff]# ifconfig eth0
bash: ifconfig: command not found
|
|
|
08-18-2003, 01:57 AM
|
#8
|
Member
Registered: Jul 2003
Location: Pakistan
Distribution: Redhat , SME
Posts: 346
Rep:
|
logon as a root
and use following command
ifconfig
and see = eth0 Link encap:Ethernet HWaddr (here should be
mac)
for more help use
ifconfig --help
man ifconfig
thanks for joining this forum
|
|
|
08-18-2003, 02:05 AM
|
#9
|
Senior Member
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054
Rep:
|
Quote:
Originally posted by VioLaToR
how about the equivanlent of ifconfig for RH9 ?
Code:
[root@dhcp-241-3 stuff]# ifconfig -a
bash: ifconfig: command not found
[root@dhcp-241-3 stuff]# ifconfig eth0
bash: ifconfig: command not found
|
try using:
/sbin/ifconfig eth0
in rh 7.3, ifconfig is in /sbin and for me, anyway. if it's not there for you then this command should work in order to find it:
whereis ifconfig
|
|
|
08-18-2003, 12:08 PM
|
#10
|
Member
Registered: Aug 2002
Distribution: ArchLinux 2007.08 / Slackware 11.0
Posts: 58
Rep:
|
/sbin/ifconfig
was just the ticket i needed. thanks.
|
|
|
All times are GMT -5. The time now is 04:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|