How do I setup IPv6 on AIX?



  • Make sure IPv6 is being used

    # netstat -ni
    
    # autoconf6
    

    To verify

    # netstat -ni 
    

    Start up the ndpd-host

    # startsrc -s ndpd-host
    

    To setup IPv6 for every boot

    Edit the /etc/rc.tcpip file

    Uncomment the following lines in that file:

    # Start up autoconf6 process
    start /usr/sbin/autoconf6 ""

    # Start up ndpd-host daemon
    start /usr/sbin/ndpd-host "$src_running"


Log in to reply
 

© Lightnetics 2024