2012년 2월 7일 화요일

AIX에서 IP 변경 방법

- 명령어로 변경
# netstat -in or ifconfig -a 로 변경할 interface를 확인
# chdev -l en3 -a netaddr=10.10.10.100 -netmask=255.255.255.0 -a state=up
 => en3 interface에 10.10.10.100이라는 ip를 B Class로 설정하고 en3 interface를 바로 active한다.

- smit에서 작업
# netstat -in or ifconfig -a 로 변경할 interface를 확인
# smit tcpip
  Further Configuration -> Network Interfaces -> Network Interface SElection
  -> Change/ Show Characteristics of a Network Interface -> 해당 Interface 선택
    INTERNET ADDRESS (dotted decimal)                      [10.10.10.100]
    Network MASK (hexadecimal or dotted decimal)       [255.255.255.0]
    Current STATE
    위와 같이 정의한 후 수행

* AIX는 특정하게 파일에 실질적으로 정의하는 부분은 /etc/hosts file에 ip등록하는 것 밖에는 없습니다. 이것 또한 smit에서 작업시 자동으로 /etc/hosts file에 등록되구요.


<<Route Talbe 변경 방법>>
일반적으로 기본적으로 default gateway는 하나입니다
여기에 필요에 따라 ip alias를 걸어 사용됩니다.
-Default Gateway 변경
  #smit tcpip
    Minimun Configuration & Startup -> 해당 interface 선택
        Default Gateway
               Address(dotted decimal or symbolic name)      [10.10.1.1]
- static route등록
  #smit tcpip
     Further Configuration -> Static Route -> Add a Static Route
       Destination TYPE                                    net
      *DESTINATION Address                           [10.20.0.0]
       (dotted decimal or symbolic name)        
      *GATEWAY Address                                [10.10.1.1]
위와 같은 형식으로 변경한다.
     

댓글 없음:

댓글 쓰기