Skip to content

initial UTD baseline commit#3

Open
zub74 wants to merge 1 commit into
TexasInstruments:releasefrom
AChannui:feature-external-dhcp-server
Open

initial UTD baseline commit#3
zub74 wants to merge 1 commit into
TexasInstruments:releasefrom
AChannui:feature-external-dhcp-server

Conversation

@zub74

@zub74 zub74 commented Oct 4, 2024

Copy link
Copy Markdown

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

@zub74 zub74 Oct 4, 2024

Copy link
Copy Markdown
Author

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
Copy Markdown
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