Решил еще раз проверить.
В конфигурационном файле имею:
# Host interface on which to listen for peer networking requests, default all.
# Use 0.0.0.0 to listen on all IPv4 interfaces or :: to listen on all IPv4 and
# IPv6 interfaces
nxt.peerServerHost=0.0.0.0
# Host interface on which to listen for http/json API request, default localhost
# only. Set to 0.0.0.0 to allow the API server to accept requests from all
# network interfaces.
nxt.apiServerHost=0.0.0.0
netstat дает мне ответ:
TCP [::]:6874 [::]:0 LISTENING
TCP [::]:6876 [::]:0 LISTENING
Получается что описание параметров неточное и требует корректировки.