
これは私のホーム ネットワークの簡略版ですが、問題は 192.168.20.100 が 192.168.20.4 と通信できないことです。
ワークステーションは両方のルーターとサーバーに正常に ping を送信し、両方と通信できます。ゲートウェイは 192.168.20.1 に設定されています。
サーバーはワークステーションとルーター 192.168.20.1 にのみ正常に ping を送信し、192.168.20.4 をデフォルト ゲートウェイとして設定しているにもかかわらず、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 テーブルを確認することを言及していただきありがとうございます。ルーターも確認しなかったのは愚かな気がします。