Have TPOT listen on a specific interface #1799
Answered
by
t3chn0m4g3
cyberconsecurity
asked this question in
Q&A
-
Have a hive installation that has two interfaces and I would like the honeypots to only listen on one. How do i go about doing this? |
Beta Was this translation helpful? Give feedback.
Answered by
t3chn0m4g3
Jun 4, 2025
Replies: 1 comment
-
You can adjust some of the services in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cyberconsecurity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can adjust some of the services in the
docker-compose.yml
to listen on specific IP addresses. But some honeypots and tools will automatically listen for traffic on the interface that is associated with the default (0/0) route.However we do not recommend to run T-Pot in a multi-homed environment.