Cisco Site to Site DMZ Question
115 pts.
0
Q:
Cisco Site to Site DMZ Question
Server A: 192.168.1.219
Server B: 192.168.2.220
10.10.10.10

1 gateway at 10.10.10.1 on Server B.

Server A needs to connect to Server B. A can ping anything on 192.168.2.x but it cannot ping 192.168.2.220.

Server B has two nic cards, hence two IP's, the internal of 192.x and the dmz 10.x. The gateway is 10.10.10.1 since a machine can't have two gateways.

I seem to be having trouble as to why it cannot connect to this machine. I understand it has something to do with the internal card not having a gateway. If so, than what are my choices to allowing this? It must also have something to do with the cisco router since he can connect to everything else.

FYI: It is a cisco 5505.

Thanks in advance.
ASKED: Sep 8 2008  6:43 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
2995 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Since your default gateway is 10.10.10.1 the other PC cannot reach this server, in order to do that you should add route in windows 2003 server by using this command
route add -p 192.168.0.0 mask 255.255.0.0 192.168.2.x (Your dfault gateway for 192 network)
Last Answered: Sep 9 2008  7:39 AM GMT by Yasirirfan   2995 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0