IBM/AIX

Upgrade to IPv6 with IPv4 configured

nickas 2010. 11. 3. 14:59

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"