> On Dec 17, 2019, at 12:29 PM, Alexander Pyhalov <a...@sfedu.ru> wrote:
> 
> Hi.
> What do you have in ListenAddress ? If "::", it's expected.

Looks like it's commented out.

# grep Listen /etc/ssh/sshd_config
#ListenAddress 0.0.0.0
#ListenAddress ::


> Look at rpcbind, do you see 3 listen entries for it?
> $ netstat -an |grep 111 | grep LISTEN
>      *.111                *.*                0      0 128000      0 LISTEN
>      *.111                *.*                0      0 128000      0 LISTEN
>      *.111                             *.*                             0      
> 0 128000      0 LISTEN

Ahh, yes, you're right:

# netstat -an -P tcp | grep -w 111
      *.111                *.*                 0      0 1048576      0 LISTEN
      *.111                *.*                 0      0 1048576      0 LISTEN
      *.111                             *.*                              0      
0 1048576      0 LISTEN      


Oddly, the pfiles for rpcbind have both XTI endpoints opened on /dev/tcp6, 
though.

I'd be very curious what pfiles says on your test program.

Dan


------------------------------------------
illumos: illumos-discuss
Permalink: 
https://illumos.topicbox.com/groups/discuss/Tab75a9ad6a8b237b-M7b90122f373c9f62f6136aa4
Delivery options: https://illumos.topicbox.com/groups/discuss/subscription

Reply via email to