telekom-security / tpotce

🍯 T-Pot - The All In One Multi Honeypot Platform 🐝
GNU General Public License v3.0
6.28k stars 1.03k forks source link

T-pot WebUI connection failed (64297 - 64295) #1542

Closed LyCrash closed 1 month ago

LyCrash commented 1 month ago

I have successfully installed the latest T-pot version on a debian VM (Vmware Workstation 17) following the exact TL;DR instructions ( curl the installer not manual nor through tpot iso). After rebooting the system, I checked that ssh, tpot, docker are all active and running, but when I try to login from the browser (firefox) and access the T-Pot WebUI and tools with my private ip address (https://192.168.1.34:64297), I get that the website isn't availabe: image

But if I enter on localhost (https://127.0.0.1:64297), I get the first loading page, but accessing other links (attackmap, cyberchef, elasticvue, kibana, spiderfoot) would lead to the same issue (connection failed) image

Note that I can access remotly through ssh : image

t3chn0m4g3 commented 1 month ago

Based on the description it seems the VM is setup as host only, it should use bridge mode.

LyCrash commented 1 month ago

Based on the description it seems the VM is setup as host only, it should use bridge mode.

@t3chn0m4g3 VM is already set to be bridged (not host-only nor NAT)

t3chn0m4g3 commented 1 month ago

Works completely fine in VirtualBox, Parallels, VMware and UTM. Even followed up on host mode which works fine as well. Other than VMNet routing on your host or routing in general I cannot think of anything else (Windows firewall or maybe another security tool preventing access, maybe even a traffic shaper like cFosSpeed?).