Hello, I just installed T-pot on a debian 11 cloud version. All the installation went fine and everything seems good, I downloaded docker, apt-fast and toilet to make sure no error related to these could appear during it. When I perform ./dps.sh, every services are up and I can access it normally (didn't try every of them, but can access without any problem citrix and snare).
Problem : I cannot access the Nginx webpage (port 64297) neither connect via SSH (port 64294 & 64295). All of these ports have the same problem, they doesn't provide any reponse and it always end up with time expiration error. Interresting to note that nginx return a correct response when I use curl from the cloud machine.
My VM has 8GB RAM, 160 GB SSD, 4vCPU so I don't think the error come from here. I still can monitor the system with the cloud provider access (a webshell).
Here is the dps.sh result:
Here is netstat output with tpot OFF :
And here netstat with tpot ON:
⚠️ Provide basic support information or similiar information with regard to your issue or we can not help you and will close the issue without further notice
⚠️ Basic support information (commands are expected to run as root)
What version of the OS are you currently using lsb_release -a and uname -a?
What T-Pot version are you currently using?
I cloned the github today so I assume It is the 22.04
What edition (Standard, Nextgen, etc.) of T-Pot are you running?
Standard
What architecture are you running on (i.e. hardware, cloud, VM, etc.)?
cloud
Did you have any problems during the install? If yes, please attach /install.log/install.err.
Find this in /install.err but I don't think it's really a problem:
How long has your installation been running?
30min
Did you install upgrades, packages or use the update script?
No
Did you modify any scripts or configs? If yes, please attach the changes.
No
Please provide a screenshot of glances and htop.
How much free disk space is available (df -h)?
I have a lot of fs, but none of them are full. I just created the vm with 160 GB and direclty installed tpot on it, nothing else.
What is the current container status (dps.sh)?
See above
What is the status of the T-Pot service (systemctl status tpot)?
Active
What ports are being occupied? Stop T-Pot systemctl stop tpot and run netstat -tulpen
see above
Hello, I just installed T-pot on a debian 11 cloud version. All the installation went fine and everything seems good, I downloaded docker, apt-fast and toilet to make sure no error related to these could appear during it. When I perform ./dps.sh, every services are up and I can access it normally (didn't try every of them, but can access without any problem citrix and snare). Problem : I cannot access the Nginx webpage (port 64297) neither connect via SSH (port 64294 & 64295). All of these ports have the same problem, they doesn't provide any reponse and it always end up with time expiration error. Interresting to note that nginx return a correct response when I use curl from the cloud machine. My VM has 8GB RAM, 160 GB SSD, 4vCPU so I don't think the error come from here. I still can monitor the system with the cloud provider access (a webshell). Here is the dps.sh result: Here is netstat output with tpot OFF : And here netstat with tpot ON:
⚠️ Basic support information (commands are expected to run as
root
)What version of the OS are you currently using
lsb_release -a
anduname -a
?What T-Pot version are you currently using? I cloned the github today so I assume It is the 22.04
What edition (Standard, Nextgen, etc.) of T-Pot are you running? Standard
What architecture are you running on (i.e. hardware, cloud, VM, etc.)? cloud
Did you have any problems during the install? If yes, please attach
/install.log
/install.err
. Find this in /install.err but I don't think it's really a problem:How long has your installation been running? 30min
Did you install upgrades, packages or use the update script? No
Did you modify any scripts or configs? If yes, please attach the changes. No
Please provide a screenshot of
glances
andhtop
.How much free disk space is available (
df -h
)? I have a lot of fs, but none of them are full. I just created the vm with 160 GB and direclty installed tpot on it, nothing else.What is the current container status (
dps.sh
)? See aboveWhat is the status of the T-Pot service (
systemctl status tpot
)? ActiveWhat ports are being occupied? Stop T-Pot
systemctl stop tpot
and runnetstat -tulpen
see aboveThanks in advance for your help !