딩굴댕굴

Linux - 13. 네트워크 명령

by jennysgap

BOX

네트워크 명령

1) 네트워크 설정 단계

      - 호스트이름 설정

      - IP 주소 설정

      - 라우터 설정

      - DNS 설정

      - 테스트 단계


2) 네트워크 명령

- ifconfig  :  InterFace Configuration (네트워크 카드에 대한 설정)

# ifconfig  -a   : 현재 설치되어 있는 네트워크 카드 정보 보기

eth0    Link encap:Ethernet  HWaddr 00:0C:29:10:1C:54

            inet addr:222.116.158.69  Bcast:222.116.158.255  Mask:255.255.255.0

            inet6 addr: fe80::20c:29ff:fe10:1c54/64 Scope:Link

            UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

            RX packets:28523 errors:0 dropped:0 overruns:0 frame:0

            TX packets:162 errors:0 dropped:0 overruns:0 carrier:0

            collisions:0 txqueuelen:1000

            RX bytes:2377558 (2.2 MiB)  TX bytes:28616 (27.9 KiB)

            Interrupt:19 Base address:0x2000


# ifconfig  NIC번호 : 특정 네트워크 카드 정보 보기.  NIC(Network Interface Card)

# ifconfig  eth번호  IP_ADDR : 특정 네트워크 카드의 IP 주소 변경

* 조소 변경등의 작업 시 리모트에서 접근하면 변경과 동시에 통신이 끈어짐.

* 변경 작업은 반드시 본체에서 진행.

# ifconfig eth1 192.168.xx.100

# ifconfig eth1

      <cmd창 ping 192.168.xx.100>

# ifconfig  eth번호 netmask 255.xxx.xxx.0 : 특정 네트워크 카드의 netmask 변경

# ifconfig eth1 netmask 255.255.255.128

# ifconfig eth1

# ifconfig  eth번호 up

# ifconfig  eth번호 down

# ifconfig  eth번호 broadcast xxx.xxx.xxx.127 : 특정 네트워크 카드의 broadcast 변경

# ifconfig eth1 broadcast 192.168.xx.127

# ifconfig eth1


- route : Gateway로 사용할 외부 장치의 주소 확인 및 경로 설정

# route  [add|delete]  default  gw  xxx.xxx.xxx.x

# route  add  default  gw 222.116.158.1


* default - 인터넷 구간의 어느 지점으로 연결할 때 정확한 주소를 알지 못하는경우 표시하는 방법

* gw - Gateway로 사용되는 WAN 구간 장비의 IP로 default로 통신 할 때 데이터 목적지.

# netstat -rn  : router 정보 확인 (-r : route 옵션) (-n : number 옵션)

# netstat -rn

# route  add  default  gw  192.168.xx.2

# netstat -r

# route delete defualt gw 192.168.xx.2 ( 잘못 설정 된 경우 삭제)

# netstat -r


* DNS 설정 

#  vi  /etc/resolv.conf

-----------------------------------------------------------

nameserver  168.126.63.1

nameserver  8.8.8.8

nameserver  168.126.63.2

-----------------------------------------------------------

# nslookup

> server

> www.naver.com

> exit





반응형

'BOX' 카테고리의 다른 글

Linux - 15. 사용자 관리  (0) 2016.12.07
Linux - 14. 네트워크 설정 별 관리 파일  (0) 2016.12.07
Linux - 12. 기타 명령  (0) 2016.12.07
Linux - 11. 퍼미션  (0) 2016.12.07
Linux - 10. awk  (0) 2016.12.07

블로그의 정보

jennysgap

jennysgap

활동하기