Networking Forums

Networking Forums > Computer Networking > Linux Networking > change MAC address can change IP address of a machine?

Reply
Thread Tools Display Modes

change MAC address can change IP address of a machine?

 
 
apngss@yahoo.com
Guest
Posts: n/a

 
      09-30-2005, 05:25 PM
Is there any way to change the MAC address of a machine? IP address is
assigned by ISP. My understanding is that IP address is based on the
MAC address of a machine, is that correct concept?

please advise. thanks!!

 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a

 
      09-30-2005, 06:15 PM
In article <(E-Mail Removed) .com>,
<(E-Mail Removed)> wrote:
:Is there any way to change the MAC address of a machine?

Of most machines, Yes.

:IP address is assigned by ISP. My understanding is that IP address is
:based on the MAC address of a machine, is that correct concept?

It might be, it might not be, it depends on the ISP. Some ISPs know
what port number you are using in their equipment and assign the
address on that basis.

Some ISPs encrypt traffic to the modem based upon your MAC address,
so changing your MAC address might get you nothing.

The ISPs that do use MAC as a factor often register the MAC against the
account, and you might have to find the MAC of a valid subscriber
to change the IP you get. But ISPs tend to have protections against that.
--
Many food scientists have reported chocolate to be the single most
craved food. -- Northwestern University, 2001
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      09-30-2005, 06:37 PM
On 30 Sep 2005 10:25:22 -0700, (E-Mail Removed) wrote:

cross posted to 4 newsgroups. Gosh, this must be terribly important.
Rubbing my crystal ball, I deduce that you're using some Linux or
Windoze mutation. Of course, all operating system are the same so the
following instructions should work no matter what you're using.

Here's an article that covers most of the methods.
http://en.wikipedia.org/wiki/MAC_address

Linux:
/etc/init.d/networking stop
ifconfig eth0 hw ether 11:22:33:44:55:66
/etc/init.d/networking start

Windoze:
http://www.nthelp.com/NT6/change_mac_w2k.htm
http://www.klcconsulting.net/smac/

>Is there any way to change the MAC address of a machine? IP address is
>assigned by ISP. My understanding is that IP address is based on the
>MAC address of a machine, is that correct concept?


Correct. If you're a spammer and want to cover your tracks, this is a
way of forcing a change to your dynamically assigned IP address. It
will also drive the ISP nuts, trash their log files, and possibly
mangle their RADIUS authentication (if the MAC address is used for
authentication). If you happen to land on a MAC address that's
already in use at the ISP, traffic will stop for both machines. Do
this often enough and you should get the ISP's attention and receive
your due rewards.

>please advise. thanks!!


Free advice. Don't do it.
--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
strutsng@gmail.com
Guest
Posts: n/a

 
      09-30-2005, 06:37 PM
how to change the MAC address then?

 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a

 
      09-30-2005, 06:59 PM
In article <(E-Mail Removed) .com>,
<(E-Mail Removed)> wrote, leaving out all context [which I have restored]:

|In article <dhjvco$9jf$(E-Mail Removed)> I wrote:
|>:In article <(E-Mail Removed) .com>,
<(E-Mail Removed)> wrote:
|>:Is there any way to change the MAC address of a machine?

|>:Of most machines, Yes.

|how to change the MAC address then?

You have cross-posted this to a variety of newsgroups, including
- one for Windows XP (which runs only on systems with the Intel Pentium
instruction set, as far as I know)
- one for wireless devices, many of which use specialized CPUs and
specialized network cards
- a linux networking newsgroup; linux runs on a quite wide variety of
devices; and
- a group devoted to the TCP and UDP protocol suite.

Considering the multitude of hardware devices implied by your choice
of newsgroups, one must presume that you are looking for some
standard TCP or UDP or ICMP packet that one can send which will
trigger the change of MAC address.

No such TCP / UDP / ICMP packet exists.

No POSIX standard socket call exists that would change MAC addresses
either.

All facilities to change MAC addresses are specific to the combination
of hardware and OS that one has. I thus recommend that you post
to a newsgroup specific to your hardware and software, stating the
equipment you have, and soliciting information there. Or, better yet,
google for the information, as it is readily available for common
equipment + software combinations.
--
The ordering of results sorted by date is approximate.
 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      09-30-2005, 08:27 PM
(E-Mail Removed) wrote:

> Is there any way to change the MAC address of a machine? IP address is
> assigned by ISP. My understanding is that IP address is based on the
> MAC address of a machine, is that correct concept?


It is possible to change the MAC address on most NICs. The IP address, in
IPv4, is not related to the MAC address, but in the case of DHCP, assigned
to one. In IPv6, the MAC address forms part of the IP address.


 
Reply With Quote
 
Vernon Schryver
Guest
Posts: n/a

 
      09-30-2005, 09:43 PM
In article <KOudnZ6xaeowAqDeRVn-(E-Mail Removed)>,
James Knott <(E-Mail Removed)> wrote:

> In IPv6, the MAC address forms part of the IP address.


Many IPv6 address contain real 48-bit IEEE addresses, but many others
do not. See RFC 2373 or look at some IPV6 DNS RRs. For an example
of the latter, consider:

% host -t aaaa dcc.dcc-servers.net
dcc.dcc-servers.net has IPv6 address 2001:888:20ee::6277


Vernon Schryver (E-Mail Removed)
 
Reply With Quote
 
Attils
Guest
Posts: n/a

 
      01-05-2006, 11:09 PM
(E-Mail Removed) ha scritto:
> how to change the MAC address then?
>

Look for SMAC 1.2
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change MAC address ebeck88@gmail.com Wireless Internet 3 01-24-2007 10:49 AM
TCP/IP Address Change Mark Windows Networking 1 06-24-2006 04:18 PM
Mac Address Change JDavidson Wireless Internet 28 06-19-2006 08:58 PM
Change IP Address Bones Wireless Networks 5 01-29-2006 08:18 PM
change MAC address can change IP address of a machine? apngss@yahoo.com Wireless Internet 7 01-05-2006 11:09 PM



1 2 3 4 5 6 7 8 9 10 11