[WRT54G v.5] Cannot setup VPN to work due to IP conflict

Hi,
I am completely ignorant about routers and networking and I've tried to read through threads that seem related to my problem but didn't find a solution. So I will try to give as much information as I can and hopefully someone can help me out!
Router: WRT54G v5, Firmware v1.01.0, Default Gateway: 192.168.2.1
VPN Client Software: Check Point VPN-1 SecuRemote, NG with Application Intelligence R56 HFA-03 (Build 619) 
Situation: PCs at work have IP addresses starting with 192.168.*, which conflicts with the IP address assign to my home PC
Thanks in advance for any input here!

How have you configured your router before if it is using 192.168.2.1?
Connect to the web-based interface of the router. The default address is http://192.168.1.1/ but if you have changed it it would be http://192.168.2.1/ for you. It will ask for a username and password. The default password is "admin" there (no username) but I hope you have changed it before. If not, this would be a good time to do it...
The setup page appears in the browser. Somewhere in the middle of the screen is the Network Setup section where you define the Local IP Address of the router and the subnet mask. Change the local IP address to whatever base address you like... save the settings... done.
For further configuration you must now point your browser to the new IP address obviously. If you are using DHCP on your computer you must renew the DHCP address. I guess a "Repair" of the network connection should do. If you have a static IP address you must change it that it is in the new LAN. After your computer has a proper IP address in the new LAN it can connect again to the router under the new IP address and it should also be able to use the internet connection of the router (or whatever else is connected on the internet port of the router)

