出現了如下問題一:
不能ping通自身的ip位址,我猜測是本身系統的原因。我用本身系統的ipping自己的,也是不行的。
ifconfig: siocsifflags: cannot assign requested address
解決方案如下:
你需要設定網卡mac位址,如下:
ifconfig vnet0 down
ifconfig eth0 hw ether 00:00:aa:bb:cc:dd
ifconfig eth0 up
出現了如下問題一:
不能ping通自身的ip位址,我猜測是本身系統的原因。我用本身系統的ipping自己的,也是不行的。
ifconfig: siocsifflags: cannot assign requested address
解決方案如下:
你需要設定網卡mac位址,如下:
ifconfig vnet0 down
ifconfig eth0 hw ether 00:00:aa:bb:cc:dd
ifconfig eth0 up