标签:ESS 完成后 net 开机 sele table conf mask show
修改/etc/network/interfaces
auto eth0 #开机自动激活
iface eth0 inte static #静态IP
address 192.168.1.68 #本机IP
netmask 255.255.255.0 #子网掩码
gateway 192.168.1.1 #网关
nameserver 192.168.1.1
systemctl restart NetworkManager.service
sudo chmod 777 /etc/network/interfaces
修改/etc/network/interfaces
auto eth0 #开机自动激活
iface eth0 inte static #静态IP
address 192.168.1.62 #本机IP
netmask 255.255.255.0 #子网掩码
gateway 192.168.1.1 #网关
sudo chmod 777 /etc/resolv.conf
设置DNS,修改/etc/resolv.conf
nameserver 192.168.1.1
sudo systemctl restart NetworkManager.service
如果两台机器仍无法互联,查看两台机器的网络连接选项是否都是【桥接 】
标签:ESS 完成后 net 开机 sele table conf mask show
原文地址:https://www.cnblogs.com/yumianxiaodamo/p/11286836.html