Similar Messages

  • Cannot setup VPN (WMI failure?) - Server Essentials 2012 R2

    Hi,
    Last week i setup a new Server Essentials 2012 R2 (fresh install). Everything apart from the Anywhere Access has sucessfully been setup and the server is in a production Environment.
    When i try to configure Anywhere Access and setup VPN + RemoteDesktop , the wizard fails. VPN cannot be setup , retry.
    Two Issues:
    The VPN setup/configuration fails (Lets start with this one, could be related to second issue).
    Remote Desktop setup is completed. However the "Remote Desktop Gateway" service cannot be started because the dependant service RPC/HTTP Load Balancing  cannot start.
    Troubleshooting steps taken on the VPN setup Issue:
    Restarting the server (multiple times)
    Rerunning the wizard (multiple times)
    Checking if the correct roles has been installed by Server Essentials
    Checking log files dashboard.log (The error found)
    Run sfc /scannow (errors found and corrected)
    Run DISM (OK)
    Tried to setup VPN manually using the RRAS GUI (Error: Installation of the Routing and Remote Access service failed because Class not registered 80040154)
    Further I've concluded that the 1st (VPN) issue is probably casued by malfunctioning WMI
    In the dashboard.log , when running the VPN setup an error can be found on one of the setup steps:
    [6684] 140723.170909.2619: RemoteAccess: PS > RemoteAccess\Install-RemoteAccess -VpnType Vpn;
    [3320] 140723.170910.1772: DomainManagerObjectModel: Calling KeepAlive for instanceID=1
    [3320] 140723.170910.1772: DomainManagerObjectModel: KeepAlive succeeded for instanceID=1
    [6684] 140723.170918.1943: RemoteAccess: PS Exception (catch and rethrow): System.Management.Automation.MethodInvocationException: Exception calling "EndProcessing" with "0" argument(s): "Object reference not set to an instance
    of an object." ---> System.NullReferenceException: Object reference not set to an instance of an object.
    To troubleshoot this further, i've run the PS command "Install-RemoteAccess -VpnType Vpn" manually. This gives me the following error which Points to a WMI issue
    PS C:\Windows\system32> RemoteAccess\Install-RemoteAccess -VpnType Vpn
    RemoteAccess\Install-RemoteAccess : Provider load failure
    At line:1 char:1
    + RemoteAccess\Install-RemoteAccess -VpnType Vpn
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (PS_RemoteAccess:root/Microsoft/...PS_RemoteAccess) [Install-RemoteAccess]
       , CimException
        + FullyQualifiedErrorId : HRESULT 0x80041013,Install-RemoteAccess
    Ran WMIdiag - Found errors. The most interesting error is found below
    53059 22:43:35 (2) !! WARNING: WMI provider DCOM registrations missing for the following provider(s): ..................................... 3 WARNING(S)!
    53060 22:43:35 (0) ** - ROOT/CIMV2/TERMINALSERVICES, AAGProvider ({75D15B16-228C-499F-A0FC-E4899AC870CE}) (i.e. WMI Class 'Win32_TSGatewayResourceGroup')
    53061 22:43:35 (0) **   Provider DLL: ''
    53062 22:43:35 (0) ** - ROOT/WEBADMINISTRATION, WebAdministrationProvider ({84951D16-922E-4692-B4E9-90DD80426ECF}) (i.e. WMI Class 'SiteContainsConfigurationSection')
    53063 22:43:35 (0) **   Provider DLL: ''
    53064 22:43:35 (0) ** - ROOT/MICROSOFT/WINDOWS/REMOTEACCESS/SERVER, RAServerPSProvider ({BEF7FC3B-203F-4AD6-B38E-A1F519202644})
    53065 22:43:35 (0) **   Provider DLL: ''
    The WMIDiag provider CSV shows that the RASERVERPSPROVIDER.DLL has no DCOM (WMI Provider Binary) registration. (see example below)
    WMI Namespace
    WMI Class name
    WMI Provider Name
    WMI Provider Model
    WMI provider binary
    WMI provider registration MOF file(s)
    ROOT/MICROSOFT/WINDOWS/REMOTEACCESS/SERVER
    PS_RemoteAccessLocal
    RAServerPSProvider
    No DCOM registry registration
    No DCOM registry registration
    C:\WINDOWS\SYSTEM32\WBEM\RASERVERPSPROVIDER.MOF
    So I've tried to reregister the DLLs with regsvr32 RASERVERPSPROVIDER.DLL. I've also tried to recompile the MOFs (RASERVERPSPROVIDER.MOF). I found the missing DLL and MOF using WMIDiag on Another Server Essentials 2012 R2 machine. But no sucess - the WMI
    Provider binaries and model are still missing..
    Example from another (healty) 2012 R2 Essentials Server
    WMI Namespace
    WMI Class name
    WMI Provider Name
    WMI Provider Model
    WMI provider binary
    WMI provider registration MOF file(s)
    ROOT/MICROSOFT/WINDOWS/REMOTEACCESS/SERVER
    PS_RemoteAccessLocal
    RAServerPSProvider
    In-proc
    C:\WINDOWS\SYSTEM32\WBEM\RASERVERPSPROVIDER.DLL
    C:\WINDOWS\SYSTEM32\WBEM\RASERVERPSPROVIDER.MOF
    Is there any other way to add the WMI provider binary manually? Or do you think I'm on the wrong track?
    Thank you in advance.
    Regards
    Josef
    Support Engineer
    (MCP) Microsoft Certified Professional
    (MCTS) Exchange Server 2010, Configuring
    (CCNA) Cisco Certified Network Associate

    Hi,
    Here is a good blog to troubleshoot WMI issues.
    WMI: Rebuilding the WMI Repository
    http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx
    First, I want to confirm if the good system is at the same hotfix/SP.
    Re-register all of the dlls and recompile the .mofs in the wbem folder and re-registering WMI Service and Provider. Then verify the consistence of the repository.
    If the issue persists, we can choose to rebuild the repository.
    Hope this helps.

  • Cannot get VPN to work on 10.6

    let me start by saying that whilst I have a computer background, and I can follow a simple set of "technical" instructions I am not hugely computer savvy when it comes to networking issues..
    I have successfully used a connection to a VPN service, using the operating system provided VPN connection mechanism, on three macbooks in the house, which are running leopard. I recently bought a nice shiny new macbook pro, with snow leopard installed on it. I migrated from my old macbook and my VPN connection worked. It didn't work perfectly as it had the timeout issue I have seen reported in other discussions, but it connected and did what I needed it to.
    However it was a subscription VPN service which expired. So I bought another chunk (as I have done twice before), but the new set up refuses to work on the snow leopard machine.
    Using the new user and server settings on one of the other macbooks in the house works perfectly so its not a problem with the information I was sent (as I originally thought). But I can't use it on my machine.
    I have had a look at a number of the discussions on the web, and have changed the order of the services in network preferences. I have looked for the internet sharing option to see if was enabled - it wasn't. I double checked for a nat.plist, but don't have it... My VPN service provider suggested I press apply after every new field entered in the VPM network set up box. Made no difference.
    It just doesn't work! I am completely stuck. I just want to be able to use the software as provided. I don't want to have to run background tasks, write bits of code, fiddle around on the terminal application with -sudo commands.
    Why doesn't it work ?
    Can anyone help me ?
    Message was edited by: techy-layman

    I found another thread on this forum which suggested that putting one's settings in under the "default" config didn't work but a custom named one did, so I tried setting up another config, as well as pressing APPLY after EVERY field entry and viola I can now get it to work..
    Rather strange. There are definitely bugs and glitches that Apple need to iron out, but post this solution in case it can help someone else struggling..
    I imagine I will still have the odd timeout after 50-60 minutes bug that has been reported elsewhere..

  • Cannot get VPN connection working

    I set up my company laptop (running Ubuntu Linux) to connect to the company VPN in about 2 minutes, but using the same settings in "Internet Connect" on my iMac G5, it times out, telling me it cannot get a response from the server.
    I notice also that in the Ubuntu setup, the group name and IP address are mandatory and over-riding the group name with your own user name is optional. In the OS X VPN setup, the reverse is true - the "account" (which presumably refers the user name) is mandatory and the group name is optional.
    So, I'm using the same IP, the same user and group names & passwords. So why does it connect first time on Ubuntu, but time out on the Mac (on the same network)?
    I also tried importing the configuration settings from the Ubuntu VPN Client, but got a "file is invalid" error.

    Solved the problem. I needed the Cisco VPN client software, which I got from the Sys Admin at the the data centre that hosts my VPN.
    Not sure what the built-in OS X VPN settings are supposed to support, but they obviously don't support Cisco!

  • Cannot get VPN to work with new WRT400N router - wired works

    After successfully using VPN with my WRT45G v3 wireless router for years the internet connection suddenly quit working. Called Linksys and they suggested buying support or getting a new router. I bought a WRT400n dual band router.
    I have a work laptop that is Windows XP and a personal laptop that is Vista. The wireless network is up and running; both laptops can connect to the internet. The problem is when I try to use my work laptop and VPN to the company network the internet connection on that loptop drops and I have to reboot to reconnect. If I use the ethernet port on the router the VPN works fine.
    I can use a limited access version of the VPN software on my personal laptop with no issues (limited due to security restrictions). 
    I have called linksys support, my ISP support, and company support. My company support suggest that it is a security setting on the Linksys wireless network.
    Has anyone run into similar issues? The VPN software is by Juniper Networks  - Network Connect 6.4.0.

    Make sure all the Ports required for your VPN software are forwarded on your router...Try to reduce the Security to WEP on your Linksys router...
    Also change the MTU Size to 1300 and see if you are able to connect to your VPN...
    If nothing works you should reset and then re-configure your router...

  • VPN Not working due to College Proxy Settings

    2014-04-27 11:11:05 *Tunnelblick: OS X 10.9.1; Tunnelblick 3.3.0 (build 3518)
    2014-04-27 11:11:05 *Tunnelblick: Attempting connection with EarthVPN-India, Pune; Set nameserver = 1; monitoring connection
    2014-04-27 11:11:05 *Tunnelblick: openvpnstart start EarthVPN-India,\ Pune.tblk 1338 1 0 3 0 305 -atADGNWradsgnw -
    2014-04-27 11:11:05 *Tunnelblick: openvpnstart starting OpenVPN:
    2014-04-27 11:11:06 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
    2014-04-27 11:11:06 Socket Buffers: R=[131072->65536] S=[131072->65536]
    2014-04-27 11:11:06 MANAGEMENT: >STATE:1398577266,RESOLVE,,,
    2014-04-27 11:11:36 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:11:36 MANAGEMENT: >STATE:1398577296,RESOLVE,,,
    2014-04-27 11:12:06 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:12:41 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:13:16 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:13:51 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:14:26 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:15:01 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:15:37 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:16:12 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:16:47 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:17:22 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:17:57 RESOLVE: Cannot resolve host address: pun-in.earthvpn.com: nodename nor servname provided, or not known
    2014-04-27 11:18:08 *Tunnelblick: Disconnecting; 'disconnect' button pressed
    2014-04-27 11:18:08 *Tunnelblick: Disconnecting using 'killall'
    2014-04-27 11:18:32 RESOLVE: signal received during DNS resolution attempt
    2014-04-27 11:18:32 SIGTERM[hard,init_instance] received, process exiting
    2014-04-27 11:18:32 MANAGEMENT: >STATE:1398577712,EXITING,init_instance,,
    2014-04-27 11:18:33 *Tunnelblick: No 'post-disconnect.sh' script to execute

    Thanks for the reply Jkbull .
    My issue was solved by using "Viscosity" a vpn client for Mac which even works with OSX Yosemite.
    but i cannot find any solution for tunnelblick.
    I am not sure but think the problem was with tun-tap settings or 443 port.
    I have tried changing the reference to "pun-in.earthvpn.com" in the OpenVPN configuration file to its current IP address of "103.250.184.251".
    I have an option in mac network settings to use one or more DNS Servers so i have added Google Public DNS and my college DNS server- "202.141.81.2".
    I Cannot connect to Internet by not using proxy because our connections go through our proxy server "202.141.80.19:3128" and we have user-password login for this server to establish a internet connection.
    The Problem still persists.
    When i connect with viscosity,
    Initially i use my college proxy settings.
    Connect to EarthVpn by using Viscosity
    It asks me with the username, password of the earthvpn account and when provided it establishes  connection.
    I use no proxy(that is remove my proxy settings) after the connection is established.
    Now it is connected to VPN.
    I wish tunnelblick guys come up a solution for this problem.

  • Cannot setup work email using SSL on non standard port

    All,
      I've been trying now for a few hours to setup a corporate email account.  I've tried via the curve and via the bb internet service but in both cases since the service cannot detect the settings since a non standard port is in use I cannot use the the service and am considering returning the device to go with another easier to use device.  I love the hardware design but if I cannot setup my corporate email this is no good to me.  I'd appreciate any tips anyone has.
    Thanks,
      Frustrated.

    Your corprorate email account is an exchange server or what?
    You are on a personal BIS plan?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I am trying to setup VPN with QuickVPN

    Hi I am trying to setup VPN with WRVS4400N and Quick VPN on client side. I am fairly new to VPN and did some research and looked through the manual but can't seem to get it to work so far and from what I noticed many people are having this problem. So hopefully someone can tell what the problem is or at least point to right direction on solving this.
    Basically it gives the "Failed to establish connection" generic error, shows it almost instantly..
    It also showed the certificate error before but then I read about putting it in the installation directory and it stopped showing it, and whats strange is later I removed it but it doesnt show the error any longer, so don't know if its caching it somewhere or what can be going on...
    In effort to look for answer and test things out I tried to connect to another location and setup a WRV200 router, I also get the same error but not instantly, it even shows "Activating Policy" but then doesn't go farther and shows the generic error...
    Also with this setup strangly it always shows the certificate error, no matter if I put one in directory or not... Even tried to name it as the WRVS4400N certificate name...
    Anyway VPN IPSec is disabled, and Client Accounts are configured and changed password several times to make sure its correct, VPN Passthrough enabled on all 3 options.
    I tried to disable Windows Router, I also have a router in place do I possibly need to open some type of ports for the QuickVPN client?
    Don't know yet whats going on if I am missing something or if there is some problem that needs work-around but if you know the answer or guesses of answer please let me know.

    Hi Aleksandr,
    since this question is about a product in the Cisco Small Business / Linksys range, I suggest you move it to the community, where you will have a better chance of getting expert advice.
    best regards,
    Herbert
    Cisco Moderator

  • [Solved] NetworkManager-pptp VPN not working after update to 0.9.10

    Hello,
    I have a PPTP VPN set up and it's been working for a long time.  However, after I updated last night to networkmanager-0.9.10, it is no longer able to connect to the remote network.  I can activate the VPN connection, enter my password, but after a short period of time, the connection reports:  "Error: Connection activation failed: the VPN service returned invalid configuration."  As I mentioned before, this VPN was working right before the update and I didn't change the configuration on either my computer or the destination network so I'm pretty sure that this is something to do with the update.  I'm wondering if anybody else has run into this problem and if they've been able to find a solution.  I've been searching all over these forums and the internet for some hours now and I haven't found anything yet.  I'm hoping that somebody might be able to point me in the right direction or maybe know of something that might have changed with the new update.
    Here is my VPN configuration (using NetworkManager-PPTP.  I've also obscured the public IP address):
    [connection]
    id=MyVPN
    uuid=fe6e6265-1a79-4a69-b6d1-8b47e9d4c948
    type=vpn
    permissions=user:greyseal96:;
    autoconnect=false
    timestamp=1408950986
    [vpn]
    service-type=org.freedesktop.NetworkManager.pptp
    gateway=192.168.146.114
    require-mppe=yes
    user=greyseal96
    password-flags=3
    [ipv6]
    method=auto
    [ipv4]
    method=auto
    route1=10.17.0.0/16,10.17.1.1,1
    never-default=true
    Here are my logs during the time that I tried to connect:
    Aug 24 23:44:15 MyArchBox NetworkManager[578]: <info> Starting VPN service 'pptp'...
    Aug 24 23:44:15 MyArchBox NetworkManager[578]: <info> VPN service 'pptp' started (org.freedesktop.NetworkManager.pptp), PID 1938
    Aug 24 23:44:15 MyArchBox NetworkManager[578]: <info> VPN service 'pptp' appeared; activating connections
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> VPN connection 'MyVPN' (ConnectInteractive) reply received.
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> VPN plugin state changed: starting (3)
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: pppd started with pid 1945
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> VPN connection 'MyVPN' (Connect) reply received.
    Aug 24 23:44:21 MyArchBox pppd[1945]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded.
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded.
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing
    Aug 24 23:44:21 MyArchBox pppd[1945]: pppd 2.4.6 started by root, uid 0
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection'
    Aug 24 23:44:21 MyArchBox pppd[1945]: Using interface ppp0
    Aug 24 23:44:21 MyArchBox pppd[1945]: Connect: ppp0 <--> /dev/pts/2
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: Using interface ppp0
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: Connect: ppp0 <--> /dev/pts/2
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> (ppp0): new Generic device (driver: 'unknown' ifindex: 10)
    Aug 24 23:44:21 MyArchBox NetworkManager[578]: <info> (ppp0): exported as /org/freedesktop/NetworkManager/Devices/9
    Aug 24 23:44:21 MyArchBox pptp[1947]: nm-pptp-service-1938 log[main:pptp.c:333]: The synchronous pptp option is NOT activated
    Aug 24 23:44:21 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 1 'Start-Control-Connection-Request'
    Aug 24 23:44:21 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:758]: Received Start Control Connection Reply
    Aug 24 23:44:21 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:792]: Client connection established.
    Aug 24 23:44:22 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 7 'Outgoing-Call-Request'
    Aug 24 23:44:22 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:877]: Received Outgoing Call Reply.
    Aug 24 23:44:22 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_disp:pptp_ctrl.c:916]: Outgoing call established (call ID 0, peer's call ID 50048).
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 6 / phase 'authenticate'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (get_credentials): passwd-hook, requesting credentials...
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (get_credentials): got credentials from NetworkManager-pptp
    Aug 24 23:44:25 MyArchBox pppd[1945]: CHAP authentication succeeded
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: CHAP authentication succeeded
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network'
    Aug 24 23:44:25 MyArchBox pppd[1945]: MPPE 128-bit stateless compression enabled
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: MPPE 128-bit stateless compression enabled
    Aug 24 23:44:25 MyArchBox pppd[1945]: Cannot determine ethernet address for proxy ARP
    Aug 24 23:44:25 MyArchBox pppd[1945]: local  IP address 10.17.10.3
    Aug 24 23:44:25 MyArchBox pppd[1945]: remote IP address 10.17.10.1
    Aug 24 23:44:25 MyArchBox pppd[1945]: primary   DNS address 10.17.2.22
    Aug 24 23:44:25 MyArchBox pppd[1945]: secondary DNS address 10.17.2.23
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> VPN connection 'MyVPN' (IP4 Config Get) reply received from old-style plugin.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> VPN Gateway: 192.168.146.114
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> Tunnel Device: ppp0
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> IPv4 configuration:
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal Address: 10.17.10.3
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal Prefix: 32
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal Point-to-Point Address: 10.17.10.1
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Maximum Segment Size (MSS): 0
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Static Route: 10.17.0.0/16   Next Hop: 10.17.1.1
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Forbid Default Route: yes
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal DNS: 10.17.2.22
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   Internal DNS: 10.17.2.23
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info>   DNS Domain: '(none)'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <info> No IPv6 configuration
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <error> [1408949065.481618] [platform/nm-linux-platform.c:1716] add_object(): Netlink error adding 10.17.0.0/16 via 10.17.1.1 dev ppp0 metric 1 mss 0 src user: Unspecific failure
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <warn> VPN connection 'MyVPN' did not receive valid IP config information.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Cannot determine ethernet address for proxy ARP
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: local  IP address 10.17.10.3
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: remote IP address 10.17.10.1
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: primary   DNS address 10.17.2.22
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: secondary DNS address 10.17.2.23
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 9 / phase 'running'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_ip_up): ip-up event
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_ip_up): sending Ip4Config to NetworkManager-pptp...
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: PPTP service (IP Config Get) reply received.
    Aug 24 23:44:25 MyArchBox pppd[1945]: Terminating on signal 15
    Aug 24 23:44:25 MyArchBox pppd[1945]: Modem hangup
    Aug 24 23:44:25 MyArchBox pptp[1954]: nm-pptp-service-1938 log[callmgr_main:pptp_callmgr.c:245]: Closing connection (unhandled)
    Aug 24 23:44:25 MyArchBox pptp[1954]: nm-pptp-service-1938 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 12 'Call-Clear-Request'
    Aug 24 23:44:25 MyArchBox pptp[1954]: nm-pptp-service-1938 log[call_callback:pptp_callmgr.c:84]: Closing connection (call state)
    Aug 24 23:44:25 MyArchBox pppd[1945]: Connect time 0.0 minutes.
    Aug 24 23:44:25 MyArchBox pppd[1945]: Sent 0 bytes, received 0 bytes.
    Aug 24 23:44:25 MyArchBox pppd[1945]: MPPE disabled
    Aug 24 23:44:25 MyArchBox pppd[1945]: Connection terminated.
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: inet 10.17.0.0/16 table main
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: priority 0x1 protocol static
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: nexthop via 10.17.1.1 dev 10
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <error> [1408949065.487073] [platform/nm-linux-platform.c:2252] link_change(): Netlink error changing link 10:  <DOWN> mtu 0 (1) driver 'unknown' udi '/sys/devices/virtual/net/ppp0': No such device
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: <error> [1408949065.487153] [platform/nm-linux-platform.c:1777] delete_object(): Netlink error deleting 10.17.10.3/32 lft forever pref forever lifetime 1862-0[4294967295,4294967295] dev ppp0 src kernel: No such device (-31)
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: Terminated ppp daemon with PID 1945.
    Aug 24 23:44:25 MyArchBox kernel: Loading kernel module for a network device with CAP_SYS_MODULE (deprecated).  Use CAP_NET_ADMIN and alias netdev- instead.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Terminating on signal 15
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Modem hangup
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Connect time 0.0 minutes.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Sent 0 bytes, received 0 bytes.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: MPPE disabled
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 10 / phase 'terminate'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 11 / phase 'disconnect'
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: Connection terminated.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 1 / phase 'dead'
    Aug 24 23:44:25 MyArchBox dbus[579]: [system] Rejected send message, 10 matched rules; type="error", sender=":1.51" (uid=0 pid=1938 comm="/usr/lib/networkmanager/nm-pptp-service ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.52" (uid=0 pid=1945 comm="/sbin/pppd pty /sbin/pptp 192.168.146.114 --nolaunc")
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** Message: nm-pptp-ppp-plugin: (nm_exit_notify): cleaning up
    Aug 24 23:44:25 MyArchBox pppd[1945]: Exit.
    Aug 24 23:44:25 MyArchBox NetworkManager[578]: ** (nm-pptp-service:1938): WARNING **: pppd exited with error code 16
    Aug 24 23:44:45 MyArchBox NetworkManager[578]: <info> VPN service 'pptp' disappeared
    If you've gotten this far, thank you for taking the time to read through all this!  Any help that you can give would be much appreciated.
    Last edited by greyseal96 (2014-08-27 15:20:02)

    Hmm, not sure about the 3.16 series kernel, but I found that when I upgraded to kernel 3.18 the PPTP VPN also stopped working.  This time, though, it was because, for some reason, there was a change in kernel 3.18 where the firewall kernel modules necessary for the VPN don't get loaded so the firewall won't allow some of the PPTP traffic from the remote side back in.  Since the firewall is stateful, these modules need to be loaded so that the firewall can know that the incoming PPTP traffic from the remote side is part of an existing connection.  Here's what my network manager logs looked like:
    NetworkManager[619]: <info> Starting VPN service 'pptp'...
    NetworkManager[619]: <info> VPN service 'pptp' started (org.freedesktop.NetworkManager.pptp), PID 31139
    NetworkManager[619]: <info> VPN service 'pptp' appeared; activating connections
    NetworkManager[619]: <info> VPN connection 'MyVPN' (ConnectInteractive) reply received.
    NetworkManager[619]: <info> VPN plugin state changed: starting (3)
    NetworkManager[619]: ** Message: pppd started with pid 31148
    NetworkManager[619]: <info> VPN connection 'MyVPN' (Connect) reply received.
    pppd[31148]: Plugin /usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
    NetworkManager[619]: Plugin /usr/lib/pppd/2.4.7/nm-pptp-pppd-plugin.so loaded.
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing
    pppd[31148]: pppd 2.4.7 started by root, uid 0
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection'
    pppd[31148]: Using interface ppp0
    pppd[31148]: Connect: ppp0 <--> /dev/pts/5
    NetworkManager[619]: Using interface ppp0
    NetworkManager[619]: Connect: ppp0 <--> /dev/pts/5
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish'
    NetworkManager[619]: <info> (ppp0): new Generic device (driver: 'unknown' ifindex: 7)
    NetworkManager[619]: <info> (ppp0): exported as /org/freedesktop/NetworkManager/Devices/6
    pptp[31150]: nm-pptp-service-31139 log[main:pptp.c:333]: The synchronous pptp option is NOT activated
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 1 'Start-Control-Connection-Request'
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:758]: Received Start Control Connection Reply
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:792]: Client connection established.
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 7 'Outgoing-Call-Request'
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:877]: Received Outgoing Call Reply.
    pptp[31157]: nm-pptp-service-31139 log[ctrlp_disp:pptp_ctrl.c:916]: Outgoing call established (call ID 0, peer's call ID 25344).
    pppd[31148]: LCP: timeout sending Config-Requests <===HERE IS WHERE THE CONNECTION FAILS BECAUSE THE MODULES AREN'T LOADED.
    pppd[31148]: Connection terminated.
    NetworkManager[619]: LCP: timeout sending Config-Requests
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 11 / phase 'disconnect'
    NetworkManager[619]: Connection terminated.
    NetworkManager[619]: <warn> VPN plugin failed: connect-failed (1)
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 1 / phase 'dead'
    pppd[31148]: Modem hangup
    pppd[31148]: Exit.
    NetworkManager[619]: <warn> VPN plugin failed: connect-failed (1)
    NetworkManager[619]: Modem hangup
    NetworkManager[619]: ** Message: nm-pptp-ppp-plugin: (nm_exit_notify): cleaning up
    NetworkManager[619]: <warn> VPN plugin failed: connect-failed (1)
    NetworkManager[619]: <info> VPN plugin state changed: stopped (6)
    NetworkManager[619]: <info> VPN plugin state change reason: unknown (0)
    NetworkManager[619]: <warn> error disconnecting VPN: Could not process the request because no VPN connection was active.
    NetworkManager[619]: ** (nm-pptp-service:31139): WARNING **: pppd exited with error code 16
    NetworkManager[619]: <info> VPN service 'pptp' disappeared
    To fix this, I had to add a file to the /etc/modules-load.d directory to have the modules loaded into the kernel at boot.  I just created a file called netfilter.conf and put the following in it:
    nf_nat_pptp
    nf_conntrack_pptp
    nf_conntrack_proto_gre
    Not sure if this addresses your problem or not, but maybe it's worth a look.

  • Can you setup handoff to work with two mac computers on the same network?

    I am attempting to setup handoff to work with two computers on the same network. I cannot seem to get it to work. Should I be able to?

    I'm not sure but I haven't seen anything on the Apple site that indicates that it would not work. The following troubleshooting documents may help: Get help using Continuity with iOS 8 and OS X Yosemite - Apple Support
    Note in particular the Mac models supported. The other thing that occurs to me is that in addition to being on the same network they would have to be within Bluetooth range of each other.

  • Do I need a security license to setup VPN on router?

    Hi All.
    I'm trying to setup VPN connections on 2 different routers and I'm not sure about that Do I need a security license to setup VPN connection on router?
    First one is 1941-K9 site-to-site.
    Second one is 887G-K9, EasyVPN connection.
    Both of them don't work properly. What do I need to check on both routers to see if they're abled for vpn connection, maybe some commands as well.
    Thanks in advance.
    Regards,

    yes, for VPN you need a security-license.
    The 1941 should show the following line:
    rtr-01#sh ver | b Technology
    Technology Package License Information for Module:'c1900'
    Technology    Technology-package          Technology-package
                  Current       Type          Next reboot 
    ipbase        ipbasek9      Permanent     ipbasek9
    security      securityk9    Permanent     securityk9
    data          None          None          None
    The 887 comes by default with the "Advanced Security" feature-set. That's all you need for that device.
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • Native iOS L2TP VPN not working on Lion Server

    Hi Folks,
    I have a very strange issue concerning making VPN work on two iOS devices I have. I have recently setup Lion Server on a MacMini here in the office with L2TP VPN using a shared secrert phrase and a password authentication.
    I have Lion running on an a MacBook Air (which I setup VPN using the provisioning profile "VPN.mobileprovision") and Snow Leopard running on an iMac. (VPN was set up manually). Both systems have been tested to work both inside and outsideof my internal network as I have tested with an air card.
    I also have an iPhone running 4.3.4/4.3.5 that I setup by emailing the provisioning profile and and iPad 1 running iOS 5 beta 4 setup with the vpn provisioning profile. Neither the iPad nor iPhone seem to work at all either internally nor externally. In fact I never see any activity in the vpnd.log when I attempt to connect to with these devices. All I get is the standard "The L2TP-VPN server did not respond. Try reconnecting. ..."
    Based on my success with the OSX Clients both inside and outside my local network I feel it is safe to say that I do not think the issue resides on the Lion Server nor the network/firewall configuration. I am running a Time Capsule with FW 7.5.2/7.4.2. There was no change in behavior with either version of the Time capsule firmware for the clients whether they were OSX or iOS. I must be clearly missing something here and I don't know what. Any help any of you could provide would be greatly appreciated. Thanks!
    Please see the below settings for my VPN Settings on the host and iOS client
    root# serveradmin settings vpn
    vpn:vpnHost = ""
    vpn:Servers:com.apple.ppp.pptp:Server:Logfile = "/var/log/ppp/vpnd.log"
    vpn:Servers:com.apple.ppp.pptp:Server:VerboseLogging = 1
    vpn:Servers:com.apple.ppp.pptp:Server:MaximumSessions = 128
    vpn:Servers:com.apple.ppp.pptp:DNS:OfferedSearchDomains:_array_index:0 = "ri.cox.net"
    vpn:Servers:com.apple.ppp.pptp:DNS:OfferedServerAddresses:_array_index:0 = "192.168.15.1"
    vpn:Servers:com.apple.ppp.pptp:Radius:Servers:_array_index:0:SharedSecret = "1"
    vpn:Servers:com.apple.ppp.pptp:Radius:Servers:_array_index:0:Address = "1.1.1.1"
    vpn:Servers:com.apple.ppp.pptp:Radius:Servers:_array_index:1:SharedSecret = "2"
    vpn:Servers:com.apple.ppp.pptp:Radius:Servers:_array_index:1:Address = "2.2.2.2"
    vpn:Servers:com.apple.ppp.pptp:enabled = no
    vpn:Servers:com.apple.ppp.pptp:Interface:SubType = "PPTP"
    vpn:Servers:com.apple.ppp.pptp:Interface:Type = "PPP"
    vpn:Servers:com.apple.ppp.pptp:PPP:LCPEchoFailure = 5
    vpn:Servers:com.apple.ppp.pptp:PPP:DisconnectOnIdle = 1
    vpn:Servers:com.apple.ppp.pptp:PPP:AuthenticatorEAPPlugins:_array_index:0 = "EAP-RSA"
    vpn:Servers:com.apple.ppp.pptp:PPP:AuthenticatorACLPlugins:_array_index:0 = "DSACL"
    vpn:Servers:com.apple.ppp.pptp:PPP:CCPEnabled = 1
    vpn:Servers:com.apple.ppp.pptp:PPP:IPCPCompressionVJ = 0
    vpn:Servers:com.apple.ppp.pptp:PPP:ACSPEnabled = 1
    vpn:Servers:com.apple.ppp.pptp:PPP:LCPEchoEnabled = 1
    vpn:Servers:com.apple.ppp.pptp:PPP:LCPEchoInterval = 60
    vpn:Servers:com.apple.ppp.pptp:PPP:MPPEKeySize128 = 1
    vpn:Servers:com.apple.ppp.pptp:PPP:AuthenticatorProtocol:_array_index:0 = "MSCHAP2"
    vpn:Servers:com.apple.ppp.pptp:PPP:MPPEKeySize40 = 0
    vpn:Servers:com.apple.ppp.pptp:PPP:AuthenticatorPlugins:_array_index:0 = "DSAuth"
    vpn:Servers:com.apple.ppp.pptp:PPP:Logfile = "/var/log/ppp/vpnd.log"
    vpn:Servers:com.apple.ppp.pptp:PPP:VerboseLogging = 1
    vpn:Servers:com.apple.ppp.pptp:PPP:DisconnectOnIdleTimer = 7200
    vpn:Servers:com.apple.ppp.pptp:PPP:CCPProtocols:_array_index:0 = "MPPE"
    vpn:Servers:com.apple.ppp.pptp:IPv4:ConfigMethod = "Manual"
    vpn:Servers:com.apple.ppp.pptp:IPv4:DestAddressRanges:_array_index:0 = "192.168.15.224"
    vpn:Servers:com.apple.ppp.pptp:IPv4:DestAddressRanges:_array_index:1 = "192.168.15.254"
    vpn:Servers:com.apple.ppp.pptp:IPv4:OfferedRouteAddresses = _empty_array
    vpn:Servers:com.apple.ppp.pptp:IPv4:OfferedRouteTypes = _empty_array
    vpn:Servers:com.apple.ppp.pptp:IPv4:OfferedRouteMasks = _empty_array
    vpn:Servers:com.apple.ppp.l2tp:Server:LoadBalancingAddress = "1.2.3.4"
    vpn:Servers:com.apple.ppp.l2tp:Server:MaximumSessions = 128
    vpn:Servers:com.apple.ppp.l2tp:Server:LoadBalancingEnabled = 0
    vpn:Servers:com.apple.ppp.l2tp:Server:Logfile = "/var/log/ppp/vpnd.log"
    vpn:Servers:com.apple.ppp.l2tp:Server:VerboseLogging = 1
    vpn:Servers:com.apple.ppp.l2tp:DNS:OfferedSearchDomains:_array_index:0 = "ri.cox.net"
    vpn:Servers:com.apple.ppp.l2tp:DNS:OfferedServerAddresses:_array_index:0 = "192.168.15.1"
    vpn:Servers:com.apple.ppp.l2tp:Radius:Servers:_array_index:0:SharedSecret = "1"
    vpn:Servers:com.apple.ppp.l2tp:Radius:Servers:_array_index:0:Address = "1.1.1.1"
    vpn:Servers:com.apple.ppp.l2tp:Radius:Servers:_array_index:1:SharedSecret = "2"
    vpn:Servers:com.apple.ppp.l2tp:Radius:Servers:_array_index:1:Address = "2.2.2.2"
    vpn:Servers:com.apple.ppp.l2tp:enabled = yes
    vpn:Servers:com.apple.ppp.l2tp:Interface:SubType = "L2TP"
    vpn:Servers:com.apple.ppp.l2tp:Interface:Type = "PPP"
    vpn:Servers:com.apple.ppp.l2tp:PPP:LCPEchoFailure = 5
    vpn:Servers:com.apple.ppp.l2tp:PPP:DisconnectOnIdle = 1
    vpn:Servers:com.apple.ppp.l2tp:PPP:AuthenticatorEAPPlugins:_array_index:0 = "EAP-KRB"
    vpn:Servers:com.apple.ppp.l2tp:PPP:AuthenticatorACLPlugins:_array_index:0 = "DSACL"
    vpn:Servers:com.apple.ppp.l2tp:PPP:VerboseLogging = 1
    vpn:Servers:com.apple.ppp.l2tp:PPP:IPCPCompressionVJ = 0
    vpn:Servers:com.apple.ppp.l2tp:PPP:ACSPEnabled = 1
    vpn:Servers:com.apple.ppp.l2tp:PPP:LCPEchoInterval = 60
    vpn:Servers:com.apple.ppp.l2tp:PPP:LCPEchoEnabled = 1
    vpn:Servers:com.apple.ppp.l2tp:PPP:AuthenticatorProtocol:_array_index:0 = "MSCHAP2"
    vpn:Servers:com.apple.ppp.l2tp:PPP:AuthenticatorPlugins:_array_index:0 = "DSAuth"
    vpn:Servers:com.apple.ppp.l2tp:PPP:Logfile = "/var/log/ppp/vpnd.log"
    vpn:Servers:com.apple.ppp.l2tp:PPP:DisconnectOnIdleTimer = 7200
    vpn:Servers:com.apple.ppp.l2tp:IPSec:SharedSecretEncryption = "Keychain"
    vpn:Servers:com.apple.ppp.l2tp:IPSec:LocalIdentifier = ""
    vpn:Servers:com.apple.ppp.l2tp:IPSec:SharedSecret = "com.apple.ppp.l2tp"
    vpn:Servers:com.apple.ppp.l2tp:IPSec:AuthenticationMethod = "SharedSecret"
    vpn:Servers:com.apple.ppp.l2tp:IPSec:RemoteIdentifier = ""
    vpn:Servers:com.apple.ppp.l2tp:IPSec:IdentifierVerification = "None"
    vpn:Servers:com.apple.ppp.l2tp:IPSec:LocalCertificate = <>
    vpn:Servers:com.apple.ppp.l2tp:IPv4:ConfigMethod = "Manual"
    vpn:Servers:com.apple.ppp.l2tp:IPv4:DestAddressRanges:_array_index:0 = "192.168.15.241"
    vpn:Servers:com.apple.ppp.l2tp:IPv4:DestAddressRanges:_array_index:1 = "192.168.15.249"
    vpn:Servers:com.apple.ppp.l2tp:IPv4:OfferedRouteAddresses = _empty_array
    vpn:Servers:com.apple.ppp.l2tp:IPv4:OfferedRouteTypes = _empty_array
    vpn:Servers:com.apple.ppp.l2tp:IPv4:OfferedRouteMasks = _empty_array
    vpn:Servers:com.apple.ppp.l2tp:L2TP:Transport = "IPSec"

    Issue is resolved. I used the initial random generated shared secret that was generated by Lion Server. The shared secret has special characters. IOS did not like the special characters. See iPhone Console Log below:
    Jul 26 20:00:36 iPhone-4 racoon[718] <Info>: [718] INFO: @(#)This product linked OpenSSL 0.9.7l 28 Sep 2006 (http://www.openssl.org/)
    Jul 26 20:00:36 iPhone-4 racoon[718] <Info>: [718] INFO: Reading configuration from "/etc/racoon/racoon.conf"
    Jul 26 20:00:36 iPhone-4 racoon[718] <Info>: [718] ERROR: /var/run/racoon/68.9.232.78.conf:6: "?gLA" syntax error
    Jul 26 20:00:36 iPhone-4 racoon[718] <Info>: [718] ERROR: fatal parse failure (1 errors)
    That is why I never saw any attempt to connect. The actual process would bomb out before attempting to make a connection to the server.
    The shared secret key was:
    Y|WNwvM_O"?gLA$F@adT
    Looks like it was the " or the ? symbols.
    Once I changed the shared secret key the issue went away and the iPhone and iPad could connect to vpn without issue.
    Figured I'd let you all know

  • WRT54G V1.1 Cannot go on-line

    I have a WRT54G and I cannot go on-line.  I have th epower light steady, internet steady, and Wlan steady, Port 1 steady.  I have Cable service and I need the Settings for the Router to work.  I have also tried to go the router's page 192.168.1.1 but I do not have access to it.  Please help me
    ito56

    Maybe you changed the default ip address of your router, try to reset the router and then re-configure it...  Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...  As you have a Cable ISP follow the link here

  • Aiport Extreme cannot establish VPN connection through router must bypass

    Hello - I own an Airport Extreme with the latest firmware update. I cannot connect to my work VPN through the Airport Extreme router. If I bypass the router and connect directly to my modem the VPN works fine. My VPN connections also work fine in any other internet hotspot. Any ideas Apple folks? I am using MacPro, and MacBook with bootcamp MacOSX and Windows XP Pro.

    My workaround was taking the router back and getting a D-Link router.  Had it set up in 10 minutes with the VPN working, and staying connected.  I agree, there is something with the firmware on the router.  Good luck!

  • Cannot setup attglobal account keeps saying server timed out

    cannot setup attglobal account keeps saying server timed out?

    I had the same, frustrating problem, then happened onto a process that worked for me. I wrote it up in the following post: https://discussions.apple.com/thread/3541003
    Hope that works for you, too.

Maybe you are looking for

  • Importing Development Objects in Integration Repository ?

    Hi , How do i import development objects that have been exported ? e.g , i export a "message mapping" object using Tools->Export Development Objects, could see it stored in a folder in the XI server m/c , however , when i try import development objct

  • Pixel Aspect?

    Hi there, I'm trying to learn about using FCP and Livetype. I'm reading a book which tells me to edit my project properties to ensure a .90 pixel aspect ratio as per standard DV. However, I don't see this anywhere in the file information in FCP. Does

  • Webservice to RFC

    Hello Friends, I have a requirement in which i need to consume a webservice and then send it through an RFC channel to R/3(No mapping logic). Im confused as to how to go about this problem. Please tell me what are the things that are required, like W

  • Macbook turns off for no reason

    While im working on word my macbook it just suddenly shuts down. I lost all my work. This has happend 5 times already and i dont know why it keeps on happening. I really need professional help. Can someone please help me and tell me why my macbook ju

  • The sound in my pc just disappeared

    daytime I was listening music normally but in the evening the sound has just disappeared. Where can I find it?