The socket-address parameter for netconfd-pro
specifies the IPv4 address to listen on when the
socket-type parameter is set to 'tcp'. Ignored if
the socket-type is 'aflocal'. The default is '0.0.0.0'.
Note that this parameter specifies the IP address
for internal <ncx-connect> protocol messages.
The server will accept NETCONF sessions over
SSH, as specified in the OpenSSH config file,
/etc/ssh/sshd_config.
The socket-address parameter can be invoked via the command line when starting netconfd-pro:
user@system> netconfd-pro --socket-address=175.432.10.1
or configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf socket-address # # Specifies the IPv4 address to listen on when the # socket-type parameter is set to 'tcp'. Ignored if the # socket-type is 'aflocal'. # # Note that this parameter specifies the IP address for # internal <ncx-connect> protocol messages. The server # will accept NETCONF sessions over SSH, as specified # in the OpenSSH config file. # # socket-address 0.0.0.0 socket-address 175.432.10.1