AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
Expand all | Collapse all

IPV6 or IPV4

  • 1.  IPV6 or IPV4

    Posted Wed April 18, 2007 10:27 AM

    Originally posted by: SystemAdmin


    I have an AIX5 and i want to know wich IPV i'm using. How can i do it?
    #AIX-Forum


  • 2.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 10:38 AM

    Originally posted by: orphy


    A quick way is to see which attribute has the IP assigned.

    1. lsattr -Elen0 -a netaddr -a netaddr6
    netaddr 170.154.108.234 Internet Address True
    netaddr6 IPv6 Internet Address True
    Orphy
    #AIX-Forum


  • 3.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 11:03 AM

    Originally posted by: SystemAdmin


    On AIX 5.3 IPV6 is the default value?
    #AIX-Forum


  • 4.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 11:08 AM

    Originally posted by: orphy


    There's no default here. If there are defaults, they would be site-specific.
    You tell it what to use when you first configure TCP/IP. Most people out
    there still use v4.
    Orphy
    #AIX-Forum


  • 5.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 11:36 AM

    Originally posted by: SystemAdmin


    I'm having a performance problem with Java when i open a Socket.Java uses IPV6 as dafault and if i use the System parameter -Djava.net.preferIPv4Stack=true the problem is solved. I suppose that if i set IPV6 on en0 so i wil resolve the problem. What do you think? Is autoconf6 the command to use?
    Thanks in advance
    Mario
    #AIX-Forum


  • 6.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 11:53 AM

    Originally posted by: orphy


    "I'm having a performance problem with Java". Hmmm... Should I expect
    something different?

    This Infocenter URL (bottom) has some steps for you to go IPv6.

    http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.commadmn/doc/commadmndita/tcpip_ipv6.htm
    Orphy
    #AIX-Forum


  • 7.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 01:15 PM

    Originally posted by: VirtualGreg


    You don't need a new car because you had a flat tire. From reading the posts on this thread, I might suggest your question is better suited to one of the Java forums.
    #AIX-Forum


  • 8.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 11:59 AM

    Originally posted by: SystemAdmin


    It sounds like you found the solution to your problem with the flag, so I would not go to IPV6. This adds new wrinkles and so could create new problems for you in other areas. So just use the flag to start your Java. It really does work.
    #AIX-Forum


  • 9.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 12:05 PM

    Originally posted by: SystemAdmin


    Why you prefer the use of the flag and not set IPV6 to the network interface?
    #AIX-Forum


  • 10.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 12:33 PM

    Originally posted by: SystemAdmin


    I believe that IPV6 has more overhead and is less likely compatable with the rest of your network. Why move to something you don't fully understand when the other is working fine.
    #AIX-Forum


  • 11.  Re: IPV6 or IPV4

    Posted Wed April 18, 2007 12:56 PM

    Originally posted by: SystemAdmin


    debatable point of view
    #AIX-Forum