Linux 다 중 네트워크 카드 가 같은 네트워크 를 설정 하여 발생 하 는 문제

Linux          ,     

Server     ,    IP       
  1:172.16.18.102/16,       
  2:172.16.18.13/16,      NAS   ,NAS     IP       
NAS   :172.16.16.20/16
    :
      ,Server         ,      NAS   


  :
     ,
[root@localhost ~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
172.16.0.0      0.0.0.0         255.255.0.0     U     100    0        0 enp2s0f0
172.16.0.0      0.0.0.0         255.255.0.0     U     101    0        0 enp2s0f1
[root@localhost ~]#

    ,        enp2s0f0  
[root@localhost ~]# arp -an
? (172.16.66.22) at 00:1f:c6:9c:a2:11 [ether] on enp2s0f0
? (172.16.66.234) at f4:4d:30:0b:53:95 [ether] on enp2s0f0
? (172.16.20.243) at 08:9e:01:24:7d:bd [ether] on enp2s0f0
[root@localhost ~]# 

    ,        
  enp2s0f1    172.16.16.20 
route add -host 172.16.16.20 dev enp2s0f1

  :
[root@localhost ~]# ping 172.16.16.20
PING 172.16.16.20 (172.16.16.20) 56(84) bytes of data.
64 bytes from 172.16.16.20: icmp_seq=1 ttl=64 time=0.062 ms
64 bytes from 172.16.16.20: icmp_seq=2 ttl=64 time=0.059 ms
^C
--- 172.16.16.20 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.059/0.060/0.062/0.007 ms
[root@localhost ~]# 



    !

좋은 웹페이지 즐겨찾기