Skip to content

Cant connect with Opendaylight(ODL) #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
UESTC-Bai opened this issue May 27, 2019 · 1 comment
Open

Cant connect with Opendaylight(ODL) #182

UESTC-Bai opened this issue May 27, 2019 · 1 comment

Comments

@UESTC-Bai
Copy link

I use opendaylight to connect to netopeer but seems somthing wrong.It's ok to use netopeer-cli to connect to the server.And the opendaylight can connect to the netconf-testtool that odl provided.Should I change some configuration of server to figure it out?Thanks.

netopeer-server[8532]: SSH log: ssh_socket_pollcallback: Received POLLOUT in connecting state
netopeer-server[8532]: SSH log: ssh_socket_unbuffered_write: Enabling POLLOUT for socket
netopeer-server[8532]: SSH log: callback_receive_banner: Received banner: SSH-2.0-SSHD-CORE-0.14.0
netopeer-server[8532]: SSH log: ssh_server_connection_callback: SSH client banner: SSH-2.0-SSHD-CORE-0.14.0
netopeer-server[8532]: SSH log: ssh_analyze_banner: Analyzing banner: SSH-2.0-SSHD-CORE-0.14.0
netopeer-server[8532]: SSH log: ssh_socket_unbuffered_write: Enabling POLLOUT for socket
netopeer-server[8532]: SSH log: packet_send2: packet: wrote [type=20, len=988, padding_size=4, comp=983, payload=983]
netopeer-server[8532]: SSH log: ssh_send_kex: SSH_MSG_KEXINIT sent
netopeer-server[8532]: SSH log: ssh_packet_socket_callback: packet: read type 20 [len=564,padding=13,comp=550,payload=550]
netopeer-server[8532]: SSH log: ssh_packet_process: Dispatching handler for packet type 20
netopeer-server[8532]: SSH log: ssh_kex_select_methods: Negotiated diffie-hellman-group-exchange-sha256,ssh-rsa,aes128-ctr,aes128-ctr,hmac-sha2-256,hmac-sha2-256,none,none,,
netopeer-server[8532]: SSH log: crypt_set_algorithms_server: Set output algorithm aes128-ctr
netopeer-server[8532]: SSH log: crypt_set_algorithms_server: Set HMAC output algorithm to hmac-sha2-256
netopeer-server[8532]: SSH log: crypt_set_algorithms_server: Set input algorithm aes128-ctr
netopeer-server[8532]: SSH log: crypt_set_algorithms_server: Set HMAC input algorithm to hmac-sha2-256
netopeer-server[8532]: SSH log: ssh_packet_socket_callback: packet: read type 34 [len=28,padding=14,comp=13,payload=13]
netopeer-server[8532]: SSH log: ssh_packet_process: Dispatching handler for packet type 34
netopeer-server[8532]: SSH log: ssh_packet_server_dhgex_request: dh-gex: DHGEX_REQUEST[1024:4096:8192]
netopeer-server[8532]: SSH log: ssh_retrieve_dhgroup_file: Selected 4096 bits modulus out of 37 candidates in 268 lines
netopeer-server[8532]: SSH log: ssh_socket_unbuffered_write: Enabling POLLOUT for socket
netopeer-server[8532]: SSH log: packet_send2: packet: wrote [type=31, len=532, padding_size=8, comp=523, payload=523]
netopeer-server[8532]: SSH log: ssh_socket_exception_callback: Socket exception callback: 1 (0)
netopeer-server[8532]: SSH log: ssh_socket_exception_callback: Socket error: disconnected
netopeer-server[8532]: SSH log: ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 9
netopeer-server[8532]: np_ssh_create_client: SSH key exchange error (src/ssh/server_ssh.c:1072): Socket error: disconnected

@michalvasko
Copy link
Member

Hi,
what does the other end (NETCONF client) print? It unexpectedly disconnects, so the problem is at the client end.

Regards,
Michal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants