Forgot to add
I would set the router up infront of your dhcp server.
Have one interface go to your dmz, or 192.x.x.x
have the other interface go to the Firewall, 10.x.x.x
Main Topics
Browse All TopicsHello,
Is it possible to have Server 2003 route incoming traffic by ports? For example, I have a network setup with a subnet that is connected directly to the internet through a DHCP server for unimportant devices that don't need security. This is a 192 address network. I then have a firewall connected to this subnet which creates a 10.x.x.x network with a different subnet. In the 10 network I have a server that I want to be able to have users from an entirely separate location to connect to via RDP.
What I believe I need to do is setup the DHCP server to route incoming traffic on the RDP port I designate to go to the firewall, and then have the firewall forward it to the appropriate address on the 10 network.
The reason I have things setup this way is I do not want the users on the 192 network to be able to see anything from the 10 network.
Is this possible without purchasing a router? Better suggestions?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
i believe v-jushaw has given a perfect diagram for your scenario.
if the "Firewall" in the above diagram is a W2K3 based host, and the clients want to RDP from the 192 network to the specific hosts on the 10 network without seeing any other thing and without "without purchasing a router", i think what you need to do is to enable ICS on the W2K3 server, and enable port forwarding for RDP on ICS.
FYI
How To Set Up Internet Connection Sharing in Windows Server 2003
http://support.microsoft.c
the following KB is for forwarding PPTP traffic, the same for RDP except the port number, from 1723 to 3389.
How to Configure Windows XP ICS for an Internal PPTP Server
http://support.microsoft.c
additionally, please be aware that if you enable ICS for the internal existing 10 network, the automatic IP addresses will be changed to 192.168.0.0/24, by default. if your internal clients are all using DHCP, that should not be a problem.
hope it helps,
bbao
according to your security requirements, it should not be a common router, a firewall (ACL/NAT based router) instead.
using ICS is actually a NAT based solution. of course, you may choose a hardware based router.
the router/firewall's internal IP should be on that 10 subnet. for default ICS settings, it should be 192.168.0.0 subnet.
hope it helps,
bbao
I just realized that as well..
I have a Linksys firewall / router and a strictly firewall Watchguard firewall, which won't be able to port forward of course.
I would like much stricter security on the 10 network still. Is there a good way to use these two pieces of equipment to do this, or will I need a second router / firewall combo?
You are correct, the Linksys one can.
The question is, will I be able to port forward directly to my server and not the Watchguard firewall? Or will I first have to forward it to the firewall, and let it handle it, then pass it on to the server? For example,
Let's say my server's internal IP is 10.0.0.10. Can I login to the router and set it up to port forward 3389 (defautl RDP port, will definitely not use the default..) and have it forward to 10.0.0.10? Or will I need to forward to my Watchguard firewall at 10.0.0.1 from the Linksys?
I assumed the 2811 firewall branching off of the 2811 router to be the Watchguard firewall. Was this intended to be a router / firewall combination? My reasoning for using the Watchguard in addition is
1) create a separate IP / subnet
2) It's a much more advanced firewall and will have many security features the Linksys will not.
I'm more familiar with Cisco routers, which you could configure more than one interface.
With this router you could configure 1 interface for your 192.168.0.0/24 network
and the other interface with your 10.0.0.0\24 network.
The router based on incoming connections would direct traffic to the proper interface.
Then on your watchguard firewall, open the port for RDP.
The firewall will only need to either allow or deny traffic
its router capabilities if it has any should be disabled.
Never said that it wasn't possible, just that best practices would suggest a dual interface router sitting ahead of the network directing traffic to each sub net. I understand that port forwarding allows him to open certain ports for specific protocols but unaware that it would direct traffic to another subnet.
Business Accounts
Answer for Membership
by: v-jushawPosted on 2009-09-12 at 20:54:08ID: 25318880
You said you wanted users from an entirley seperate location connect to your 10.x.x.x via RDP
I think a router will be considered the best practice solution in this instance and reduce traffic coming into your 192.x.x.x network.
Im mean you can pull it off with using the server as a software router (routing table), setup a tunnel, or possibly create a trust, but all of these could possible bring unwanted results.
Would put a heavier load on you unsecure server, increase overall network traffic and cause a higher latency, I'm sure there are other possible thing s that could go wrong.
I suggest doing it right and getting a router to handle it, in the long run you will be better off with it.