Recently found out that the Virtual Router’s port 443 is open.
PS C:\WINDOWS\system32> Test-NetConnection -ComputerName 10.3.14.205 -Port 443
ComputerName : 10.y.y.y
RemoteAddress : 10.y.y.y
RemotePort : 443
InterfaceAlias : _something.net
SourceAddress : 10.z.z.z
TcpTestSucceeded : True
I tried using systemctl and service commands to verify status. Both do not work in this strip down linux version.
Appreciate suggestions on how to remove apache2 or prevent it from starting at boot.
