Network structure --> Server 2k8r2 <--> Livebox <--> Router <--> Other PCs
Posted
by
Yusuf
on Server Fault
See other posts from Server Fault
or by Yusuf
Published on 2010-06-29T05:39:05Z
Indexed on
2012/11/23
23:06 UTC
Read the original article
Hit count: 233
I have a Livebox connection to the Internet and I have set up my network as follows:
- Livebox <--> Win2k8R2 Server
- Livebox <--> Netgear N150 Router
- Router <--> Other PCs
Therefore, in my LAN,
- the Livebox has IP address 192.168.1.1,
- the Router 192.168.1.12 (when accessed from the Livebox or the server),
- the Router 10.0.0.1 (when accessed from the PCs connected to the Router),
- the server 192.168.1.2,
- the PCs 10.0.0.x
I was using a previous configuration, which was as follows:
- Livebox <--> Netgear N150 Router
- Router <--> Win2k8R2 Server
- Router <--> Other PCs
Everything was simple, and I just had to forward all ports for incoming connection on the Livebox to the Router, and then forward the specific ports to the Server as needed (it must be however noted that any server I use is found on the Win2k8R2 server itself).
In this previous configuration, the IP addresses were as follows:
- Livebox 192.168.1.1
- Router 192.168.1.12 (when seen from Livebox)
- Router 10.0.0.1 (when seen from server & PCs connected to it)
- Server 10.0.0.2
- PCs 10.0.0.x
So now of course, my port-forwarding does not work anymore since the server is not connected (directly) to the Router.
What I would like to know is how do I configure the Livebox and Router to still have the features like before?
From what I understand of networks (which is very limited, btw), I see these options:
- Make the router assign IPs like 192.168.1.x (but then I want the forwarding to be done from the router itself, is it possible?)
- The forwarding on the router to the server uses IP address 10.0.0.2. I could change it to 192.168.1.2 (Is that even possible, does it work?)
- Forward all ports from the Livebox itself to the server, and then manage them there (Is software-based port-forwarding as secure as hardware-based?)
© Server Fault or respective owner