Question : Problem: Routing issue on VLAN

I have a pacs image server that sends images offsite to be read at a local company. The problem is the users on the vlan can not access the server to pull up the images. We also can not ping the server from the vlan. All my other servers are fine, but they have a GW of 192.168.200.254 and a DNS of 192.168.200.4. I am guessing the problem is in the GW setting of the PACS server (192.168.200.100) which is the router it sends out to the other company. It seems like we need to change the GW on the PACS server or add a route. Any suggestions and help are greatly appreciated.



The current config is:

Pacs Server 1

IP:            192.168.200.5
SUB:            255.255.255.0
GW:            192.168.200.100(GRPA Router)

PRI DNS:      192.168.200.5
SEC DNS:      192.168.200.6


IMA Network
IP:            192.168.200.x
SUB:            255.255.255.0
GW:            192.168.200.254
PRI DNS:      192.168.200.4


IMA VLAN:      
IP:            192.168.203.x
SUB:            255.255.255.0
GW:            192.168.203.1
PRI DNS:      192.168.200.4

Answer : Problem: Routing issue on VLAN

Set up a route on the PACS server setting the traffic to network 192.168.203.0 go thru 192.168.200.254

On Windows it should be like this:

route -p add 192.168.203.0 mask 255.255.255.0 192.168.200.254

Linux:

# /sbin/route add -net 192.168.203.0 netmask 255.255.255.0 gw 192.168.200.254

Hope it will work. Cheers!
Random Solutions  
 
programming4us programming4us