用以下命令更改redhat8系统的网卡mac地址后,发现网络中其他的机器都无法ping通这台机器了,IP地址没有变,只是改了mac地址! ifconfig eth0 down ifconfig eth0 hw ether newmacaddr ifconfig eth0 up 请教这是为什么?
小弟有个小小的问题,如何查看sco unix的mac地址?? 我通过工具发现一台scounix的一个mac地址和很多ip的mac地址有冲突,不知道怎么解决??(不知道怎么查看这台电脑的mac地址)
一、修改mac地址方法 linux环境下: 需要用 #ifconfig eth0 down 先把网卡禁用 再用ifconfig eth0 hw ether 1234567890ab 这样就可以改成功了 要想永久改就这样 在/etc/rc.d/rc.local里加上这三句(也可以在/etc/init.d/network里加下面三行) ifconfig eth0 down ifconfig eth0 hw ether 1234567890ab ifconfig eht0 up 二、修改IP地址的方法 #ifconfig ethe0 down #ifconfig ethe0 192.168.169.245 netmask 255.255.255.0 以...
我用ifconfig -a 没有mac地址
# ifconfig -a
en0: flags=4e080863