04-13-2017, 09:53 AM
I do not have another server. However, I haven't yet tested trying another port. Here are the results from netstat:
after starting the server
Code:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 320 192.168.1.202:22 192.168.1.108:52571 ESTABLISHED
tcp6 0 0 :::445 :::* LISTEN
tcp6 0 0 :::139 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
after starting the server
Code:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.202:22 192.168.1.108:52571 ESTABLISHED
tcp 0 256 192.168.1.202:22 192.168.1.108:52767 ESTABLISHED
tcp6 0 0 :::25565 :::* LISTEN
tcp6 0 0 :::445 :::* LISTEN
tcp6 0 0 :::8070 :::* LISTEN
tcp6 0 0 :::139 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN