我有许多 Ubuntu 来宾在 Ubuntu 16.04.6 kvm 主机上运行。
由于我必须重新启动主机,网络不再正常工作。主机和访客可以互相访问,但我的访客无法访问互联网,我无法从网络上的任何其他计算机访问访客。主机在重启前安装了 Docker(可能相关)。
以一位客人为例:Ubuntu 16.04.4
平结果:
colin@host:~$ ping 10.0.10.13
PING 10.0.10.13 (10.0.10.13) 56(84) bytes of data.
64 bytes from 10.0.10.13: icmp_seq=1 ttl=64 time=0.207 ms
Run Code Online (Sandbox Code Playgroud)
colin@host:~$ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=58 time=119 ms
Run Code Online (Sandbox Code Playgroud)
colin@guest:~$ ping 10.0.10.2
PING 10.0.10.2 (10.0.10.2) 56(84) bytes of data.
64 bytes from 10.0.10.2: icmp_seq=1 ttl=64 time=0.257 ms
Run Code Online (Sandbox Code Playgroud)
colin@guest:~$ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) …Run Code Online (Sandbox Code Playgroud)