Tried to import eos-eos4.0-amd64-amd64.220406-204708.base, which failed. Luckily there was eos-eos4.0-amd64-amd64.220406-204708.base.vmdk file after unpacking the *.zip, which is virtual hard drive I could use for virtual machine.
Then running it in VirtualBox, discovered by nmap, that port 8008/tcp was open on that virtual machine IP.
nmap -F 192.168.56.101
Not shown: 99 closed tcp ports (conn-refused)
PORT STATE SERVICE
8008/tcp open http
I added second, host-only network adapter in order to access for scanning purposes. Although connections were refused from that port, what for is that port opened?
Still I notice:
sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Why leave ports open? Wouldn’t it be better input and forward policy to set deny at least?