Skip to content

SHIELDd rpc always binds to IPV6 #20

@doktor83

Description

@doktor83

SHIELDd rpc always binds to IPV6

OS/version

OS: Linux

VERSION: Ubuntu 16.04.3

Problem summary

No matter how i configure it, rpc (port 20103) always binds to ipv6.
Tried to disable ipv6 in sysctl.conf:

_net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

Blacklisting it in /etc/modprobe .. etc

SHIELD.conf :
rpcuser=user
rpcpassword=password
rpcthreads=8
rpcallowip=0.0.0.0
bind=127.0.0.1
bind=10.132.0.2
bind=0.0.0.0
rpcbind=127.0.0.1
rpcbind=10.132.0.2
rpcbind=0.0.0.0
maxconnections=50
logtimestamps=1
dblogsize=100
daemon=1
algo=lyra
gen=0

Tried all variations with rpcbind, never succeeded.
21103 binds correctly to ipv4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions