
이것은 내 홈 네트워크의 간단한 버전이며 내 문제는 192.168.20.100에서 192.168.20.4와 통신할 수 없다는 것입니다.
워크스테이션은 라우터와 서버 모두에 문제 없이 핑을 보내고 둘 다와 통신할 수 있습니다. 게이트웨이는 192.168.20.1로 설정되어 있습니다.
서버는 워크스테이션과 라우터 192.168.20.1에만 ping을 보내고 192.168.20.4를 기본 게이트웨이로 설정했음에도 불구하고 100% 패킷 손실이 발생합니다.
의도적으로 서버가 192.168.20.4를 기본 게이트웨이로 사용하고 나머지 네트워크는 192.168.20.1을 사용하기를 원했지만 둘 다 동일한 서브넷에 유지하고 싶었습니다.
이 문제는 2950 스위치에 여러 개의 4포트 스위치를 사용하여 교체했을 때 시작되었다고 말할 수 있지만 이것이 어떻게 이 문제를 일으켰는지 잘 모르겠습니다.
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 테이블을 확인했다고 언급해 주셔서 감사합니다. 라우터도 확인하지 않은 것에 대해 바보 같은 느낌이 듭니다.