HI all,
I have a ODroid HC1. I am trying to install OMV on it, but it's. not working. Here is what I did and what I discovered so far:
1) Installed Armbian Buster - no problem with that.
2) Configured Static IP for it using armbian-config
3) apt update and apt-upgrade
4) Installer OMV through armbian-config
5) reboot
6) tried to access through my computer: no access
7) curl localhost: got response from OMV
netstat -na |grep 80 gives me:
tcp6 0 0 127.0.0.1:80 127.0.0.1:35938 TIME_WAIT
tcp6 0 0 127.0.0.1:80 127.0.0.1:35940 TIME_WAIT
What a IPv4 adress is doing in tcp6 stack ????
What am I doing wrong here ?
Thanks....