Hi guys,
I am total newbie at OMV. I like it very much after I installed it on my physical machine. The major function I would like to use is Autoshutdown as I am a poor student. Save money is important for me. After configuration, it works perfect. However I found that the port 80 was not detected as active even though I still worked on web gui site too. So I searched some forum and used below command to check the port:
"ss -n | grep ESTAB | grep :80"
I got the below result:
ESTAB 0 0 [::ffff:192.168.0.34]:80 [::ffff:192.168.0.177]:55756
Then I checked the log and find the below command was executed by OMV:
"ss -n | grep ESTAB | grep 192.168.0.34:80"
Of course the output is nothing and OMV didn't detect anything on port 80.
I thought that's the reason that OMV machine was going to shutdown when I still used web GUI too.
I searched again and can't find any answer for it. Can any one help me for this matter?
Thank you in advance.
Simon