这是我的家庭网络的精简版,我的问题是我无法让 192.168.20.100 与 192.168.20.4 通信。
工作站可以 ping 通路由器和服务器,并且可以与两者通信。其网关设置为 192.168.20.1。
该服务器仅能对工作站和路由器 192.168.20.1 进行 ping 操作,而到 192.168.20.4 的数据包丢失率为 100%,尽管已将其设置为默认网关。
我特意希望服务器使用 192.168.20.4 作为默认网关,而网络的其余部分使用 192.168.20.1,但我想让它们都位于同一个子网中。
我想说的是,这个问题始于我用多个 4 端口交换机替换 2950 交换机时,但我不确定这会如何导致这个问题。
没有 DHCP,全部是静态的。
工作站 ARP:
192.168.20.4 ether 00:1d:73:55:31:7a C eth0
192.168.20.100 ether 90:e2:ba:27:5f:3a C eth0
192.168.20.1 ether 00:24:a5:42:a7:dc C eth0
192.168.20.5 ether 00:0e:84:06:73:40 C eth0
服务器 ARP:
192.168.20.4 ether 00:1d:73:55:31:7a C eth0
192.168.20.101 ether 6c:f0:49:0a:91:82 C eth0
192.168.20.5 ether 00:0e:84:06:73:40 C eth0
192.168.20.1 ether 00:24:a5:42:a7:dc C eth0
交换机ARP:
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.20.100 0 90e2.ba27.5f3a ARPA Vlan1
Internet 192.168.20.101 10 6cf0.490a.9182 ARPA Vlan1
Internet 192.168.20.4 9 001d.7355.317a ARPA Vlan1
Internet 192.168.20.5 - 000e.8406.7340 ARPA Vlan1
Internet 192.168.20.1 1 0024.a542.a7dc ARPA Vlan1
交换机MAC地址表:
1 001d.7355.317a DYNAMIC Fa0/3
1 0024.a542.a7dc DYNAMIC Fa0/24
1 6cf0.490a.9182 DYNAMIC Gi0/2
1 90e2.ba27.5f3a DYNAMIC Gi0/1
运行配置(已清理):
Current configuration : 1313 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Europa
!
enable secret 5 .............................
!
ip subnet-zero
!
ip ssh time-out 120
ip ssh authentication-retries 3
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 192.168.20.5 255.255.255.0
no ip route-cache
!
ip http server
!
line con 0
line vty 0 4
password .........
login
line vty 5 15
password .........
login
!
!
end
编辑
我还不能回答我自己的问题,但我已经找到了问题所在。192.168.20.4 服务器上有一个错误的 ARP 条目。感谢您提到检查 ARP 表,我觉得自己很愚蠢,没有检查路由器。
答案1
我找到了问题所在。192.168.20.4 的 192.168.20.100 的 ARP 条目不正确。感谢您提到检查 ARP 表,我觉得自己很愚蠢,没有检查路由器。