Skip to content

Cannot connect to the cockpit GUI through browser, port 64294/64297 #1089

Answered by t3chn0m4g3
onlypwns asked this question in Q&A
Discussion options

You must be logged in to vote

This is not an issue, but one of the limitations mentioned in the Readme.
The service for cockpit, 64294 seems to be bound to IPv6 according to your netstat -tulpen output. The same is probably happening to T-Pot WebUI.
Please check other issues / discussions regarding an Azure setup or check if it is possible to disable IPv6 within Azure.
In the past T-Pot forced IPv4 in /etc/sysctl.conf ... :

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

... but this may cause other problems.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@onlypwns
Comment options

Answer selected by onlypwns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1087 on May 11, 2022 08:53.