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
Cannot access LAN on Cisco Valet M10 wireless router
A component's file does not match the verification information present in the component manifest
windows 2008 MYSQL5.1 and PHP5
execute stored proc from asp doesnt run update
How to remove automatic login from Outlook 2010
Outlook Web App (OWA) 2010 defaults to light version for specific user
SQL Server 2008 Licensing
Connecting two switches together
Delivery Status Notification (Delay)
Apache authentication using the GET method. Is it possible?