Cannot remote into server from outside the network

I have two laptops that all I want is to have them able to VPN to my server.  When the laptops are on my network, they are able to network in and see the server.   But when I go to Starbucks or McD's, I can connect to their network but I cannot VPN into my server.  I am getting a message that LT2?? - VPN, of course I cannot remember exactly what the message said but, it does not work.  I have changed the ports on the time capsule to 80, 1723 and something that is 4500.  As you can tell I am NO expert but would like to understand what I am doing wrong.
I have CenturyLink and a time capsule that I have to pass through just to get to the server.  What else am I missing?

Good advice from ebrind
I'll add to it:
- what IP address does your time capsule have?
     If your CenturyLink provides NAT and your Time Capsule is also setup for NAT, you will need to reconfigure either the TC or the CenturyLink to bridge mode and set the port forwarding in the device providing NAT.
- do you see any activity in the VPN Log?
- Your VPN server address which you set in your laptop should be the public address of your network, not the LAN address
- If you do make a successful VPN connection, don't expect to see the server like you do when you are on the LAN. If the LAN address of your server is 10.1.10.2, you'll need to connect to:   afp://10.1.10.2  (after a successful VPN connection)
- Lastly, do you need VPN? If you just need access to your files from the server, you can do this without VPN. Depending on your security requirements, you can simply map port 548 and access with:  afp://[public-ip]   or use webdav with SSL.

