Hi Radek,
I have installed the latest multi-level server and facing issues in connecting to the server. Its compiled with dbus service and running
Please find below my observations:
1. When i try to run manually both server and agent, i could able to see the hello messages. But, when tried to connect from remote client, the netopeer-agent and server are not started.
2. Verified sshd_config.running for netopeer-agent as subsystem.
Subsystem netconf //usr/local/bin/netopeer-agent
# NETCONF listening settings
Port 830
ListenAddress 0.0.0.0
ListenAddress ::
3. /usr/local/lib is also added in /etc/ld.so.conf
4. netopeer-cli fails with the following error
[root@sys-214-13 ~]# netopeer-cli
netconf>
netconf> connect 135.249.34.239 --login root -p 830
libnetconf ERROR: Unable to connect to the server (No route to host).
connect: connecting to the
135.249.34.239:830 as user "root" failed.
netconf> exit
[root@sys-214-13 ~]#
[root@sys-214-13 ~]# ping 135.249.34.239
PING 135.249.34.239 (135.249.34.239) 56(84) bytes of data.
64 bytes from
135.249.34.239: icmp_seq=1 ttl=64 time=0.345 ms
^C
--- 135.249.34.239 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.345/0.345/0.345/0.000 ms
[root@sys-214-13 ~]#
5. netopeer-configurator also fails with below ImportError
[root@sys-214-29 ~]# netopeer-configurator
Traceback (most recent call last):
File "/usr/local/bin/netopeer-configurator", line 10, in <module>
from netopeer.ncmodule import NCModuleError
ImportError: No module named netopeer.ncmodule
Am i missing something?
Please help.
Thanks,
Babu