Dois dispositivos, mesma sub-rede, sem comunicação

Dois dispositivos, mesma sub-rede, sem comunicação

Esta é uma versão simplificada da minha rede doméstica, e meu problema é que não consigo fazer com que 192.168.20.100 se comunique com 192.168.20.4.

A estação de trabalho executa ping tanto nos roteadores quanto no servidor e pode se comunicar com ambos. Seu gateway está definido como 192.168.20.1.

O servidor executa ping apenas na estação de trabalho e no roteador 192.168.20.1 e tem 100% de perda de pacotes para 192.168.20.4, apesar de tê-lo definido como gateway padrão.

Eu quero propositalmente que o servidor use 192.168.20.4 como gateway padrão e o resto da rede use 192.168.20.1, mas queria manter os dois na mesma sub-rede.

Direi que esse problema começou quando troquei vários switches de 4 portas pelo switch 2950, ​​mas não tenho certeza de como isso teria causado esse problema.

Nenhum DHCP presente, tudo isso é estático.

Diagrama de rede doméstica

ARP da estação de trabalho:

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 do servidor:

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

Alternar 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

Tabela de endereços MAC do switch:

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

Executando configuração (higienizado):

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

EDITAR

Ainda não posso responder à minha própria pergunta, mas encontrei o problema. 192.168.20.4 tinha uma entrada ARP incorreta no servidor. Obrigado por mencionar a verificação das tabelas ARP, me sinto um idiota por não verificar os roteadores também.

Responder1

Eu encontrei o problema. 192.168.20.4 tinha uma entrada ARP incorreta para 192.168.20.100. Obrigado por mencionar a verificação das tabelas ARP, me sinto um idiota por não verificar os roteadores também.

informação relacionada