Koolshare 的 大佬们,提前祝大家 新年快乐,万事如意!
我的工控机是双网口,普通的 iKuai+LEDE 搭配使用貌似最少需要 3 个网卡。 Proxmox VE 平台
我找到了 Up 主针对双网卡安装 iKaui+LEDE 的教程: <amp-youtube data-videoid="pLrYJeGEGBw" layout="responsive" width="480" height="270"></amp-youtube>&t=1204s
三金大佬的解决方式是,在 PVE 中虚拟一张网卡。网卡是虚拟成功了。
cat <<EOF >/etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
# echo "1200000" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_min_freq
# echo "3100000" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
# echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
#echo "performance" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
ip tuntap add name ens10 mode tap
ip link set ens10 up
exit 0
EOF
使用中我发现虚拟的网卡速率是 100M。 我的宽带是 500M。 这样我损失了 80%的带宽。 下行最高只有 10M/s
是虚拟网卡的脚本不正确呢,还是虚拟的网卡就只能 100M ?
或者大佬们还有别的方式吗? 救救我把,我太难了
enp2s0、enp4s0 = 是我工控机的实际网卡。 工控机是双网口
ens10,是用上面的代码虚拟出来的
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/639942
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.