Skip to content
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

how to change the server port #279

Open
ob1ank opened this issue May 20, 2019 · 3 comments
Open

how to change the server port #279

ob1ank opened this issue May 20, 2019 · 3 comments

Comments

@ob1ank
Copy link

ob1ank commented May 20, 2019

I want to run the netconf server on non-830 port. What should I do?
Thanks

@michalvasko
Copy link
Member

Hi,
I do not think libnetconf listens on any port, this is a question for netopeer-server. Anyway, all you should need to do is to change ietf-netconf-server configuration and netopeer-server should configure itself accordingly. You can maybe use netopeer-configurator for this, I do not remember, it's been too long. And since we have ended our support for these projects, that is all the information I can give you.

Regards,
Michal

@ob1ank
Copy link
Author

ob1ank commented May 21, 2019

@michalvasko
Thank you for your reply.
I want to implement a fake netconf server. It can accept protocol operations from the netconf client and respond as I intended. In other words, there is no actual netconf device or datastore below it.
Can I use libnetconf to implement this case?

Regards,
Rick

@michalvasko
Copy link
Member

Hi Rick,
yes, just do not generate transapi module when using lnctool and you can install it into netopeer-server. I would still advise using it since it supports your use-case.

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