I am having an issue, I have configred wf.msc to allow the following ports through: 80, 443, 3306, 1433, 21, 22, 8889
My report is showing that most are not open and/or listening, let alone established. I'm trying to get this server setup for hosting internal websites, internal MySQL and MSSQL databases, FTP, and SFTP, along with a custom RDP port... yet, the only thing that works so far is a local connection to the RDP.
None, of the remote connections work (ie... ftp://o7t.in fails, but ftp://MY.Loc.Cal.IP works)
Here are the logs from a couple netstats:
Listening:
TCP 0.0.0.0:21 0.0.0.0:0 LISTENING
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:515 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1433 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:8889 0.0.0.0:0 LISTENING
TCP 0.0.0.0:47001 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49152 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49153 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49154 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49155 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49156 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49157 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1434 0.0.0.0:0 LISTENING
TCP 127.0.0.1:14147 0.0.0.0:0 LISTENING
TCP 192.168.2.98:139 0.0.0.0:0 LISTENING
TCP 192.168.56.1:139 0.0.0.0:0 LISTENING
TCP [::]:21 [::]:0 LISTENING
TCP [::]:80 [::]:0 LISTENING
TCP [::]:135 [::]:0 LISTENING
TCP [::]:445 [::]:0 LISTENING
TCP [::]:515 [::]:0 LISTENING
TCP [::]:1433 [::]:0 LISTENING
TCP [::]:8889 [::]:0 LISTENING
TCP [::]:47001 [::]:0 LISTENING
TCP [::]:49152 [::]:0 LISTENING
TCP [::]:49153 [::]:0 LISTENING
TCP [::]:49154 [::]:0 LISTENING
TCP [::]:49155 [::]:0 LISTENING
TCP [::]:49156 [::]:0 LISTENING
TCP [::]:49157 [::]:0 LISTENING
TCP [::1]:1434 [::]:0 LISTENING
TCP [::1]:14147 [::]:0 LISTENING
Established:
TCP 192.168.2.98:8889 192.168.2.8:58526 ESTABLISHED
TCP 192.168.2.98:49165 216.52.233.137:443 ESTABLISHED
TCP 192.168.2.98:49168 69.25.30.42:443 ESTABLISHED
TCP 192.168.2.98:49177 65.54.191.47:443 ESTABLISHED
TCP 192.168.2.98:49179 65.54.191.47:443 ESTABLISHED
TCP 192.168.2.98:49180 65.54.191.47:443 ESTABLISHED
TCP 192.168.2.98:49287 157.56.100.28:443 ESTABLISHED
TCP 192.168.2.98:49288 65.54.191.47:443 ESTABLISHED
TCP 192.168.2.98:49291 65.54.191.47:443 ESTABLISHED
TCP 192.168.2.98:49292 65.54.191.47:443 ESTABLISHED
TCP 192.168.2.98:49296 69.25.30.42:443 ESTABLISHED
Is there something other than Windows Firewall Advanced that I am supposed to be configuring here? The routes through my router are already set for the correct ports to the correct IP address...
Please help?!?