太折腾了,是在太折腾了,第一次搞X86,还是R2S简单粗暴(就是多拨时不时点卡 )
先说一下配置:
DELL Wyse5070 J5005 8+128
板载RTL8168 + DELL原装的NGFF转RTL8168
保姆ESXI6.7U3
OK,开搞。
在ESXI虚拟网卡的情况下,LAN口内网速度只有50-60M/S,偶尔可以起飞到80,太惨了太惨了,R2S都能玩到100M/S,看来只能把RTL8168直通出去,再上一张USB网卡专门给ESXI的管理端当保姆了。
某东下单了一块8153的USB网卡,重新开始。
非常感谢Watter集成的8153USB+8168的ESXI6.7U3,ESXi-Customizer-PS-v2.6.0真是搞死了,可能系统有点问题,打好驱动安装ESXI总到一半就ERROR
经过一番考虑... ...
安装好ESXI后非常开心,3个网卡稳稳的在那里。
准备把ESXI的管理口修改到USB网卡,成功,重启DELL,网卡丢失。。。
经过各种翻阅发现绑定USB网卡作为管理口还需要增加一个自启动脚本。。。
Note: Secure Boot can not be enabled if you decide to use the USB NIC as your primary NIC for Management Network. Since the settings do not persist, you will need to create a startup script (see Instructions for more details) and this is not allowed when Secure Boot is enabled. If USB NIC is not your primary NIC for the Management Network, then you do not have to disable Secure Boot Persisting USB NIC BindingsCurrently there is a limitation in ESXi where USB NIC bindings are picked up much later in the boot process and to ensure settings are preserved upon a reboot, the following needs to be added to /etc/rc.local.d/local.sh based on your configurations. Standard Virtual Switch (VSS)Here is an example which binds the physical USB NIC (vsub0) to Standard vSwitch and the respective portgroups that are also attached on the VSS vusb0_status=$(esxcli network nic get -n vusb0 | grep 'Link Status' | awk '{print $NF}')count=0while [[ $count -lt 20 && "${vusb0_status}" != "Up" ]] ]do sleep 10 count=$(( $count + 1 )) vusb0_status=$(esxcli network nic get -n vusb0 | grep 'Link Status' | awk '{print $NF}')doneif [ "${vusb0_status}" = "Up" ]; then esxcfg-vswitch -L vusb0 vSwitch0 esxcfg-vswitch -M vusb0 -p "Management Network" vSwitch0 esxcfg-vswitch -M vusb0 -p "VM Network" vSwitch0fi
好吧,修改 /etc/rc.local.d/local.sh 再次重启,管理口搞定了。
考虑将RTL8168直通做LAN \WAN,安装爱快,跑一下测速,纳尼,3拨无法叠加,各种操作依然不行。放弃。。。
将WAN口修改为虚拟网卡后3拨下行叠加,成功了。。。看来,为了叠加,WAN口只能跑600了,不过还好,我这100M小水管电信,吃不满吃不满。
测速LAN口速度,复制一个文件到NAS,emmm,不错100M/S,看来网卡真的坑大啊。
剧终
附上安装包,免得大家满网找
https://盘.baidu.com/s/1D-gyh1xJaJNAHNX9rZDN4Q
8888
|