Project

General

Profile

Software that needs to be improved for IPv6 » History » Revision 3

Revision 2 (Nico Schottelius, 08/13/2020 12:05 PM) → Revision 3/10 (Nico Schottelius, 08/13/2020 12:09 PM)

{{toc}} 

 h1. Software that needs to be improved for IPv6 

 h2. xrdp  

 Does not listen on IPv6 sockets under Linux. See the "github bug":https://github.com/neutrinolabs/xrdp/issues/1450 

 Applicable for at least version xrdp-0.9.13.1. 


 h2. hackney 

 ... is a very popular Erlang HTTP client. It is used by many Elixir libraries. It's not possible to configure IPv6 
 (see "github bug":https://github.com/benoitc/hackney/issues/206). It is also used by "Pleroma":https://pleroma.social/ 

 h2. cpanel 

 cpanel only resolves IPv4 addresses. 

 Code from 2017: 

 <pre> 
   sub _resolveIpAddress 
    my ( $host, %p_options ) = @_; 

   @addresses = Socket::getaddrinfo( $host, ( $p_options{'ipv6'} ? &Socket::AF_INET6 : &Socket::AF_INET ) ); 

 </pre> 

   however p_options is always empty! 

 Log from 2019 

 <pre> 

  Today at 9:51 PM 
  @cPanelPhilH We are having 3-4 customers in the backlog for cpanel support - do you have a statement that we can forward in terms of timing for IPv6 only support? 
  cPanelPhilHToday at 9:52 PM 
  We have no plans of delivering IPv6 only support at this time, however that may change based on a number of factors, including demand. 
  LucasRolff (DramaQueen)Today at 9:53 PM 
  @cPanelPhilH https://snaps.trollcdn.com/XIGYoS5sLCV7mqt1E1f2NoFRvxAjZl5NtrTJ0wIEXa.png 

  It always complain about "Missing period" and "Missing comma(s) with interrupter" 
  cPanelPhilHToday at 9:53 PM 
  @LucasRolff (DramaQueen) i only hit 11K this week 
  LucasRolff (DramaQueen)Today at 9:53 PM 
  As long as your beer counter went up then it's ok 
  ungleichToday at 9:54 PM 
  Fair enough! In that case we will look into alternatives for these 
  customers at the moment. If you are interested in actively pursuing 
  it, we are open to helping you with infrastructure and knowledge - 
  just give me a ping. 

 </pre>