QuickVPN and Routeur VPN WRVS4400n

Hi,
I use a WRVS4400n in my office. The configuration is ok.
I would like configure a VPN connection.
The remote control in HTTPS is OK.
For the VPN, I use QuickVPN on Windows XP SP2.
When i connect the VPN, i get a error message from the software :
"the remote gateway is not responding."
On windows, i desactivate the firewall and the connexion doesn't work.
On the router, i desactive the firewall, modify the mtu to 1400, desactivate the IPS, DOS and 'block the wan request.
And nothing, i have always the error message.
What do i do ?
thanks alot

raviex81 wrote:
Did you try different computer or use the 1.2.8 quick vpn utility?
I'm on the XP system and the last version for this systel is 1.1.0 !
And i tried on three differents computers running on XP (I don't have Vista system).
thank for your help.

Similar Messages

  • Wrvs4400v2 and quickvpn and sprint network

    I have used for 1 year my laptop to connect to my office with quickvpn...my router at the office is  wrvs4400v2 and i use my sprint phone as a modem without any problem...last week i chance phone and even though all the settings are the same, i am getting the"Connection failed" from the quickvpn and cannot vpn into my office...i have check all my settigns and they look the same on the phone as last phone and sprint as usual will not help....Anybody can help me or have any idea where the problem can be??
    Thanks
    P.D..i am using windows xp professional

    Is your sprint device you have a modem/router in one? In order for the QVPN, the WRVS4400 router should be receiving a public IP address. If your modem is also a router, you need to make the modem act as a regular modem only so that the WRVS4400 will receive a public IP address. Also make sure that you are using the latest firmware for the said router. You can download the latest firmware of the router on this link:
    http://www.cisco.com/en/US/products/ps9931/index.html 
    Other than this, I suggest contacting CISCO tech support to further look into your problem. I believe this unit belongs to the business series devices that Cisco is now supporting. Try to go to this link for the other business series devices and the site where you can get hold of Cisco for support:  
    http://www.cisco.com/web/products/linksys/index.html

  • QuickVPN and Windows 7

    I know that this is a very common problem but by starting a new thread and rattling the cages, maybe someone at Cisco may take notice
    QuickVPN does not work with Windows 7 - FIX IT
    I have used QuickVPN 1.4.0.5 running on XP and Windows 7 on the same box and XP always works, Windows never does
    I have used QuickVPN 1.4.0.5 running in an XP virtual machine and a Windows 7 Virtual machine and XP always works, Windows 7 never does.
    I have read all the messages on this forum and none of them helped.
    Clearly there is nothing wrong with my router(s) or ISP blocking ports etc etc since XP ALWAYS WORKS !!!!
    I have to keep an XP virtual machine around just to run QuickVPN - I guess I should count myself as lucky.
    At least I can get some work done!

    First of all sorry for my English.
    I had the same issue and finally solved it by installing the CISCO.VPN.Client.v5.0.04.0300 (the one which is used for routers like Cisco 877) additionally into my computer (QuickVpn and CiscoVPNClient).
    I found this solution by "accident", because I had a Laptop with Windows 7 in my home, where Quicvpn was working perfect from the beginning.
    Then I thought that the only deference was that I had installed first the CISCO.VPN.Client to establish a vpn connection to a different place. So I tried this procedure to a new laptop and it worked also.
    Hope helping you for solving this headache to...

  • ASA 5505 site-to-site VPN tunnel and client VPN sessions

    Hello all
    I have several years of general networking experience, but I have not yet had to set up an ASA from the ground up, so please bear with me.
    I have a client who needs to establish a VPN tunnel from his satellite office (Site A) to his corporate office (Site Z).  His satellite office will have a single PC sitting behind the ASA.  In addition, he needs to be able to VPN from his home (Site H) to Site A to access his PC.
    The first question I have is about the ASA 5505 and the various licensing options.  I want to ensure that an ASA5505-BUN-K9 will be able to establish the site-to-site tunnel as well as allow him to use either the IPsec or SSL VPN client to connect from Site H to Site A.  Would someone please confirm or deny that for me?
    Secondly, I would like to verify that no special routing or configuration would need to take place in order to allow traffic not destined for Site Z (i.e., general web browsing or other traffic to any resource that is not part of the Site Z network) to go out his outside interface without specifically traversing the VPN tunnel (split tunneling?)
    Finally, if the client were to establish a VPN session from Site H to Site A, would that allow for him to connect directly into resources at Site Z without any special firewall security rules?  Since the VPN session would come in on the outside interface, and the tunnel back to Site Z goes out on the same interface, would this constitute a split horizon scenario that would call for a more complex config, or will the ASA handle that automatically without issue?
    I don't yet have the equipment in-hand, so I can't provide any sample configs for you to look over, but I will certainly do so once I've got it.
    Thanks in advance for any assistance provided!

    First question:
    Yes, 5505 will be able to establish site-to-site tunnel, and he can use IPSec vpn client, and SSL VPN (it comes with 2 default SSL VPN license).
    Second question:
    Yes, you are right. No special routing is required. All you need to configure is site-to-site VPN between Site A and Site Z LAN, and the internet traffic will be routed via Site A internet. Assuming you have all the NAT statement configured for that.
    Last question:
    This needs to be configured, it wouldn't automatically allow access to Site Z when he VPNs in to Site A.
    Here is what needs to be configured:
    1) Split tunnel ACL for VPN Client should include both Site Z and Site A LAN subnets.
    2) On site A configures: same-security-traffic permit intra-interface
    3) Crypto ACL for the site-to-site tunnel between Site Z and Site A needs to include the VPN Client pool subnet as follows:
    On Site Z:
    access-list permit ip
    On Site A:
    access-list permit ip
    4) NAT exemption on site Z needs to include vpn client pool subnet as well.
    Hope that helps.
    Message was edited by: Jennifer Halim

  • ASA 5505 Site to Site and Web VPN

    Hello all, I need to add a site to site tunnel from a an ASA 5505 (ver 8.05) to a Sonic wall appliance. The problem is, the ASA already has remote access VPN and anyconnect VPN configured. I'm not sure if its possible to add another secured tunnel to the device. Ive already got one NAT 0 statement.
    Thanks for your expert opinions!

    Hi,
    There should be no problem adding a Site to Site VPN on the ASA even if it has Client VPN configured.
    If you for example have an "inside" interface which has NAT0 configuration like
    nat (inside) 0 access-list NAT0
    You just add the needed ACL lines to that existing ACL for the L2L VPN.
    On the basis of the information you provided I dont see any problem configuring the L2L VPN on the ASA.
    - Jouni

  • ASA 5505 as a SSL VPN Server and Easy VPN Client at the same time?

    Is it possible to configure and operate the ASA 5505 as a SSL VPN server and Easy VPN Client at the same time? We would like to configure a few of these without having to purchase additional ASA 5505 and use a 2 device method (1 SSL VPN Server and 1 Easy VPN Client). Thanks in advance.

    I don't think it is possible. Following links may help you
    http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008068dabe.html
    http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008071c428.shtml

  • Performance end to end testing and comparison between MPLS VPN and VPLS VPN

    Hi,
    I am student of MSc Network Security and as for my project which is " Comparison between MPLS L3 VPN and VPLS VPN, performance monitoring by end to end testing " I have heard a lot of buzz about VPLS as becoming NGN, I wanted to exppore that and produce a comparison report of which technology is better. To accomplish this I am using GNS3, with respect to the MPLS L3 VPN lab setup that is not a problem but I am stuck at the VPLS part how to setup that ? I have searched but unable to find any cost effective mean, even it is not possible in the university lab as we dont have 7600 series
    I would appreciate any support, guidence, advice.
    Thanks
    Shahbaz

    Hi Shahbaz,
    I am not completely sure I understand your request.
    MPLS VPN and VPLS are 2 technologies meant to address to different needs, L3 VPN as opposed as L2 VPN. Not completely sure how you would compare them in terms of performance. Would you compare the performance of a F1 racing car with a Rally racing car?
    From the ISP point of view there is little difference (if we don't want to consider the specific inherent peculiarities of each technology) , as in the very basic scenarios we can boil down to the following basic operations for both:
    Ingress PE impose 2 labels (at least)
    Core Ps swap top most MPLS label
    Egress PE removes last label exposing underlying packet or frame.
    So whether the LSRs deal with underlying L2 frames or L3 IP packets there is no real difference in terms of performance (actually the P routers don't even notice any difference).
    About simulators, I am not aware of anyone able to simulate a L2 VPN (AtoM or VPLS).
    Riccardo

  • Error with Ericsson h5321gw and IPSEC VPN-Connections

    There is an error in the Lenovo drivers [7.x] for the Ericsson h5321gw UMTS module.
    Symptoms on Windows 7 x64:
    UMTS is working fine. When you connect a vpn ipsec connection though the UMTS , the internet connection (and the vpn as well) gets unstable and has a packet loss of 30% to 50%.
    Solution:
    Install the UMTS drivers in the NDIS 5.0 mode on Windows 7. (The only problem is, that the system boot takes about 1 minute longer with the ndis 5 drivers).
    Further Reading: Message 5: http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/Outlook-Exchange-connection-unstable-on-T52...
    Howto form the Lenovo Forum:
    Force the installation to install Ericsson's vista driver instead of win7 driver. Vista driver is NDIS 5. Installation can be done.
    -> extract the Ericsson drivers package but don't let it install the driver. There should be extracted a setup.exe file
    -> do the installation with command: setup.exe /zFORCEVISTA
    This helped for us.
    Tip:
    If you want to install the win7 driver back, it can be done with command: setup.exe /zFORCEWIN7
    Otherwise using the setup.exe will install the vista ndis 5 when since it once have been told to to install it by /zFORCEVISTA
    I hope, Lenovo can solve this issue quickly.
    Greetings

    I’m not sure this is the same issue you guys are running into, but I’m using the built-in Ericsson h5321gw and ATT SIM on an i7 X1 Carbon. I am required to use a Cisco VPN Client and after connecting successfully to my VPN endpoint via ATT WWAN, I could not get any data in/out the tunnel.
    I tried in both Windows 7 and Windows 8 OS, even trying the setup.exe /zFORCEWIN7 work around to no avail.
    After doing some searching, I came across a blog post describing the same issue I had.
    There is an update to Windows’ DNE that actually solved the issue for me using the standard Erricson W8 (and W7) drivers. (I also performed the h5321gw fireware update from Lenovo, but I did that before the DNEUpdate – that alone did _not_ fix it)
    DNEUpdate x64: ftp://files.citrix.com/dneupdate64.msi
    DNEUpdate x86: ftp://files.citrix.com/dneupdate.msi
    Hope this helps.
    Credit from: http://stenby.wordpress.com/2012/10/03/cisco-vpn-client-and-built-in-lenovo-h5321gw-3g-card/

  • Border Manager 3.8.5 and S2S VPN

    I have a couple of questions with Border Manager and S2S VPN. Everything
    is up and running, we can ping both servers (Netware 6.5.6), we can ping
    workstations attached to each others network, we can access programs from
    each others network. Everything seems to be working great. The question I
    have is this - on both servers, under Remote Manager, VPN Monitoring, both
    show as 'Being Configured'. I do not think that this is an issue but there
    is another error in the Audit Log. The error -
    "Proposal Mismatch - Quick Mode: ESP - transform mismatch mine: esp des
    his: esp 3des dst: xx.xx.xx.xx src: xx.xx.xx.xx cookies
    my-his:17B2D88772DE1D61 - 4F15FFD50824F821".
    This appears on both servers Audit Log.
    Is this a legit error or a information error? I used Craig Johnson's 'A
    Beginner's Guide To BorderManager 3.x' but ended up making both VPN's
    masters as per Novell TID - 10095268.
    If anyone has an insight as to what these errors are and if there is a
    fix it would be greatly appreciated.
    Kelly

    Kelly Burnside wrote:
    > I have a couple of questions with Border Manager and S2S VPN. Everything
    > is up and running, we can ping both servers (Netware 6.5.6), we can ping
    > workstations attached to each others network, we can access programs
    > from each others network. Everything seems to be working great. The
    > question I have is this - on both servers, under Remote Manager, VPN
    > Monitoring, both show as 'Being Configured'.
    Sometimes the imanager snapin can not get the current status of the
    connection from vpinf so it shows 'Being Configured'. It can take some
    times, maybe days to change the status.
    I do not think that this is
    > an issue but there is another error in the Audit Log. The error -
    > "Proposal Mismatch - Quick Mode: ESP - transform mismatch mine: esp des
    > his: esp 3des dst: xx.xx.xx.xx src: xx.xx.xx.xx cookies
    > my-his:17B2D88772DE1D61 - 4F15FFD50824F821".
    This is not an error, it is an information message.
    > This appears on both servers Audit Log. Is this a legit error or a
    > information error? I used Craig Johnson's 'A Beginner's Guide To
    > BorderManager 3.x' but ended up making both VPN's masters as per Novell
    > TID - 10095268. If anyone has an insight as to what these errors are
    > and if there is a fix it would be greatly appreciated.
    > Kelly
    Everything is fine, nothing to be worry about.
    gonzalo

  • Since I upgraded to Lion, my RSA securid token and Cisco VPN client doesn't work any longer. Anyone have suggestions on how to fix that?

    Since upgrading to Lion, I can no longer use VPN because my RSA securid token and CIsco VPN Client won't load. Any suggestioins out there?

    .

  • IPad and PPTP VPN - Internet access (e-mail & Safari) not working

    Hi there!
    I've got an iPad2 (WiFi only) and need to configure it to use Witopia PPTP VPN, which is the VPN provider I've been using for a long time on my desktop and netbook.
    Configure the iPad was an easy task, and I was able to successfuly authenticate and establish a PPTP session with any of the Witopia servers.
    The problem is that once established the PPTP session, if the "send all traffic" option is ON, I have no Internet access at all (no e-mail neither browsing with Safari). Then, if I stop VPN, turn OFF the "send all traffic" option in the iPad, and start VPN again, I have Internet communication back and everything starts working fine. I've been fiddling with this in my home network (D-Link Dir-655 router using the IP 192.168.0.1 addressing scheme for my LAN).
    Obviously, I decided to leave the "send all traffic" option OFF, but then I discovered that doing this my Safari traffic is not encrypted and my IP is not masked, i.e. the VPN is up and running, I have normal Internet traffic, but the service to be provided by the VPN for some inknown reason is not happening.
    Does anyone have a clue about what's going on ?
    TIA
    RTadeu

    Have you tried a battery pull?  If not, give that a try and then try again. 
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Extreme - Express WDS . . .and my VPN

    I have an Aiport Extreme and Express connected via WDS. I have a company VPN . . .it will let me log on to it, but it won't download anything. I just switched from a Linnksys router . . everything worked fine. I went to a coffee shop . . . connected to their wireless, everything worked fine. I come home . . . it doesn't. Help.

    I have an AEBS that works fine with my Macbook Pro's. I can not log onto work via VPN (iPASS) wirelessly however. We used to be able to when we had a Linksys router. We can use iPASS via ethernet and establish VPN so this is something confined to the wireless settings in the AEBS. I am using WEP and g/b compatibility. The PC work computers can connect to the wireless router but can not be activated through VPN. No clues what to do at this point

  • Cisco wireless and Sonicwall VPN

    My network consists of an 871 router, 48 port Switch, 2006 WLAN Controller, 1231 APs, and SonicWall VPN.
    VPN connections are fine if the client is using the wired network. VPN connections do not work if the client is wireless. I've had a couple of suggestions...VPN Passthrough on the WLAN Controller - that didn't work, but I'm not sure I had the right gateway. And they also suggested changing the MTU size on the wireless card in the laptop. Still trying to figure out how to do that.
    Any other ideas? This seems like it should be a fairly easy fix.
    Thanks.

    Are your wireless clients getting an IP? That is are you using the SonicWall as your DHCP server for the wireless clients?
    If so it will probably not work. There is something with the SonicWalls that they don't support. I went round and round with SonicWall and couldn't get DHCP working for wireless clients coming through Cisco WLC Controllers.

  • Troubleshooting MPLS L2 and L3 VPNs

    Would really appriciate if someone could suggest a link with details on troubleshooting MPLS L2 and L3 VPNs.

    Buy 'Troubleshooting Virtual Private Networks'
    (ISBN 1587051044):
    www.ciscopress.com/1587051044
    It includes:
    About 150+ pages on MPLS layer 3 VPNs (in-depth troubleshooting/troubleshooting case studies/etc).
    About 80+ pages on AToM (Martini draft) - technology/config/in-depth troubleshooting.
    Then there's (off the top of my head) about 70+ pages
    on L2TPv3 pseudowire (technology/config/in-depth
    troubleshooting) just in case you want to compare
    pseudowire technologies :)
    And also about 100 pages of in-depth IPsec
    troubleshooting, etc, etc.
    You can download a 40 page
    excerpt of the MPLS layer 3 VPN troubleshooting
    chapter from the Cisco Press website.

  • Difference between L2 and L3 VPN

    could any one tell me the difference between the l2 and l3 vpn
    regards,
    Mahesh.

    L2 MPLS VPN works on switching infrastructure as we all known and also has some limitations like works only point-to-point links, only for shorter disance etc. Likewise, L3 MPLS VPN works on routing infrastructure which has protocol support of MP-BGP,EIGRP and OSPF. More details on the following PDF.
    http://www.netcraftsmen.net/welcher/seminars/mplscon05-buyersguide.pdf

Maybe you are looking for

  • My friend blocked my iphone and now i can not unblock it .. what do i do to get if fixed ??

    my friend was playing with my iphone .. it waz blocked by an password , she ranodomly started to click numbers and inventualy she blocked it cause she didnt know what the password was .. now my iphone woun't work and i don't have a clue how to unbloc

  • TimeStamp application with OSDT.

    Hi. I've tried to make a TimeStamp application with OSDT libraries (osdt_cert.jar, osdt_cmp.jar, osdt_cms.jar, osdt_core.jar, osdt_tsp.jar). I can get timeStamp information like TSA, SerialNumber, etc, but I've a problem when try to save TimeStamp in

  • Since loading Tiger I can't print or use Macromedia

    Since I loaded Tiger I can't print OR use my Macromedia software I have reinstalled many times and when I try to open the software, nothing happens. When I download and install drivers for HP printers the Printer utility still won't see them. Anyone

  • Upgrade to Mavericks from Snow Leopard Problems

    I am upgrading my MacBook Pro, 13" late 2011, currently running Snow Leopard OS X v10.6.8.  I have tried to download Mavericks multiple times with no success.  What should I do to upgrade properly? I have tried cancelling the download and rebooting m

  • Why there's no online order for iphone5 at Hong Kong online store?

    As of the subject, I just don't understand why we can't order an iphone 5 just like other country can. Everyday I have to go to the website to apply for an iphone 5 reservation and then wait for an email saying you can pick up your iphone 5 on the ne