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 wOOdy-Soft 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 ior

  1. ior

    7200 series router

    AFAIK the VXR chassis has an upgraded backplane. Thus supporting newer & faster modules.
  2. ior

    TFTP_Get command flooding my network

    the command is no service config
  3. ior

    Cisco 831 EzVpn Timeout

    Update: Putting the whole router behind another (Netgear) router and disabling the dialer interface didnt help at all. The same issues are there, when my DSL gets a new ip / has to relogin with PPPOE my VPN connection is dropped without the router noticing it. I will continue to investigate &...
  4. ior

    Setting up NAT on Cisco 1721?

    Adding these should do the trick: ip nat inside source list 110 interface Serial0.1 overload access-list 110 permit ip 192.168.10.0 0.0.0.255 any
  5. ior

    Cisco 831 EzVpn Timeout

    1 night has passed and this is what Ive learned from the logs: nothing. I kept my ip overnight, and my Cisco phone stayed online (for once). So Ill have to wait until it decides to disconnect. However Ive run into another problem. My ip nat static commands has for some reason stopped working...
  6. ior

    Cisco 831 EzVpn Timeout

    Thanks for all your answers. SFC18C, im using the cli. And ill look into getting a newer IOS asap. However im not sure that is applies to me as im running 12.2, however its worth a try. Also the auto part is kind of working, as the tunnel is automatically connected whenever i reboot the...
  7. ior

    Cisco 831 EzVpn Timeout

    You seem to be correct, i just noticed that after a dropout the router reports that: "A pre-shared key for address mask xxxxxxx already exists!" Which is one of the exact same messages I get when i take the dialer interface down & up again. However, im still not certain on how knowing that...
  8. ior

    Cisco 831 EzVpn Timeout

    You are correct, im using DSL at home. However i would think that if my dialer would get a new ip it should "know" that it has to reestablish the vpn connection. Or atleast it should do some basic heartbeating to check if the connection is still alive. Ill monitor my Dialer interface and get...
  9. ior

    Cisco 831 EzVpn Timeout

    Hi, I have a Cisco 831 (12.2(8r)YN) That im using to EzVpn into my job's concentrator. The tunnel is only used by my Cisco Ip Phone (7960) to reach our CCM. The problem is that once or twice every day the phone drops its connection to the CCM. Upon further investigation i notice that I no...
  10. ior

    Forwarding ports on a 1605

    Try ip nat inside source static <proto> <internal ip to forward to> <port> interface <external interface> <port> This should forward tcp port 2234 ->> 10.1.1.2 port 2234 ip nat inside source static tcp 10.1.1.2 2234 interface ethernet 0 2234
  11. ior

    Cisco IOS version and multicasting

    gconnect is correct: 1605R(config)#ip multicast ? auto-enable Support for AAA enabling of ipmulticast heartbeat Monitor multicast heartbeat mrinfo-filter Mrinfo source filter multipath RPF across equal-cost paths netflow NetFlow parameters for multicast...
  12. ior

    Need Help Configuring Cisco 806 Router

    Also you havent enabled nat. ip nat inside source list 1 interface Ethernet1 overload should do it.
  13. ior

    Need Help Configuring Cisco 806 Router

    First, dont ever post your password lines on a public board, I suggest you change those passwords asap. The problem seems to be that your access-list 100 doesnt contain any permit statements at all, meaning no traffic can pass in on Ethernet 1. Try to add . access-list 100 permit ip any any...
  14. ior

    VPDN client initiated tunnel.

    I am so ashamed to admit this, so be gentle. Apparently I had misunderstood how the authentication works, so I had put in my router username & password in the client when connecting. When in fact I should have entered the name of the group and the pre-shared key. After correcting this mistake it...
  15. ior

    VPDN client initiated tunnel.

    I managed to get my hands on the Vpn Client v 3.6.3. It got the same errors. Im really beginning to get desperate here.. I took a look at the ezVPN examples and configured it: I got the same / similar errors: Client: Initializing the connection... Contacting the gateway at 192.168.0.101...

Part and Inventory Search

Back
Top