Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by themut

  1. themut

    Where can I get.............

    Smarnet for a 2501 is as follows: CON-SNT-2501 SMARTNet 8x5xNBD for CISCO2501 N/A $289 This will entitle you to download ALL IOS versions from Cisco's web page
  2. themut

    Cisco Concentrator or Cisco PIX regarding VPN and document types

    It is not possible! Interesting traffic is based on source and destination IP addresses not on traffic type.
  3. themut

    Command to clear access-list counter.?

    I am troubleshooting traffic passing through a router right now... I didn't mean clear interface as it only clears the the interface counters. My bad :( The command needed is: clear access-list <acl-name> counters Sorry about my mistake guys...
  4. themut

    VPN Help

    You probably need to enable NAT Traversal (NAT-T). Add the following command to the PIX: isakmp nat-traversal <keepalive> The default keepalive value is 20 seconds
  5. themut

    Command to clear access-list counter.?

    Try it from config mode. You can issue ALL commands from config mode
  6. themut

    cisco fire wall version 5.3

    You can also buy the image from any Cisco reseller
  7. themut

    Command to clear access-list counter.?

    clear interface command clears all interface statistics except the number of input bytes
  8. themut

    Connection to Remote office

    You can access the PIX through the tunnel but you need to include the PIX's outside interface as part of the interesting traffic and configure the corresponding ssh/telnet command. The links below should help you out...
  9. themut

    Connection to Remote office

    As can be seen from the logs, The PIX is encrypting the packets but it doesn't receive any encrypted packets to decrypt. The information from the VPN3000 confirm this situation, the concentrator is decrypting packets but it is not encrypting any packets. The VPN tunnel is up and working the...
  10. themut

    Adding Crypto Maps to Config

    1. Remove the crypto map from the interface 2. Configure the new site 3. Reconfigure the crypto map back to the interface Failure to do so might lock up the PIX and ALL traffic would be encrypted therefore all conections will fail.
  11. themut

    Can Two different networks exist on 1 router?

    You can use the new IP addresses on the PIX. The PIX will proxy arp for them, all you need to do is add the following route on the Internet router: ip route 65.212.x.x. 255.255.x.x <pix-ip-address>
  12. themut

    CVPN-3005 question on making the connection

    You are correct! The outside world establishes a VPN tunnel to the public interface and if successful then the outside world can access the internal resources.
  13. themut

    CVPN-3005 question on making the connection

    You will never be able to accomplish this, it makes no sense. The reason for a VPN concentrator is to establish a VPN to the public interface so you can access the private network. If you are already on the private network then you have no reason to establish a VPN so the VPN3000 won't allow it...
  14. themut

    CVPN-3005 question on making the connection

    Are you trying to VPN from 192.168.1.2 to the public interface?
  15. themut

    VPN 3000 Concentrator

    I came accross this problem once, I was assigning IP address pools directly on the VPN groups: Configuration | User Management | Groups I change my pool assignments and configure a global pool instead: Configuration | System | Address Management | Pools that modification resolved the...

Part and Inventory Search

Back
Top