虚拟多Mac地址工具Multimac

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟多Mac地址工具Multimac相关的知识,希望对你有一定的参考价值。

参考技术A Mac地址采用唯一标识标记网络的各种设备。在同一个时间内,Linux系统中的网卡只能使用一个Mac地址。在渗透测试中,为了隐藏自己的身份,往往需要以不同的Mac地址来访问网络。Kali Linux自带的Multimac工具可以为网络接口同时伪造多个Mac地址,并且同时使用。该工具可以同时创建多个虚拟网卡,这些网卡自动组成一个局域网。安全人员将这个网络和物理网卡建立桥接。这样,物理网络就增加了多个Mac地址的网络设备。

同源虚拟机MAC地址网络冲突

解决办法:

   

So here\'s how we fix it:

  1. Remove the kernel\'s networking interface rules file so that it can be regenerated
     

    # rm -f /etc/udev/rules.d/70-persistent-net.rules

       

  2. Restart the VM
     

    # reboot

       

  3. UPDATE your interface configuration file
     

    # vi /etc/sysconfig/network-scripts/ifcfg-eth0 

    Remove the MACADDR entry or update it to the new MACADDR for the interface (listed in this file: /etc/udev/rules.d/70-persistent-net.rules).

    Remove the UUID entry

    Save and exit the file

  4. Restart the networking service
     

    # service network restart

       

Happy cloning!

.另一种方法

造成这样的原因,是因为在虚拟机(Vmware)中移动了Centos系统对应的文件,导致重新配置时,网卡的MAC地址变了,输入ifconfig -a,找不到eth0

·······

   

安装完一个centos虚拟机,又拷贝一份,开机后网卡无法正常启动,报错:Device eth0 does not seem to be present, 

delaying initialization

   

解决:# mv /etc/sysconfig/network-scripts/ifcfg-eth0 

sysconfig/network-scripts/ifcfg-eth1

   

vim 

sysconfig/network-scripts/ifcfg-eth1

   

修改DEVICE="eth0" 

DEVICE="eth1"

修改IP地址,删除mac地址(HWADDR),删除UUID项。

然后重启启动网卡尝试下

   

////////////////////////////////

////////Sixi. Let it be.../////

//////////////////////////////

   

来自 <https://www.cnblogs.com/sixiweb/archive/2013/05/31/3110734.html>

 

以上是关于虚拟多Mac地址工具Multimac的主要内容,如果未能解决你的问题,请参考以下文章

如何在VMware ESXi虚拟机上设置静态MAC地址

同源虚拟机MAC地址网络冲突

cloudstack的虚拟机arp -a时网关的mac地址 都是Incomplete

使用PowerShell根据MAC地址查询对应的虚拟机

关于vmware 改MAC地址的问题。

VMware 虚拟机修改MAC地址的方法