• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Just setup Win2k Server - need help - lots of connections

Hi,

I just setup Win2K server for the first time behind a router. Trying to learn this stuff.

First off, here is what I got

DSL#staticIP# > Router#NAT/DHCP# > [Server + 4 Workstations]

Each of the workstations gets its IP dynamically via DHCP from the router

The Server is assigned a static IP - 192.168.2.128 subnet 255.255.255.0

The rest of the IPs are similar - 192.168.2.24 192.168.2.30 etc etc all 255.255.255.0 subnet

I have Web Server Services Active on the Server, with a single website being hosted. I have it set to host from the server's static IP on port 80. I went to TCP/IP filtering, and set it to allow only port 80.

I went into the router's virtual server configuration (port forwarding) and set all requests to my public IP address at port 80 to forward to the server's internal IP address at port 80. I blocked all UDP traffic.

Firewall services and NAT is active on the router.

OK, so I can hit up my public IP address from a remote location and pull up the website I want to host. That works. The request is getting forwarded to the server correctly.

Yes, the server is patched. I am trying to learn how to work this server, so there are something's I have dileberately not done yet, like setup a software firewall.

The problem is, when I pull up the dos prompt and run netstat, I find about 30-40 active connections, some tcp, some udp, some syn, all on high level ports like 1900, 2100, etc. There was a steady stream of data flowing out of my server. I have pulled the server offline incase it was being used as a zombie.

What other things can I do to lock this server down, and how can I find out more about where these connections are coming from, why they are connected, etc.??? Can anybody offer me an advice as to how I can keep this server online without getting hacked into the first 10 minutes its online?



 
check which services you have running and disable all that aren't necessary. Also, you could run a port scan from outside your network to see what is open. There are a few free ones out there like superscan you can use.
 
Back
Top