我使用交叉电缆将 Kubuntu 14.04 机器连接到 Debian 7.0。问题:ping 是单向的。Kubuntu 机器可以看到 Debian,但 Debian 无法 ping Kubuntu。
笔记:
两台机器上的防火墙都已禁用:
$ sudo ufw status $ Status: inactive
更新
ifconfig
结果:
是否配置
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::f24d:a2ff:fe90:ec31/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:347 errors:0 dropped:0 overruns:0 frame:0
TX packets:495 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:50712 (50.7 KB) TX bytes:57402 (57.4 KB)
ping
从 Kubuntu (192.168.1.10) 到其自身:
ping 192.168.1.10
PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
^C
--- 192.168.1.10 ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9000ms
route -n
返回:
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan0
答案1
您的wlan0
接口位于同一子网中。您有 2 个选择:
例如,将两台机器(debian 和 kubuntu)的 IP 更改为另一个子网
192.168.2.10
。禁用无线接口或将其 IP 更改为另一个子网。