Hi,
I have a simple peer-to-peer network for my radiology camera's running on a 192.168.x.x ip scheme and I have a regular network running on a 172.16.x.x scheme. My regular network has a router connected to a T1 connected to the local hospital. I am trying to allow my camera to send images to the hospital. I can ping the hospital from my 172.16.x.x network but not my 192.168.x.x network. I installed a server with 2 NIC cards and connected one to each network. I set up RAS to act as a router but I still can not route the packets from the 182.168.x.x network. I tried to add a static route but it still didn't help. Here is an example of my connection:
Hospital Camera
10.x.x.x 192.168.0.2
| |
| |
My router |
172.16.x.x |
\ /
\ /
\ /
\ /
NIC 1 NIC 2
172.16.x.x 192.168.0.1
Win 2000 Server
From the server I can ping both the camera and the hospital. I set up the static route as follows:
Interface = NIC 1
Destination = 10.1.0.0
Network Mask = 255.255.0.0
gateway = 172.16.x.x (my router)
metric = 1
I have tried to change the static route to have NIC 2 as the interface but that did not work either. Currently I have a laptop on the 192.168.x.x network and I am just trying to ping the hospital but with no luck. I found a registry hack to change a setting under Hkey local/currentcontrolset/system/parameters but still no luck. All the microsoft documentation covers using RAS with a modem and I can not find anything useful to help with using 2 NICs. Any help would be appreciated.
Thanks all
I have a simple peer-to-peer network for my radiology camera's running on a 192.168.x.x ip scheme and I have a regular network running on a 172.16.x.x scheme. My regular network has a router connected to a T1 connected to the local hospital. I am trying to allow my camera to send images to the hospital. I can ping the hospital from my 172.16.x.x network but not my 192.168.x.x network. I installed a server with 2 NIC cards and connected one to each network. I set up RAS to act as a router but I still can not route the packets from the 182.168.x.x network. I tried to add a static route but it still didn't help. Here is an example of my connection:
Hospital Camera
10.x.x.x 192.168.0.2
| |
| |
My router |
172.16.x.x |
\ /
\ /
\ /
\ /
NIC 1 NIC 2
172.16.x.x 192.168.0.1
Win 2000 Server
From the server I can ping both the camera and the hospital. I set up the static route as follows:
Interface = NIC 1
Destination = 10.1.0.0
Network Mask = 255.255.0.0
gateway = 172.16.x.x (my router)
metric = 1
I have tried to change the static route to have NIC 2 as the interface but that did not work either. Currently I have a laptop on the 192.168.x.x network and I am just trying to ping the hospital but with no luck. I found a registry hack to change a setting under Hkey local/currentcontrolset/system/parameters but still no luck. All the microsoft documentation covers using RAS with a modem and I can not find anything useful to help with using 2 NICs. Any help would be appreciated.
Thanks all