Similar Messages

  • With Mountain Lion Server, can users access the Messages Server from outside your network?

    I would like to setup a new messaging service between my employees because we have issues with most online services. I'm thinking of getting a Mac Mini Server, so I can run Messages Server, but I have an employee outside my network. Can they login to the server remotely to use the Messages Server?
    Thanks

    If you're talking about setting up and using the Jabber messaging service provided by OS X server then yes, it's really easy to set up and use in and out of the office. The only trick it is, and also most other services, is a correct DNS setup so you're able to connect and use the server from the "outside".
    I use this myself (via Lion server rather than Moutain Lion server) from behind a dynamic IP addressed ADSL line and have no problems whatsoever.

  • Single user cannot RDP from outside the network. Everyone else can.

    Bag for scale.

    i took the IT Superhero quiz, and it made me a girl! so i tried retaking it until i got what i wanted, and finally, i just decided to reverse engineer their logic answers! it ended up being (somewhat) simple, and yet tricky to decipher, and so i decided to share my findings here at the Water Cooler to anyone in a similar predicament as me :Di highly recommend taking the quiz FIRST to see what you get (it IS rather fun), but once that is out of the way, feel free to have fun (i know i did). and don't forget to use your avatar if you like it!so basically, you just take the address of the Superhero quiz:
    http://community.spiceworks.com/careers/sysadminday/superhero-quizand add the appropriate keys after it. for example:...

  • Design Studio access from outside the network

    Hi!
    I've got a problem with Design Studio 1.2 SP01. Everything works well, if I access everything when I sit in the office. If I'm at home and I chose "Add Datasource", I can select a Universe, but if I want to build a query "Edit Query Spezification", I get the following error:
    Failed to create CMS session (see error log for detail)
    Caused by: com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Server demo.comp:6400 not found or server may be down (FWM 01003)
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$NotFoundInDirectory: Server demo.comp:6400 not found or server may be down (FWM 01003)
    cause:java.net.UnknownHostException: demo
    detail:Server demo.comp:6400 not found or server may be down (FWM 01003) demo
    detail:Server demo.comp:6400 not found or server may be down (FWM 01003) demo
    Our server is named demo.comp and can be accesed if you are inside the company network. I can access the Server via comp-demo.com from the Internet, but if I use the Designer, I get the error described above.
    Thanks in advance!

    Could a Mod please move this to Design Studio space for answers? Tammy Powlas
    I already read through a bunch of threads, without finding an answer
    Thanks a lot!

  • Access to file server from outside the domain

    We have users from another domain who connect over VPN to our SAP.
    These users must drop a file on a certain server in our domain to create labels.
    The problem is that they are not users on the domain, so they don't have access rights. I tried with GUI_DOWNLOAD, but this function uses Windows Access Rights. What I need is that SAP (or some system user) just puts the file there whitout checking the access rights or that this putting is done under another user.
    Has somebody an idea or knows what function I can call to do this ?
    Thanks

    Hi Thomas,
    I’m writing to follow up with you on this post. Was the link above help you solve your issue?
    If you are satisfied the solution, I’d like to mark this issue as "Answered". Please also feel free to unmark the issue, with any new findings or concerns you may have.   
    Regards,
    Charlie Liao
    TechNet Community Support

  • Cannot ssh into Mac from outside - help, please

    Cross posting from another forum as suggested
    This is a networking / DNS / Airport / SSH issue

    Well, just for yuks, I would try configurating the
    AEBS to forward port 22 rather than "another port
    number", and see if that works.
    The log snippet you posted says "Accepted password
    for igor"; did you get prompted for your password
    before ssh timed out? If so, that means that your
    ssh client did manage to connect to your main
    home Mac -- so maybe it isn't an AEBS
    configuration problem
    I suspect it is more of a How the Newer OS X Implemented SSH issue -- like turning on the reverse lookup by default.

  • Cannot run a page from outside the context of an unbounded taskflow

    JDeveloper 11.1.2.1
    I have a JSF page placed on one and only one unbounded taskflow (adfc-config.xml).
    When I want to run that page from the application navigator or from the design editor I got an alert that I have to select a starting activity out of two choices. Both choices point to the same unbounded taskflow. The file adfc-config.xml exists only ones in my application.
    Why JDeveloper offers these choices although the context is set by the only one taskflow ?
    Thanks !
    Edited by: jmenge on May 7, 2012 9:41 AM
    Edited by: jmenge on May 7, 2012 10:53 AM

    cheers that did the trick!! : - )
    I was wondeing if you could help me with one more thing, its about getting rid of an old page after you press a button to go to a new page! this.dispose doesnt wrk below:
            JButton back = new JButton("BACK");
            back.addActionListener(new ActionListener()       
                  public void actionPerformed(ActionEvent e)           
                       VowelmSound s = new VowelmSound();
                        s.setSize(Toolkit.getDefaultToolkit().getScreenSize());
                        s.show();
                        //this.dispose();           
             });        and this is main
    public static void main(String[] args)
    JFrame draw = new punjabidraw();   
    draw.setVisible(true);   
    }I was wondering what I could use to get rid of the old page??
    Kind Regards
    Raj

  • Do I need a domain name in order to connect to my Mini Server 10.8.2 from outside my network?

    I am working on setting up my mac mini server. Aside from in home file sharing I want ot be able to connect to some files remotely and even upload files, say pictures from my camera, to my server from outside my network. I am only looking to have maybe 2 users that have access. Should I get a domain name from a place like GoDaddy? in order to set up server to use domain in initial setup? I have 2 Drobos connected with my music, videos and pictures and I wat to access them from an Android, Windows and iPod device when away from home. Any how-tos out there or good step by step guides?
    Thanks for any information.
    -Peace
    -Dave

    A normal address like www.domain.com is intended to work with static IP addresses, DynDNS is a service specifically intended for dynamic addresses and it will therefore automatically update the address e.g. name.dyndns.org to match the dynamic IP address each time it changes.
    Some home broadband routers have built-in support to act as a DynDNS client but if yours does not then you can run the DynDNS software on your Mac server. This will then tell the DynDNS servers what your current dynamic IP address is so they can map it to your host name.
    The result will be that your users can use a name like yourname.dyndns.org to access your server and not have to worry about the fact your IP address may change.
    You would still need to run a VPN server to allow your remote users to connect to your network but OS X Server can do this. You could also run a website but depending on your needs that might be better done by using a web hosting service.

  • Pages (or Numbers) Template Cannot Be Opened From Outside the Application

    Ever since the upgrade to Mavericks, I cannot open a Pages (or Numbers) template without being asked.....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything.
    But this template is already in my Template Chooser.
    So the only way to open a template in Pages (or Numbers) is to open the application first, and then click "New", and choose the template.
    I can't figure out a way to open the template from outside the application, which is very very handy, rather than having to open the application every time that I want to access a template.
    How can I open a template simply by clicking on it?

    Yes, the problem is that opening the template from outside of the application will not open the application, showing the document.  I only get this....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything. 
    But this template is already in my Template Chooser.
    Put your Pages or Numbers document on your desktop and open it by double-clicking it, and you'll understand.  You can't do it, even if the template is in your template chooser.
    The only way to do this now is to open the application, select "New", and the select the template.  So you cannot open a template from outside the application....only from within.

  • Numbers (or Pages) Template Cannot Be Opened From Outside the Application

    Ever since the upgrade to Mavericks, I cannot open a Numbers (or Pages) template without being asked.....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything.
    But this template is already in my Template Chooser.
    So the only way to open a template in Numbers (or Pages) is to open the application first, and then click "New", and choose the template.
    I can't figure out a way to open the template from outside the application, which is very very handy, rather than having to open the application every time that I want to access a template.
    How can I open a template simply by clicking on it?

    Yes, the problem is that opening the template from outside of the application will not open the application, showing the document.  I only get this....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything. 
    But this template is already in my Template Chooser.
    Put your Pages or Numbers document on your desktop and open it by double-clicking it, and you'll understand.  You can't do it, even if the template is in your template chooser.
    The only way to do this now is to open the application, select "New", and the select the template.  So you cannot open a template from outside the application....only from within.

  • Open Directory access from outside of network / internet

    Hello all,
    Got a question I'd love to get some help on, I have some users who are outside of my network and I'd like them to connect into the open directory on our leopard server so they can use the Shared iCal calendars, addresses, etc.
    So my questions are A) Is it possible to connect in from outside the network and get access to the directory without having to have a seperate user account and use our VPN every time you want to connect? - if not is this the only way to do it (would you have to connect via the Mac VPN and then connect to the directory?)
    B) is it possible to do this "seamlessly" so that you don't have to change any settings, login details each time you switch between your local user from outside the network and your directory access. (so basically if you are in iCal if you have internet access it will connect you to the directory, without you doing anything extra?)
    Hope that makes sense, I can't seem to find the answers I need in the manuals, if I knew how this was meant to work I could probably have a fair go at figuring out how to actually do it (firewall changes etc)
    Thanks in advance for the help
    Martin

    So my questions are A) Is it possible to connect in from outside the network and get access to the directory without having to have a seperate user account and use our VPN every time you want to connect? - if not is this the only way to do it (would you have to connect via the Mac VPN and then connect to the directory?)
    If your OD server is visible from the internet -- i.e., it has a public address -- then you can do this without the VPN. However, it's not advisable to have a server exposed in that fashion.
    You would be better off doing this through the VPN:
    - Remote user connects to internet at hotel, for example.
    - Remote user initiates VPN connection.
    - Remote user now has access to iCal server and directory information.
    Explain to the users that this information is private to the company, and private company resources are only available through the VPN. Allowing access without the VPN would be similar to the company posting its Employee roster and meeting calendars on the face of the building where any person (or competitor) could see them.
    B) is it possible to do this "seamlessly" so that you don't have to change any settings, login details each time you switch between your local user from outside the network and your directory access. (so basically if you are in iCal if you have internet access it will connect you to the directory, without you doing anything extra?)
    It's just one extra step: Connect to VPN. You're still the same local user on the computer.
    If you're talking about laptop users needing directory access to authenticate when logging into their computers, well...That sounds like a whole other situation.
    Hopefully this helps.
    Bryan Vines

  • View/Change User Accounts From Across The Network - Do not have Server

    Is there a program or utility that can be run in Mac OS X Tiger or Leopard to manage user accounts on other Macs that are located across the network? Is there anything that will do this that is free, or not too much money?
    Our setup: multiple Macs on a network that is primarily a Windows AD Domain. For various reasons, we do not have the Macs setup as members of AD. We also do not have a Mac OS X Server. I am wondering if there is something that is built-in, free, or on the cheaper-end, to manage user accounts and their permissions from across the network on the Macs?
    Thank you for your help!
    Dan

    If the systems are not bound to a parent domain, then local account policy will need to be set individually. There is a way to get Workgroup Manager working on OS X client, but I do not know of a way for it to see remote NetInfo/DS Local data stores. It will only see the local store. NetInfo in the 10.2 days could pull this off. But Apple removed those features in favor of LDAP and eventually DS Local.
    You will probably need to use a combination of tools. Start with defining base settings in the User Template to ensure that all new home folders are created equal. Then use ARD or ssh to define user policy with pwpolicy and other tools like niutil (Tiger) or dscl. Test with mcxquery. If you get Server Admin Tools, you can use Workgroup Manager to craft the needed xml for mcx values, then inject into the user account.
    But this is only going to get you local policy. If users are connecting to file shares and mail, they are using their network credentials so those policies need to be managed at the domain level.
    I would encourage binding the machines to the domain. While this can, and has (sadly), been done, being part of the domain is so much easier. If you need a system for storing the LDAP schema, get a Mini and do it on the cheap. Otherwise, consider AD schema modification and then practice your xml skills.
    Hope this helps

  • Users can only connect to RD farm website and cannot remote into terminal server , when connected via VPN

    Hello,
    I have a RD farm using 3 Win 2012 servers (1 broker and 2 session host), for internal use only, have not
    configured gateway for internet access.
    Users are able to connect to RD farm website and remote into terminal server, within office
    but can only connect to RD farm website and cannot remote into terminal server , when connected via VPN
    Its takes long time at securing connection and fails.
    Thanks

    Hi,
    Thank you for your posting in Windows Server Forum.
    First of all I would suggest you to configure RD gateway role on your server and pass all the connection through it because it’s a best practice to use RD Gateway in RDS Farm. 
    Apart from this, if you are not using RD Gateway then you must check that you have successfully forwarded port 3389 for RDS to access via VPN. Also check that you have made configuration under IIS Manager to enable Forms Authentication. Please check
    this link.
    In addition, please refer beneath article for additional details.
    1. How to Access Windows Remote Desktop Over the Internet
    2. Remote Desktop Services in Windows 2008 R2 – Part 3 – RD Web Access & RemoteApp
    (For reference)
    Hope it helps! 
    Thanks,
    Dharmesh

  • Can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.

    Hi,
    I can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.  I can access CRM with same user id and password from our office inside the network.  I can get
    the page to give login details once I have login details I got below error. Please help me to solve this issue.  It was working before.
    Access denied You do not have sufficient access rights or privileges to perform this action. 
    Regards,
    Noushad
    [email protected]

    On Premise system Configured with AD FS server for claims-based authentication you need to update your host file with server url to access it from outside office network.
    Refer
    this on how to update host file.
    Regards, Saad

  • Firefox Sync: I cannot log into my account using the sync key that was given to me and nothing I do seems to fix it. Is there anyway I can "reset" my username? I'd like to reopen an account using my same username as opposed to starting from scratch.

    I cannot log into my account using the sync key that was given to me and nothing I do seems to fix it. Is there anyway I can "reset" my username? I'd like to reopen an account using my same username as opposed to starting from scratch.

    reading through that, it doesn't look like you were given up on Candice. you never replied to StarDeb's last set of questions in that thread. she was probably waiting to hear back from you.
    why didn't you reply?

Maybe you are looking for

  • Why is the refresh button in such a terrible spot, now? Why is it so small? Why is it just like IE?

    This has got to be the worst change ever. Is there a hotkey for refreshing?

  • No Order Confirmation E-mail

    Hi,  I have not received an order confirmation e-mail for the hard drive I recently purchased. Also, it does not show anything under "Order Status" or "Purchase History." I would greatly appreciate an explanation or assurance that my order went throu

  • NFS server unmount error w/ bind-mount

    Hello, please let me know if I should change the thread title. so I'm sharing a folder through NFS between two arch-linux pc's. Host1 is my desktop, Host2 is my laptop. I boot up my computer, rpcbind is started on boot-up I launch the server on Host2

  • Home Calendar in Outlook?

    Have just upgraded my iPhone 2G to version 2.0. When I sync itunes shows two calendars in Outlook 2007. It shows "Home" and "Outlook Calendar". However, I do not have a "Home" Calendar in Outlook and the iphone has put some appointments into the Home

  • JTable's setValueAt() function -URGENT please help!!!

    I am using a subclass of the DefaultTableModel for my JTable. The data is in the form of a Vector of vectors. I am catching user input (editing) by implementing the setValueAt() function. The table consists of 1 row, and 4 columns (thats a required l