How to get Profile Manager working over the internet?

I've set up profile manager at home and it work great on my local network. Now I wanted to make it work over the internet but I can't figure out how to do so. I've already opened the required ports. When I try accessing the User Portal trought my <external ip>/mydevices it asks me whether I trust a certificate or not, but when I choose "ok" it keeps requesting the URL forever until it times out. Am I required to have a registered domain name to access my server or I can just use my external IP ? Is there anything else I should do in order to have it working?

First off, you say you've opened 'the required ports', but which ones are they, in your opinion?
That may sound like a dumb question, but it isn't meant to be. You'll need port 443 to support HTTPS connections, and 1640 for the Certificate Enrollment server.
Additionally, you WILL need a valid domain for this - at least if you don't want authentication errors. SSL certificates rely on the hostname (amongst other things) to provide validation and if you access the site via IP address that validation is doomed to failure. That shoudkn't lead to the problem you're experiencing, which is no response at all, but it's still an issue to resolve.

Similar Messages

  • I can not set up my airport extreme, he's worked over the internet but I can not back up

    I can not set up my airport extreme, he's worked over the internet but I can not back up

    ''donngra [[#answer-685379|said]]''
    <blockquote>
    ''FredMcD [[#answer-685331|said]]''
    <blockquote>
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 15.0 r0
    Shockwave Flash 11.5 r502
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''v16.0.0.296<br>https://www.adobe.com/products/flashplayer/distribution3.html'''
    Shockwave Director '''v12.1.6.156 http://get.adobe.com/shockwave/'''
    </blockquote>
    </blockquote>

  • Can TC work over the internet?

    I would like to get a TC, but before that I would like to know if TC can work over the internet, if am at school or work, just open it as it was a local hdd and stream some music or files.
    thanks in advance

    I can access my Time Capsule hard drive over the Internet from a Mac but not from a Windows Vista PC that is able to connect to a shared disk behind an AEBSn router from the Internet.
    In other words, remote connections to Time Capsule hard disks do not seem to work from PCs even though local network connections do seem to work for both Time Capsule internal hard disks and for USB-connected hard disks.
    I would be interested to know if anyone else has had a different experience with respect to Windows PC connections.

  • How can I download a file over the internet from a WebDAV server?

    I am trying to download a file over the internet from a WebDAV server. I've tried doing it with Datasocket as suggested in these articles,
    <a href="http://digital.ni.com/public.nsf/websearch/f3cc5f7e60a75cb2862567e700696abf?opendocument">Retrieving an Unformatted Text File via FTP or HTTP Using DataSocket</a>
    <a href="http://digital.ni.com/public.nsf/websearch/4FA09E7B3674DA34C1256BD400555C41?OpenDocument">Download a Text File from a Password Protected URL Using DataSocket</a>
    but all I get is error 1181 (protocol unrecognized by Datasocket).
    I know I have the URL correct, because I can put it into a web browser and it works fine - I can download the file manually.
    But I want to have a LabVIEW program do the download automatically.
    I have the internet toolkit, but don't have the foggiest clue how to use it, and am using LabVIEW 7.1
    I am a bit out of my depth here, so any advice welcome.
    Regards,
    Mark.

    MIG,
    What is the URL to the website? Is it an FTP site? The articles you referenced are for specific transfer protocols. If the stie you're trying to get to doesn't follow these protocols, then you'll get the error you're seeing. You may have to use ActiveX to control IE and download the files programmatically.
    Chris C
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • How to Enable Wake On Lan over the Internet??

    Hi, I am using RV220W with the latest firmware, I want to make "Wake on LAN" work for my NAS, I found the following description on Internet:
    "If you wish to use Wake On Lan over the internet you will need to set up your destination firewall/router to allow "Subnet Directed Broadcasts". Most routers and firewalls disable this option by default.
    You will then need to allow traffic through on your firewall/router on a specific port. The choice of ports is up to you."
    So how can I enable "Subnet Directed Broadcasts" on RV220W??
    Thanks.
    Raymond

    Hi Jasbryan,
    If RV220W doesn't forward UDP to a broadcast address, could you ( i.e. Cisco) provide a tools for sending WOL Magic Packet to the LAN on Router Device Manager page?
    I see many routers also provide this tools from their manager page.
    Thanks.
    Raymond

  • Can someone point in the right direction for how to make a multiplayer game over the internet

    Hello,
    I am looking into making a game where two people who can be in different places would log on to the app, log in and can play - i.e. they would be connected over the internet. I'm looking for a hint on what is the direction to take and which technologies.
    For example is there a best practice for example if you make an app with DirectX and C++, and you use some kind of web service or something? or is it easier using C# and XNA? just looking for some pointers in the right direction. I have played around
    with DirectX, far from proficient but have familiarity, I have no experience with XNA but hear it's less hardcore and easier going. I'm particularly interested in what the best way to connect over the internet.
    Thanks

    What you are asking is very complicated and one of the more difficult things you can do in gaming. I'd strongly recommend you start smaller to learn and then move up to multi-player games as your skills grow.
    From the multiplayer client perspective it doesn't really matter which technology you use. You can write a multiplayer game in any engine or technology that can talk to the network. Choose the client technology that you are most adept at and interested in
    and learn it. You can go straight to DX, use a third party library such as Monogame (XNA isn't supported for Windows Store apps), or a complete game engine such as Unity. Once you can write a decent one-player game you'll have the foundation to start on to
    build a two-player game.
    At that point you'll need to define the problem much more specifically. As you state it, it is really wide open. How do you want the users to connect? Directly machine to machine? Matched through a web server but running client side? Connecting to a game
    running on a remote server? Something else?
    The network connection itself is probably fairly straightforward, but where to connect and how to manage that can be difficult. You'll have to decide what properties you want. Is this an action game where responsiveness is important or
    a turn based game where timing is less relevant?
    Are the players connecting locally or completely remotely? If the former then they can probably connect directly over the local network (NFC is great here). If the latter then they probably will need to connect to a matchmaker service to avoid firewalls.
    This can get very complex, but there are existing solutions you can use rather than writing your own.
    --Rob

  • Can ARD work over the internet?

    I have used ARD over my local network, but would like to use it over the internet ( i.e. off site).
    Is there any way this can be achieved?
    Joe

    Joe
    You're welcome.
    AFAIK there is nothing 'definitive' that could be defined as a step-by-step guide. Simply too many variables. Not everyone uses the same hardware for example.
    Some of the instructions given already should help you configure the firewall/router at the remote site? How you negotiate and configure the firewall depends on what's being used. They all vary. Assuming you're at the remote site enable Remote Management. System Preferences > Sharing > Remote Management. Tick all the options.
    At this point a sensible precaution would be beefing up the local admin account's password. It's your choice.
    Assign the workstation the fixed private IP address you decided on when configuring the Firewall. For example if the remote site's local network is using addresses in the 192.168.x.x range then assign an IP address that seems suitable to you. You can do this in the Network Preferences Pane. To make it easier you could use the "Using DHCP with manual address" option.
    The only other piece of information you need is the external IP address at the remote site. If it's a fixed IP you should have no problems. If it's dynamically assigned a phone call (assuming someone's there) to the remote site is all you need do prior to controlling the workstation.
    To find out what external IP address is being used launch a browser and in the url key in:
    http://www.myipaddress.com
    At your end select Connect to server from the Go Menu and key in:
    vnc://theipaddressoftheremotesite
    At the prompt enter an admin account name and password and you should be looking at the remote workstations' desktop.
    Tony

  • How do you use lightroom catalogs over the internet?

    We are new to Lightroom 2 and have a variety of questions - we appreciate any information to get us started.
    We would like to store our catalogs on our server if possible I am at a remote location so I would need to do this over the internet
    Suggestions on how we can best get our photos into lightroom and both be able to access them?
    What size catalog can you send over the internet?
    What are the advantages/disadvantages of 1 vs. using many catalogs?
    How do you share catalogs?
    Thank you!

    We do not have a network - but we have a server -wuold it be possible to access the catalolg/s from there?
    Thanks

  • Please Help! RDS not working over the internet

    Hello Everyone,
    I recently set up a new server that is running Server 2008 R2 and need to get RDS setup so that I can connect to the server using a remote desktop connection over the internet.
    I can access the web access site over the internet and login as expected but it does not allow me to connect via remote desktop to the server using its FQDN. It just gives me the typical can't connect message. I have verified that connecting via remote desktop
    using the RDS web access site works within my local network.
    So far I have done the following:
    - Added the server to the domain and assigned a static IP address that is public on the internet (associated dns record also added by my ISP)
    - Added all of the RDS roles except for virtualization host and added appropriate settings throughout the wizard
    - Configured and added a self-signed ssl cert
    - Added the server as a web access server
    - Disabled Firewall and Security software on the server for testing purposes
    That said, can anybody shed some light on what I may have missed? When entering the computer name over the internet, do I have to add a port or anything like that? It's odd that I can connected to the web access page which is hosted on the server I am trying
    to connect to via remote desktop but I cannot actually use remote desktop.
    This is my first time attempting to use RDS so maybe I just missed an important step somewhere.
    Any help with this would be greatly appreciated!

    I added the certificate to the PC I'm trying to connect from and I'm still getting the same error.
    This is what I'm seeing below, I figure pictures speak louder than words in this case.
    Under the Remote Desktop link:
    Connect to:
    Remote Desktop size:
    Options
    Devices and resources (followed by checkboxes for them)
    Additional Options
    Remote computer sounds:
    Apply keyboard shortcuts:
    Performance:
    When I click connect a warning comes up saying unknown publisher and when I click connect I get the error again.
    That said, I went into RD Session Host Server Settings and under the RD Session Host Server tab I checked a box that says "Show a remote desktop connection to this RD Session Host server in RD Web Access" and now under the
    remoteapp programs link on the RDWeb there is an icon for Remote Desktop. When I click the icon it automatically tried to connect me to the server and lists the publisher and remote computer as the same rather than giving me a warning.
    Additionally, in the RD Session Host Server Settings it does say the server name as the FQDN RDP port 3389 under "connection settings" in the same tab.
    edit: I am going to put together some pictures so you can see exactly what I'm seeing on the RDWeb and will post again with a link once I have them up.

  • How to send an iTunes song over the internet

    In my iTunes library I have a song, I want to send, over the internet, to a friend.
    How to do that?

    Open iTunes Store, find the song then Gift him the song.

  • How to share videos with family over the internet

    I have a ton of home videos that I have edited with Final Cut and I would like to find a way to share those with family and friends across the country. Is there any way to do this in the Apple ecosystem. If not, what do most recommend as the best way to do this? Thanks

    Thanks for the reply... I'm actually looking for something that would allow me to have all the content available in a library so friends and family can see all the content and then choose what to watch. Ideally, it would be like iTunes or iPhoto only that it could be accessed by multiple people from all over the internet. I think Apple is missing a huge niche in this area.

  • When clicking loading FireFox the profiles box comes up but it blank, no profiles are loading, how do I get profile manager to load the profiles?

    Profile manager loads up but the window is now blank. I have checked in the profiles folder and the profiles exist but I can not get them to load. What do I need to do to make profile manager load the profiles? Thanks.

    Is this a new installation of Firefox you're running for the first time, or have you been running Firefox for a while?
    Are you using the "built in" profile manager (firefox.exe /profilemanager) or the new "stand alone" profile manager?
    If you look in this folder:
    C:\Users\''username''\AppData\Roaming\Mozilla\Firefox
    do you have a file named profiles.ini? It's a text file that usually has information for each of the profile folders in the Profiles subdirectory.

  • Back To My Mac: Anyone get it to work over the net?

    I can't. It works fine on my home network, an apple extreme and several expresses. But over the net it doesn't work at all. I've tried both from work, and also by logging on to my neighbor's airport network. in both cases, the icon for my home iMac disappears.
    I downloaded the guide from the Apple site for BTMM and followed the instructions, but nothing seems to work.
    Anybody have any luck with this? than

    Do both routers have to be configured correctly? Both the router you're sending from, and the router your mac that's being controlled is talking to? I thought it was just the later...
    <<Even if these routers do support one of these protocols and have this support enabled, odds are good your office's firewall is simply going to block any traffic it doesn't recognize. Similarly, unless your neighbor has agreed to let you configure his or her router as you please, I would not expect this to work, either. >>

  • I have a 2.2 GHz Intel Core i7 macbook pro that has lion installed when I recieved it, according to the support pages AHT is supposed to work over the internet if it wasn't installed, Mine wasn't and it doesn't work. Where can I download it from?

    I Have a 2.2 GHz Intel Core i7 macbook pro, I recieved it with OSx 7.2 lion installed, I need to us AHT (apple hardware test) according to the support page that I copy here
    Additional Information
    Apple Hardware Test is included on the DVDs that are shipped with some Macintosh computers. If the copy on your hard drive becomes unavailable, use the DVDs to run Apple Hardware Test.
    For Intel-based Apple computers that shipped with Mac OS X v10.5.4  or earlier, Apple Hardware Test is located on the Mac OS X Install Disc 1  and should be included with your computer.
    For Apple computers that shipped with Mac OS X v10.5.5 to 10.6.7, Apple Hardware Test is located on the Applications Install  Disc 2 and should be included with your computer.
    For some Apple computers that shipped with OS X Lion, if Apple Hardware Test cannot be found on the hard drive, an Internet-based version starts up instead.
    This doesn't work as the additional information statement says it should above.  Could someone at apple give me an idea of where to get it or what the "REAL" solution is, since it doesn't work on an internet version which was confirmed today at the Genius Bar in the Apple store.
    Please help me

    chrisfrommarion wrote:
    Thanks, while it worked on yours it doesn't work on mine, any other ideas?
    Are you holding down the "d" key, all by itself, just after the system shuts down for a restart?
    And how long did you hold it down?
    I held mine down for about 40-50 seconds. Then I lookat at my routers WAN light and it was flickering so I let up on the d key.
    If that does not work then maybe there is something wrong with your MBP. Is that the reason you want to run this test, something isn't right with your unit?

  • How do I share a folder over the internet with Mountain Lion server?

    I am new to using formal servers.  In Snow Leopard I was able to use web sharing to serve a small website and if I wanted to share a folder with someone I would  just provide the person I wanted to share a file with the path to the file inside the sites directory.  With Mountain Lion this functionality was removed from the sharing section of system preferences.
    I purchased mountain lion server and was able to restore the website serving ability, but I haven't been able to figure out how to share a folder.  I am still looking over what documentation I can find, but for the most part it just tells me to set up the services without telling me how.  Any assistance would be helpful.  Networking is not my area of expertise.
    Best Regards,
    David Finell

    I purchased server to assist with this as I am unfamiliar with the command line protocols for using apache.  Because of the UNIX architechture of OSX and I presume apache, I am uncomfortable using the command line for fear of causing serious problems.
    Unfortunately, the documentation that I have seen for mountain lion server is wanting in either its completeness or layout/functionability.  To summarize the server instructions as I understand them.  It just says to configure it and my system to meet my requirements without telling me how.
    I am confident that both the apache command line and server are capable of accomplishing what I was able to do before under snow leopard.  I just haven't figured out how.
    I was able to provide a link to family and clients like http://ipaddress/~user/folder
    This no longer works.

Maybe you are looking for

  • Flash 9 need help please mac osx 10.4.8

    Why cant I boost my plays anymore like I use to with panther?? Some one plese hepl me!!!

  • When I point my browser to the administration port number, I get the message "Forbidden"

    I installed the iPlanet Calendar Server (iCS) and supplied a TCP port number for the admin port. However, when I tried to access the Calendar Server administration interface from Netscape Communicator by typing in the URL<BR> <P> http://server-name:p

  • Excise Invoice-Register Number not defined

    Hi, Iam using SAP 2007B, Pl 08. When I try to create Incoming or outgoing Excise Invoice, I get a error message "RG-Register Number is Not defined for Location". I have set the item as an Excisable item, the warehouse is an excisable warehouse and in

  • Sending e-mails

    Verizon not responding due to a long running script...I get this message every time I try to compose a reply to an e-mail from anybody.  Does anyone know how to correct this problem?

  • Highlight row on mouseover

    See http://htmldb.oracle.com/pls/otn/f?p=24317:106 Selecting a radiobutton and Clicking the Submit button highlights the selected row. But when I mouseover the highlighted row, the color changes due to the mouseover stuff defined in the Alternating R