1 / 4

local network 상의 다른 시스템과 통신이 않 되는 경우 점검사항

local network 상의 다른 시스템과 통신이 않 되는 경우 점검사항. 시스템에서 갑자기 LAN 상의 다른 시스템과 통신이 않되는 경우 다음과 같은 사항들을 순차적으로 점검해 본다 . LAN cable 이 시스템의 LAN card 와 HUB/SWITCH 간에 연결이 제대로 되어 있는지 확인한다 . 2. LAN card 에 LED(Lamp) 가 있는 card 인 경우 LAN cable 을 연결했을때 LED 가 "green" 으로 변하는지 확인한다 .

alyson
Download Presentation

local network 상의 다른 시스템과 통신이 않 되는 경우 점검사항

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. local network상의 다른 시스템과 통신이 않 되는 경우 점검사항 • 시스템에서 갑자기 LAN상의 다른 시스템과 통신이 않되는 경우 • 다음과 같은 사항들을 순차적으로 점검해 본다. • LAN cable이 시스템의 LAN card 와 HUB/SWITCH 간에 연결이 제대로 되어 있는지 • 확인한다. • 2. LAN card에 LED(Lamp)가 있는 card인 경우 LAN cable을 연결했을때 • LED가 "green" 으로 변하는지 확인한다. • 3. ifconfig 명령으로 network interface에 대한 flag가 "up" 과 "running" 상태인지 확인한다. • # ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 le0: flags=863 mtu 1500 inet 129.158.153.167 netmask ffffff00 broadcast 129.158.153.255

  2. local network상의 다른 시스템과 통신이 않 되는 경우 점검사항 • 4. ifconfig 명령으로 network interface에 지정된 IP address가 • 시스템에 할당된 IP와 맞는지 확인한다. • # ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 le0: flags=863 mtu 1500 inet 129.158.153.167 netmask ffffff00 broadcast 129.158.153.255 ^^^^^^^^^^^^^^^^^^^ <-- IP address 확인

  3. local network상의 다른 시스템과 통신이 않 되는 경우 점검사항 • 5. ifconfig 명령으로 network interface에 지정된 IP address에 대한 netmask 값과 • broadcast 값이 맞게 지정되어 있는지 확인한다. • # ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 le0: flags=863 mtu 1500 inet 129.158.153.167 netmask ffffff00 broadcast 129.158.153.255 ^^^^^^^^ ^^^^^^^^^^^^^^^

  4. local network상의 다른 시스템과 통신이 않 되는 경우 점검사항 • 6. routing table에 local network에 대한 routing이 맞게 잡혀 있는지 확인한다. • # netstat -rn Routing Table: • Destination Gateway Flags Ref Use Interface -------------------------------------------------------------------------------------------- 129.158.153.0 129.158.153.167 U 3 323 le0 224.0.0.0 129.158.153.167 U 3 0 le0 default 129.158.153.1 UG 0 546 127.0.0.1 127.0.0.1 UH 0 9459 lo0 • 7. 위의 1-6 항목이 모두 이상이 없으면 아래와 같이 ping 명령을 사용하여 • LAN 상의 다른 시스템으로 부터 응답을 받는지 확인한다. • # ping -s 129.158.153.255

More Related