Virtual MAC address

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satya0674
    New Member
    • Oct 2006
    • 14

    Virtual MAC address

    Hi Everyone,
    Is it possible to put TWO mac address for a NIC interface so that one address behave as a virtaul mac address.? As I can change the MAC address by arp spoofing/MAC spoofing but when i will get arp reply it will not accepted because that MAC address is not actually bind so it will discarded. But If I want to work with that virtual MAC address. what I have to do ?


    plz give some suggestion and guidance.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by satya0674
    Hi Everyone,
    Is it possible to put TWO mac address for a NIC interface so that one address behave as a virtaul mac address.? As I can change the MAC address by arp spoofing/MAC spoofing but when i will get arp reply it will not accepted because that MAC address is not actually bind so it will discarded. But If I want to work with that virtual MAC address. what I have to do ?


    plz give some suggestion and guidance.
    What OS are you using?

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Originally posted by satya0674
      Hi Everyone,
      Is it possible to put TWO mac address for a NIC interface so that one address behave as a virtaul mac address.? As I can change the MAC address by arp spoofing/MAC spoofing but when i will get arp reply it will not accepted because that MAC address is not actually bind so it will discarded. But If I want to work with that virtual MAC address. what I have to do ?


      plz give some suggestion and guidance.
      In both Windows and Linux you can change the MAC address that your network adapter uses. Is this what you want to do, or are you trying to get your machine to have two MAC addresses at once?

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Originally posted by Motoma
        In both Windows and Linux you can change the MAC address that your network adapter uses. Is this what you want to do, or are you trying to get your machine to have two MAC addresses at once?
        I did not know it was possible in Windows (I knew it was possible with Linux), I'm going to have to look into it.

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Originally posted by sicarie
          I did not know it was possible in Windows (I knew it was possible with Linux), I'm going to have to look into it.
          Yup, possible in both. I'll post how, but I'm not sure this is what the OP is looking for.

          Comment

          • Cyberdyne
            Recognized Expert Contributor
            • Sep 2006
            • 627

            #6
            I use a dual network card made by intel, you can simply get an extra nic and not worry about working with a virtual mac. It is possible to change your mac for sure, I have done this, you can even clone mac addresses both on the nic and in the router. As far as making a virtual one without the actual nic present I would say its theoretically possible, but you will have to fool your windows and possibly bios that there is one in an assigned irq. If somebody find any info on this, please post, very interesting question.

            Cyber.

            Comment

            • Motoma
              Recognized Expert Specialist
              • Jan 2007
              • 3236

              #7
              Originally posted by Cyberdyne
              I use a dual network card made by intel, you can simply get an extra nic and not worry about working with a virtual mac. It is possible to change your mac for sure, I have done this, you can even clone mac addresses both on the nic and in the router. As far as making a virtual one without the actual nic present I would say its theoretically possible, but you will have to fool your windows and possibly bios that there is one in an assigned irq. If somebody find any info on this, please post, very interesting question.

              Cyber.
              Well, you can make a NIC card act in promiscuous mode, and spoof MAC headers. Doing these two things in conjunction would effectively be equal to a "virtual MAC address."

              Comment

              • satya0674
                New Member
                • Oct 2006
                • 14

                #8
                Originally posted by sicarie
                What OS are you using?
                Hi,
                Thanks for ur reply,I am using Linux(2.6.13 kernel version).plz give some links related to it if u know.
                Thanks.

                Comment

                • satya0674
                  New Member
                  • Oct 2006
                  • 14

                  #9
                  Originally posted by Motoma
                  In both Windows and Linux you can change the MAC address that your network adapter uses. Is this what you want to do, or are you trying to get your machine to have two MAC addresses at once?

                  Concept is like that , I am trying to implement a logic that machine have two MAC address at once ,from this one will behave as VIRTUAL.


                  my aim is :- when I will send a tcp/ip packet it will go with the original MAC address as source MAC address . IN case of arp :-for arp reply, virtual MAC address should be in use . at this point this virtual mac address should come into picture.

                  could u plz tell me is it possible to bind to MAC address for one NIC ? (what i have gone through from net and other books I think it is not possible) .
                  so that one can act as virtual. and fr DLL layer transforamtion i want to use that(arp purpose).If u have any suggestion plz tell me.
                  Thanks.........

                  Comment

                  • satya0674
                    New Member
                    • Oct 2006
                    • 14

                    #10
                    Originally posted by Motoma
                    In both Windows and Linux you can change the MAC address that your network adapter uses. Is this what you want to do, or are you trying to get your machine to have two MAC addresses at once?
                    OPERTAING SYSTEM IS LINUX(kernel version is 2.6.13)

                    Comment

                    • satya0674
                      New Member
                      • Oct 2006
                      • 14

                      #11
                      Originally posted by Motoma
                      Yup, possible in both. I'll post how, but I'm not sure this is what the OP is looking for.
                      Hi , Much thanks fr ur reply
                      I am loking fr LINUX operating system

                      Comment

                      • Motoma
                        Recognized Expert Specialist
                        • Jan 2007
                        • 3236

                        #12
                        Originally posted by satya0674
                        Hi , Much thanks fr ur reply
                        I am loking fr LINUX operating system
                        Code:
                        ifconfig wlan0 down
                        ifconfig wlan0 ether 93:34:23:44:33:33
                        ifconfig wlan0 up
                        Replace wlan0 with your network card.
                        You will need to be root to do this.
                        Pay attention to the warnings and stipulations I make in this thread.

                        Comment

                        • satya0674
                          New Member
                          • Oct 2006
                          • 14

                          #13
                          Originally posted by Motoma
                          Well, you can make a NIC card act in promiscuous mode, and spoof MAC headers. Doing these two things in conjunction would effectively be equal to a "virtual MAC address."

                          Hi
                          could u plz explain me in detail how to do with spoofing of MAC header(virtual MAC address), I tried but i didn't get any solution .


                          Thanks....

                          Comment

                          Working...