How do I mask my MAC address


 
Thread Tools Search this Thread
Special Forums IP Networking How do I mask my MAC address
# 1  
Old 04-24-2004
Power How do I mask my MAC address

I posted this thread under BSD but realized that it actually belongs here instead.... makes more sense to put it under IP. So without further delay on to my problem ...
I havent been using UNIX for that long, so this question might sound quite stupid to most of you. I want to know how to mask my MAC address
I found a command on how to do it but I dont think it works:
"ifconfig <interface> link <address>"
Unfortunately being the n00b I am, I dont really even know how to view my MAC address. So i dont really how to mask it, or even if this command worked or not. If anyone could please tell me how to check my MAC address and if there is a way to change it.
Thanks Smilie
# 2  
Old 04-26-2004
Java

the way i check my MAC address on network card by command

$llistat;
# 3  
Old 04-26-2004
thanks , never noticed the MAC was under ether in my "ifconfig" in wireless, got it to change. All I need to know now is if my computer will broadcast a changed MAC after I have already connected to the network using the original MAC, i.e. will it ask for a new IP as that previous IP is assigned to the original MAC on the network, or will I just get dissconected Smilie

PS:
command to change ur MAC in FreeBSD is
'ifconfig <interface> link <address>'
Make sure the address u specify follows the standard format for MAC addresses, i.e. xx:yy:zz:aa:bb:cc, .... (took me 2 hrs to figure that out Smilie .... damn it)...oh and I dont know if u should really change the first 4 parameters of the MAC, because they might be assigned to the company that ur computer belongs to...still not sure... will try and tell you guys later;

PeaceSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

MAC Address - Four Interfaces with the same MAC Address

four interfaces with ifconfig all interfaces have the same mac. If is not set for unique. but it still works. what difference does it make to have all macs the same or different? (4 Replies)
Discussion started by: rrodgers
4 Replies

2. Shell Programming and Scripting

Get all ip address from subnet mask

I have this subnet file shown below. How can I calculate all ip addresses from that list 103.22.200.0/22 141.101.64.0/18 10.0.0.0/22I need to be able to read the subnet file and print all IPs in those subnet to an out put file (3 Replies)
Discussion started by: e_mikey_2000
3 Replies

3. UNIX for Dummies Questions & Answers

What is mask and effective right mask in setfacl?

Hi Guys, can someone explain what is mask and effective right mask in setfacl and getfacl command with example, unable to get it. (3 Replies)
Discussion started by: Jcpratap
3 Replies

4. Red Hat

Samba create mask and dir mask on RHEL 4.8

Hi Experts, I'm using samba -3.6.1 on Red Hat Enterprise Linux ES release 4 (Nahant Update 8) ,all seems ok. The issue im facing is as follows. When ever a user creates a file via windows explorer the permissions assgined to the file are as follows -rw-rwxr--+ 1 tom group2 0 Mar 9... (1 Reply)
Discussion started by: maverick_here
1 Replies

5. IP Networking

lookup ip address, subnet mask, gateway, and dns at same time

Is there a command that can lookup ip address, subnet mask, gateway, and dns all at the same. I know ifconfig can lookup ip address and subnet mask. I know route -n can lookup gateway. Not sure about a dns command. So I hope there is a way to lookup ip address, subnet mask, gateway, and dns all at... (2 Replies)
Discussion started by: cokedude
2 Replies

6. UNIX for Dummies Questions & Answers

How to set server's ip address, router, network mask and set if it is an internal or external ip?

Hello, I need to write a program which sets server's ip address, router, network mask. Program also should set if it is an internal or external ip. Maybe someone can help me ? Any information from u is very useful :b: I stopped at .. :( #!/bin/sh A=`hostname -i` echo "server ip address is $A"... (4 Replies)
Discussion started by: zagaruika
4 Replies

7. IP Networking

Tracing a MAC address to IP address: Solaris

Hi there I lost connectivity to one of our remote systems and when I checked the messages log I found the following: Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1 Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies

8. Solaris

Get ip address from mac address

I have following message in my messages file on solaris 10 WARNING: e1000g3712000:3 has duplicate address 010.022.196.011 (in use by 00:50:56:85:25:ef); disabled Now is there any way i can find which server has 00:50:56:85:25:ef mac address either IP or Hostname ? (6 Replies)
Discussion started by: fugitive
6 Replies

9. IP Networking

How to Achive IP address through MAC(Ethernet) address

Hi sir, i want to make such programe which takes MAC(Ethernet) address of any host & give me its IP address....... but i'm nt getting that how i can pass the MAC address to Frame........ Please give me an idea for making such program... Thanks & regards Krishna (3 Replies)
Discussion started by: krishnacins
3 Replies

10. BSD

How to Mask ur MAC address in BSD

I havent been using UNIX for that long, so this question might sound quite stupid to most of you. I want to know how to mask my MAC address I found a command on how to do it but I dont think it works: "ifconfig <interface> link <address>" Unfortunately being the n00b I am, I dont really even... (1 Reply)
Discussion started by: PenguinDevil
1 Replies
Login or Register to Ask a Question