로컬 네트워크에서 내 컴퓨터를 ping할 수 없습니다. [닫기]

로컬 네트워크에서 내 컴퓨터를 ping할 수 없습니다. [닫기]

64비트에서 실행 중입니다.오픈수세 13.2Gnome 3 데스크탑 환경을 사용하고 Samba 서버를 설정하려는 시도가 실패했습니다. 내 Linux 컴퓨터의 IP 주소를 ping하는 Windows 8.1을 실행하는 다른 컴퓨터가 있습니다. 방화벽이 비활성화되었습니다. 내 Linux 시스템을 차단할 수 있는 다른 요인은 무엇입니까?

그러나 Linux 상자에서 Windows 8.1을 성공적으로 ping할 수 있습니다.

노트두 개의 라우터(tp-link ASDL)와 (netis)가 있습니다. 가끔 Windows 8.1에서 Linux(Apache)의 로컬 웹 서버에 ping을 실행하고 액세스할 수 있는데, 이는 느린 연결 문제 때문인 것 같습니다.

이것은 Linux ifconfig의 출력입니다.

nuke1:/home/santoshlinkha # ifconfig
enp3s0    Link encap:Ethernet  HWaddr F4:6D:04:56:9B:2B  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:5808 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5808 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:7368235 (7.0 Mb)  TX bytes:7368235 (7.0 Mb)

wlp2s0    Link encap:Ethernet  HWaddr BC:77:37:AC:63:7C  
          inet6 addr: fe80::be77:37ff:feac:637c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:93117 errors:0 dropped:0 overruns:0 frame:0
          TX packets:98142 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:58302013 (55.6 Mb)  TX bytes:27770084 (26.4 Mb)

이것은 Windows 8.1에서 내 ipconfig의 출력입니다.

Windows IP Configuration


Wireless LAN adapter Local Area Connection* 4:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Wireless LAN adapter Local Area Connection* 3:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . : 
   Link-local IPv6 Address . . . . . : fe80::edc2:243b:ad78:3b1d%8
   IPv4 Address. . . . . . . . . . . : 192.168.1.108
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1

Ethernet adapter Bluetooth Network Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Ethernet adapter Ethernet:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Tunnel adapter isatap.{87EDE97A-520D-44AA-B06B-9A89EDC96497}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . : 
   IPv6 Address. . . . . . . . . . . : 2001:0:9d38:90d7:2833:cc04:8e38:2b5d
   Link-local IPv6 Address . . . . . : fe80::2833:cc04:8e38:2b5d%11
   Default Gateway . . . . . . . . . : ::

여기에 이미지 설명을 입력하세요.

답변1

한 가지 가능한 원인은 방화벽이 ICMP 트래픽을 거부하는 것입니다. 가설을 테스트하려면 yast에서 방화벽을 끄고 다시 시도하세요.

관련 정보