Upgrade to IPv6 with IPv4 configured
1. Set up the hosts for IPv6
#autoconf6
다음의 명령을 수해 ndpd-host 데몬 시작
#startsrc -s ndd-host
2. Set up the router for IPv6
#no -o ip6forwarding=1
#startsrc -s ndpd-router
3. Set up IPv6 to be configured on the hosts at boot time
시스템을 재부팅하면 새로 구성 설정된 IPv6이 삭제. 재부팅 할 때 사용하기 위해서
1. /etc/rc.tcpip 편집
#Start up autoconf6 process
start
/usr/sbin/aautoconf6 ""
#Start up ndpd-host daemon
start
/usr/sbin/nodp-host "$src_running"
'IBM > AIX' 카테고리의 다른 글
AIX에서 tomcat 실행하기 (0) | 2011.03.29 |
---|---|
AIX IPL progress codes (0) | 2011.03.28 |
Programming Language Products for AIX: C and C++ Compilers (0) | 2011.03.28 |
NFS DIO and CIO support (0) | 2010.12.29 |
I/O completion ports error when attempting to set up Domino 6.x on AIX (0) | 2010.12.29 |
AIX 6.1 최적화와 성능 튜닝 (한글) (0) | 2010.10.25 |
GPFS (0) | 2010.10.14 |
FTP (0) | 2010.08.22 |
chmod (0) | 2010.08.21 |
etherchannel (0) | 2010.08.12 |