-
Notifications
You must be signed in to change notification settings - Fork 1
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
DNS problem #1
Comments
Within Mininet CLI, The later errors are related to multicast DNS-SD. To start the mDNS daemon, there's an |
Yes, I ran the |
Hey, |
Hi, I'm a student trying to reproduce your scalability results and learn more about nmos.
I'm running the nmos-mininet on Ubuntu-Server 14.04 as a VM in VirtualBox and Ubuntu 18.04 as host. I have a bunch of issues which are somehow related to each other I guess:
After setting up the NMOS extention I tried
h1 ping -c1 "h2"
to confirm DNS is working within the virtual network.But > >unknown host h2 << is all I get
After that I tried:
The commands are working fine, except
query_nodes h1
. I get this error message:For that reason I checked whether nmos-cpp is working fine.
I ran the nmos-cpp-test script:
Did I missed something during installation or setup?
Thanks very much
The text was updated successfully, but these errors were encountered: