Microsoft
Software
Hardware
Network
Question : Routing problem on Cisco Router
I hve a private T1 between 2 of my locations. The internal IP address of the router at site 1 is 192.168.1.1. The IP address of the router at site 2 is 192.168.2.2. I added another pipe to the internet using a Cisco ASA (192.168.1.254). My computers gateway is 192.168.1.1, so the gateway is the Cisco router on the private T1. Since I want to route all traffic bound for the internet out to the ASA, I have change the route statement on the router on site 1 (the gatewy). The configuration for the router at site 1 was:
ip route 0.0.0.0 0.0.0.0 192.168.2.2
I changed it to:
ip route 0.0.0.0 0.0.0.0 192.168.1.254
When I run a tracert statement I sometimes get a reply from 192.168.1.1 and sometimes I get nothing but *'s, but I am not getting past the first reply. So, I am not getting packets from 192.168.1.1 to 192.168.1.254. Is there any reason why this might happen?
Answer : Routing problem on Cisco Router
have you added permissions for traceroute in the ASA? By default the ASA will block any request.
Random Solutions
Merge data in Access 2003
How to make WPF button background color silver?
"File Helper" reporting - Your system may have upopenable files - Why?
Keep file ownership when using Rsync
OMA and OWA
Make an Exception to Folder Redirect Group Policy Rule
Pass multiple values for one parameter via OpenQuery
T-SQL: Count number of tables in the DB (SQL server 2008)
Is there a good solution for monitoring the status of RAID array in HP or IBM server run Windows 2003?
how to open the PDF in a new browser window using jsf ?