vmware16 nat模式 经常掉线 需要重启nat
vmware16 nat模式 经常掉线 需要重启nat才能联网,之后又过一会掉线,往复操作重启nat.
目前修复方案(待验证)
一 调整 MaxUserPort 和 TcpTimedWaitDelay 设置
连接:https://learn.microsoft.com/zh-cn/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance?source=recommendations
二 禁用ipv6
虚拟机中是centos7系统。
1、修改/etc/sysctl.conf文件,新增如下
net.ipv6.conf.all.disable_ipv6=1
2、执行如下指令生效
sysctl -p或reboot
3、修改/etc/sysconfig/network,新增如下:
NETWORKING_IPV6=no
4、查看网卡配置文件/etc/sysconfig/network-scripts/ifcfg-xxx
IPV6INIT=no
5、再次查看ipv6地址,无
ip -6 addr show