Setting up a WHS (Windows Home Server) box to serve video to an HTPC and backup files from LAN PCs.
My router only has 4 ports and I have 5 boxes that I need to connect, so I put a spare NIC into the WHS server, which is connecting the HTPC to the server. At this point I seem to have it working but I cannot get Internet access on the HTPC, nor can I access the HTPC from any machine other than the server. (Actually it did seem to be working but it just stopped, and I didn't change anything.)
I'm not sure if it's possible, and it's not the most important aspect of my setup but I would like to fix it is possible.
This table demonstrates how my IPs are set, I've also added an entry to HOSTS on the server and HTPC reflecting the name of the server "Server" and it's second NIC's IP "192.168.192.3". After that I've been able to get the Server and HTPC to see each other. (As per this thread that I found, http://techrepublic.com.com/5208-10...=303543&messageID=3029239&tag=content;leftCol)
Router
IP 192.168.192.1
Subnet 255.255.255.0
Gateway none
DNS none
|
|
V
Server
IP 192.168.192.2
Subnet 255.255.255.0
Gateway 192.168.192.1
DNS 192.168.192.1
|
|
V
Server NIC2
IP 192.168.192.3
Subnet 255.255.255.0
Gateway none
DNS none
|
|
V
HTPC
IP 192.168.192.4
Subnet 255.255.255.0
Gateway none
DNS none
My other machines are set as the Server's first NIC is, but differing IPs obviously, they are ok though so can be ruled out for now at least.
Would adding the routes as in the thread I mentioned fix me up? I've tried it but something must be wrong with my syntax as I get an error message. The specified mask parameter is invalid.
The command I enter is route add 192.168.192.3 Mask 255.255.255.0 192.168.192.4 metric 1 -p
I know I could just get a switch but I don't want to spend money if possible.
My router only has 4 ports and I have 5 boxes that I need to connect, so I put a spare NIC into the WHS server, which is connecting the HTPC to the server. At this point I seem to have it working but I cannot get Internet access on the HTPC, nor can I access the HTPC from any machine other than the server. (Actually it did seem to be working but it just stopped, and I didn't change anything.)
I'm not sure if it's possible, and it's not the most important aspect of my setup but I would like to fix it is possible.
This table demonstrates how my IPs are set, I've also added an entry to HOSTS on the server and HTPC reflecting the name of the server "Server" and it's second NIC's IP "192.168.192.3". After that I've been able to get the Server and HTPC to see each other. (As per this thread that I found, http://techrepublic.com.com/5208-10...=303543&messageID=3029239&tag=content;leftCol)
Router
IP 192.168.192.1
Subnet 255.255.255.0
Gateway none
DNS none
|
|
V
Server
IP 192.168.192.2
Subnet 255.255.255.0
Gateway 192.168.192.1
DNS 192.168.192.1
|
|
V
Server NIC2
IP 192.168.192.3
Subnet 255.255.255.0
Gateway none
DNS none
|
|
V
HTPC
IP 192.168.192.4
Subnet 255.255.255.0
Gateway none
DNS none
My other machines are set as the Server's first NIC is, but differing IPs obviously, they are ok though so can be ruled out for now at least.
Would adding the routes as in the thread I mentioned fix me up? I've tried it but something must be wrong with my syntax as I get an error message. The specified mask parameter is invalid.
The command I enter is route add 192.168.192.3 Mask 255.255.255.0 192.168.192.4 metric 1 -p
I know I could just get a switch but I don't want to spend money if possible.
Last edited: