• 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.

setting up a server - port forwarding + DMZ?

heartsurgeon

Diamond Member
what is the safest way to set up a server behind a router?

forwarding port 80 to a fixed IP address (separate computer on the network dedicated only to serving up a web site),
of setting that computer in a DMZ and forwarding port 80 to its fixed ip address?

or do i know so little about setting up a server that my question is just plain stupid..

help me out here..safest way to setup or configure a http server behind a router, on a business network, where you do not want anyone to be able to screww around with the rest of the network
the network is running on win2000 server, the router is a d-link, the computer which will be the http server is running red hat linux.
 
Use portforwarding, by putting the server in the DMZ you effectively allow all traffic to it (think forwarding every port).
 
Back
Top