I have 3 CT.
If i open in ssh terminal proxmox server and then pct enter, all works fine.
I can login in MySQL locally too.
But when i try to access over ssh outside proxmox server, it give me a connection refused. And in MySQL too (obviously, with % and grant permissions).
I have not firewall into CT; normally i use CSF Firewall&Config, but it's disabled
Proxmox firewall is disabled too.
My listen connections:
It's like each CT have a firewall enabled, but i cannot find it!
If i open in ssh terminal proxmox server and then pct enter, all works fine.
I can login in MySQL locally too.
But when i try to access over ssh outside proxmox server, it give me a connection refused. And in MySQL too (obviously, with % and grant permissions).
I have not firewall into CT; normally i use CSF Firewall&Config, but it's disabled
Proxmox firewall is disabled too.
My listen connections:
Code:
netstat -tln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7850 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp6 0 0 :::33060 :::* LISTEN
tcp6 0 0 :::7850 :::* LISTEN
tcp6 0 0 ::1:25 :::* LISTEN
Code:
sudo ufw status
Status: inactive
Code:
csf -x
csf and lfd have been disabled, use 'csf -e' to enable
It's like each CT have a firewall enabled, but i cannot find it!