出现了如下问题一:
不能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
时间: 2024-09-15 04:36:48