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

initial UTD baseline commit #3

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

zub74
Copy link

@zub74 zub74 commented Oct 4, 2024

This commit adds support for running dnsmasq as a Docker Container to supply IPv6 addresses to nodes that join the border router. It also assigns the wfan interface a default address of "2020:ABCD::". Finally, it includes a readme for how to use dnsmasq.

@@ -0,0 +1,10 @@
# This could be a lighter image, but for development use ubuntu 22.04
FROM ubuntu:22.04
Copy link
Author

@zub74 zub74 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I haven't tested this specific image as we can't use Docker Hub images directly at TI, but this should work.

environment:
- TERM=xterm-256color
volumes:
- ./test_packets:/test_packets
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This volume isn't required, but if you want to pass persistent data back and forth between dnsmasq for debugging you can

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

Successfully merging this pull request may close these issues.

3 participants