[gpfsug-discuss] Ganesha all IPv6 sockets - ist this to be expected?

Billich Heinrich Rainer (ID SD) heinrich.billich at id.ethz.ch
Fri Sep 13 15:56:07 BST 2019


Hello,

I just noted that our ganesha daemons offer IPv6 sockets only, IPv4 traffic gets encapsulated.  But all traffic to samba is IPv4, smbd offers both IPv4 and IPv6 sockets. 
I just wonder whether this is to be expected? Protocols support IPv4 only, so why running on IPv6 sockets only for ganesha? Did we configure something wrong and should completely disable IPv6 on the kernel level?

Any comment is welcome

Cheers,
Heiner
-- 
=======================
Heinrich Billich
ETH Zürich
Informatikdienste
Tel.: +41 44 632 72 56
heinrich.billich at id.ethz.ch
========================
 

I did check with

  ss -l -t -4
  ss -l -t  -6

add  -p to get the process name, too.

do you get the same results on your ces nodes?


[root at nas22ces04-i config_samples]#   ss -l -t   -4
State       Recv-Q Send-Q                                                                    Local Address:Port                                                                                     Peer Address:Port
LISTEN      0      8192                                                                                  *:gpfs                                                                                                *:*
LISTEN      0      50                                                                                    *:netbios-ssn                                                                                         *:*
LISTEN      0      128                                                                                   *:5355                                                                                                *:*
LISTEN      0      128                                                                                   *:sunrpc                                                                                              *:*
LISTEN      0      128                                                                                   *:ssh                                                                                                 *:*
LISTEN      0      100                                                                           127.0.0.1:smtp                                                                                                *:*
LISTEN      0      10                                                                        10.250.135.24:4379                                                                                                *:*
LISTEN      0      128                                                                                   *:32765                                                                                               *:*
LISTEN      0      50                                                                                    *:microsoft-ds                                                                                        *:*
[root at nas22ces04-i config_samples]#   ss -l -t   -6
State       Recv-Q Send-Q                                                                    Local Address:Port                                                                                     Peer Address:Port
LISTEN      0      128                                                                                  :::32767                                                                                              :::*
LISTEN      0      128                                                                                  :::32768                                                                                              :::*
LISTEN      0      128                                                                                  :::32769                                                                                              :::*
LISTEN      0      128                                                                                  :::2049                                                                                               :::*
LISTEN      0      128                                                                                  :::5355                                                                                               :::*
LISTEN      0      50                                                                                   :::netbios-ssn                                                                                        :::*
LISTEN      0      128                                                                                  :::sunrpc                                                                                             :::*
LISTEN      0      128                                                                                  :::ssh                                                                                                :::*
LISTEN      0      128                                                                                  :::32765                                                                                              :::*
LISTEN      0      50                                                                                   :::microsoft-ds                                                                                       :::*



More information about the gpfsug-discuss mailing list