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.

Similar Messages

  • Help-- Do I need a domain name or IP is enough ?

    Hi Everyone,
    I had posted earlier regarding my application that it doesnt work on a real device but works on every manufacturers emulator !
    I have got ADSL and I m using my IP address to access my Tomcat server and I m passing parameters in the URL :
    http://xxx.xxx.xxx.xxx/servlet?param1&param2&param3&param4
    I havent specified anything in my application like GET or POST just passing values in URL.
    So, do I need to have a specifc domain name since I m not using GET or POST ?
    Please guide.
    Thank you.

    Here is the code...
    //This is the WaitScreen from where I m making a function call to get image
    if (simpleCancellableTask1 == null) {                      
            // Insert pre-init code here
                 simpleCancellableTask1 = new org.netbeans.microedition.util.SimpleCancellableTask();                       
                 simpleCancellableTask1.setExecutable(new org.netbeans.microedition.util.Executable() {
                     public void execute() throws Exception {
                         im=getImage(url);
                         get_Image1Form().append(im);
             return simpleCancellableTask1;
    //Code for making connection and getting image
    private Image getImage(String url) throws IOException
          int width=mainForm.getWidth();
          int height=mainForm.getHeight();
         String serverUrl="http://localhost:8080/imageservlet";
         String httpUrl=serverUrl +"?width=" +width + "&height="+height + "&from="+from+"&to="+to;
         ContentConnection connection= (ContentConnection) Connector.open(httpUrl);
         DataInputStream iStrm = connection.openDataInputStream();
          ByteArrayOutputStream bStrm = new ByteArrayOutputStream();
         int firstfile,secondfile;
         byte imageData[] = null;
         byte imageData2[]=null;
         try
             int length =(int) connection.getLength();
             firstfile=iStrm.readInt();
             imageData=new byte[firstfile];
             iStrm.readFully(imageData);
             secondfile=iStrm.readInt();
             imageData2=new byte[secondfile];
             iStrm.readFully(imageData2);
         }catch(Exception ex)
             System.out.println("here is "+ex.getMessage());
             showAlert(ex.getMessage());
         }finally
             if(iStrm !=null)
                 iStrm.close();
                 bStrm.close();
             if(connection !=null)
                 connection.close();
         img=Image.createImage(imageData,0,imageData.length);
        img1 =Image.createImage(imageData2,0,imageData2.length);
         return img;
    }  So please tell me if there is anything wrong in here...
    Thank you

  • HT1277 Multiple accounts on same domain in Apple Mail blocks connection to the mail server.

    I am trying to run two separate mail accounts on my Mac in Apple Mail, both using the same domain name. I don't want to use aliases because one is a personal mail account and the other is a helpdesk one, with different signatures. I also want to keep emails for those accounts separate.
    I can get the first account working fine. When I add the second account, Apple Mail tells me it can't connect to the mail server for either account. As soon as I remove the second account, the first account starts working again.
    Anyone know why this might be?
    The mail server is Postfix running on a Linux server. My Mac is running OS X Lion v10.7.5.
    The mail accounts are IMAP - I also access them from my iPhone 3GS (iOS 6). Again, I can get the first one working from the iPhone, but as soon as I add the second one it falls over.

    If the email service you were trying to connect to was an icloud email account, then the outgoing server can't possibly be right (yahoo.com???).  If it's to yahoo, then the "apple.smtp.mail" part certainly looks suspicious.  Are you sure the server address wasn't changed at some point?
    So the first question for you is..  which email service were you trying to use?  Yahoo or icloud (or something else)?

  • Mail and Calendar need to close/reopen in order to connect

    Recently, my MacBook Air has been taking some time to connect to the Internet (via my Airport) upon waking from standby mode.  It connects to the Airport router immediately and all indicators suggest that I'm connected to the Internet, but I can't get to Google, etc. for about 45 seconds. Though this is not a major problem, it does take considerably longer than usual to connect to the Internet.  Further, it seems as though Mail and Calendar need to be shut down and reopened for both applications to connect to the web, Cloud, etc., even after Safari kicks in and I can surf the web.
    My MacBook Air is up to date with all software, etc. and I'm on 10.8.3.  My other devices (iPhone, iPad) seem to connect fine after "waking" them standby.

    Hello Michal,
    I've had my share of problems keeping ARD clients visible. Only thing I can think to suggest off the top of my head, is that you have one of the systems set to a different IP (as it looks like they are set alike), this may be confusing ARD.

  • Launch JNLP file which required full-qualified domain name

    Hi all,
    My suitation is like this:
    I need to launch an JNLP file which I need a domain name in order to access it: (using JDK 1.5.0_11)
    e.g. http://hostname.domain.domain/xxx/yyy/zzz.jnlp
    But when it try to access one of the jar file, it will refer to http://hostname/aaa.jar that lead to UnknownHostException.
    Note: (I already use the full domain name to launch the JNLP file..)
    Any one have idea on what to do? And I have no option to change the network setting to support solely "hostname" without domain.
    Here's the "little modified" Launch file in the error dialog (as some details can't be disclosed)
    [Launch path]:
    http://hostname.domain.com:12718/CMTE-3rdParty/tibco/7.5.2/tibco.jnlp
    [Error message]:
    Unable to load resource: http://hostname:12718/CMTE-3rdParty/tibco/7.1.2/tibco.jnlp
    [Launch File shown in error dialog]:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://hostname:12718/CMTE-3rdParty" href="tibco/7.1.2/tibco.jnlp">
    <information>
    <title>Tibco</title>
    <vendor>Multicast messaging library</vendor>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <jar href="tibco.jar" version="7.5.2"/>
    </resources>
    <resources os="Windows" arch="x86">
    <nativelib href="tibco-libs.jar" version="7.5.2"/>
    </resources>
    <component-desc/>
    </jnlp>
    Thank you very much.

    You should change the codebase (declared in the jnlp tag) to http://hostname.domain.com:12718/CMTE-3rdParty
    That's how jnlp works, URL are made up as codebase+href.
    You'd better use absolute URL for the jnlp href (not for resources).
    And, last but not least, as Andrew would say: use JaNeLa (look for a link almost anywhere in the forum).
    Bye.

  • Domain Names and Oracle

    Hi,
    I am preparing to install Oracle 8i on my Windows NT machine,
    and I stumped into something that I can find no answer for.
    Oracle asks me to say what my domain name is (e.g. suse.com). It
    uses this to manage the different Oracle instances, e.g.,
    server1.suse.com and server2.suse.com. Well, the problem is that
    our machines do not have our domain name. That is, the machine I
    am using (as well as all our servers) does not have a DNS name
    xxx.intelsystech.com. Their names are managed by our ISP, and
    for all I know they change it once in a while. Our machines do
    have unique IP numbers, though (e.g. 43.25.44.32). We have
    managed to do just about everything else using these fixed IP
    numbers (e.g. ftp, http, etc.). Also, names are not a problem
    because all machines are in the Windows Active Directory domain,
    and therefore have a "local" name (e.g. Monet) in the Windows
    LAN.
    What should I enter when Oracle asks for my domain name? And for
    the machine name? Can I use the IP number? Or the IP pattern
    (e.g. 43.25.44.)? How will I be able to refer to an Oracle
    service (listener, database name) without a domain name?
    Thanks,
    Taha

    Oracle asks me to say what my domain name is (e.g. suse.com). It
    uses this to manage the different Oracle instances, e.g.,
    server1.suse.com and server2.suse.com. These domain names are not the same as ip domain names. You need
    the domain names only if you want to have different oracle db's
    connected to each other, e.g. for replication.
    If you are using this db alone, then just choose any name.
    How will I be able to refer to an Oracle
    service (listener, database name) without a domain name? You can use ip-addresses for listener and tnsnames, but it is
    better to use dns-names.
    Hop this helps.
    Thomas

  • Getting the domain name of the Client PC using WebUtil

    Hi Guys,
    Is there a way I can find the domain name of the computer running the forms using webutil.
    I use WEBUTIL_CLIENTINFO.GET_HOST_NAME to get the client computer name. I would also need the domain name.
    Thanks!
    Anand

    Try this:
    message(CLIENT_WIN_API_ENVIRONMENT.GET_ENVIRONMENT_STRING('USERDOMAIN'));I believe if no domain is defined, it will return the host name. Also, this obviously will only work on Windows clients.

  • Testing windows server 2012 R2 Essentials with a "diferent" Domain name.

    Hi, i've been testing the essentials version server and i've found some tips to change the Domain name at the setup install moment of the server.
    but, when i try to use a Domain name like this: Mylocaldomain.com.mx
    it allows me to use the .com name but doesn't allow me to use the .mx suffix.
    do you know if there is a way to workaround this detail? or it won't be permitted at all. ?
    thanks in advance!

    Hi,
    Based on my experience, an internal corporate namespace that used for internal purpose does not need to end in a valid top-level domain. That is to say you can use .ux as the top-level domain if you only use the domain on internal.
    In your configuration, com is the second-level domain and
    mx is the top-level domain. In general, com is a kind of the core group of generic top-level domains
    which indicates that this name has been registered to a business organization for commercial use. Maybe it is due to you cannot use
    com as the second-level domain and you can use another second-level domain instead of
    com to see if the issue persists.
    Best regards,
    Susie

  • Domain name settings - Newbie question

    Sorry for a newbie question!
    I am already pointing a domain name to web hosting for email account. Now, I need an application server to run ERP software and Oracle, and installing Solaris and Oracle need a domain name.
    If I point my domain name to the server, how do I receive emails from web hosting???
    Install an email server to the application server instead? What can I do if I want the same domain name? Any option?

    Setting up a mailserver and making sure it doesn't suddenly turn into a spambox is not something you do with the use of a few commands. I suggest to dive into the Solaris admin guide on docs.sun.com and read up on e-mail and network services.
    If that is asking too much of your time you'll be better off getting your ISP to handle all this for you.

  • Web Domain Name Question??

    So this is going to sound really noobie like...well because I'm not really a network admin by day.
    I have my server set and functioning with DNS, Web, OD, and a mixture of file sharing services. So...when creating a new Site in Web service, I set a 'Domain Name' (like www.example.com) and 'Aliases' (like example.com). If I then go to a web browser and type "www.example.com" or "example.com" I get nothing...but, if I type in the FQDN of the server (like "http://ns1.mydomain.com"), it will go to my site.
    Now, I know that the domain I'm setting isn't a registered domain, but with all of my client computers pointing to the DNS of the server, shouldn't it resolve to be like a 'local host' kinda thing?
    I don't need this to be live to the internet...just a local site. Any help or suggestion is much appreciated!
    Thank you!!

    Hi Corey
    To put it simply you really don't need any other IP address in the Server's DNS Server's field other than its own address. Of course this assumes the server is also the DNS Server. The Server in effect is using its own DNS to resolve itself locally and any client computers that are using it for their DNS as well as accessing the internet. Obviously clients using the Server for their DNS will also be accessing the internet using the Server.
    If the Server is down then it won't matter whether if it can get on the internet - its down. For clients using the server it will matter. So for clients you could either not bother using the Server and use either the Router IP address (if the router is not your server) or any ISP supplied DNS Server addresses. Or place these addresses as secondary addresses.
    A lot depends on how you want clients to access server hosted domains? If you want to use domain names then clients have to know which DNS Server resolves that name to an IP address. Of course you could just simply use the server's IP address locally - clients will still access the site.
    This explanation is as simple as I can make it. There are others on these forums who could (or may if they post) explain things a lot better?
    Glad I could help and thank you for the feedback.
    Tony

  • Domain Name settings in Solaris - Newbie question

    Sorry for a newbie question!
    I am already pointing a domain name to web hosting for email account. Now, I need an application server to run ERP software and Oracle, and installing Solaris and Oracle need a domain name.
    If I point my domain name to the server, how do I receive emails from web hosting???
    Install an email server to the application server instead? What can I do if I want the same domain name?

    Your questions are completely off-topic for the forum.
    These SunOS forums are for questions on <i>"how do I install my OS"</i>
    You particular question is in the <i>"how can I install Solaris while using the CD drive"</i> forum.
    So, if you had a question on how to edit the /etc/inet/hosts file to establish a FQDN on the computer, then it might be appropriate for the forum.
    Unfortunately, I don't have a clue on where to redirect you, except perhaps to the Sun Java Enterprise System suite of applications?

  • Domain name fowarding to my iWeb page.

    the company I secured my domain name with asks for a PRIMARY and SECONDARY SERVER HOST NAME. do i use: http://web.mac.com/[YourMemberName]? the space to put this information has
    ns.infoservemedia.com
    ns2.infoservemedia.com
    in the box
    Macbook Pro 2GHz 2GB memory   Mac OS X (10.4.7)  

    The stuff they are asking for is not relevant or possible for .Mac. You need to tell them you want Domain Forwarding, where you provide the url of your site (http://web.mac.com/username) and that's all. If they won't do it or can't understand it, find another host.

  • Fully qualify domain name in CMS_IdNumbers5

    Under CMS D/B, there is a table called u2018CMS_IdNumbers5u2019.
    One of the fields generated during the creation of CMS D/B is always equal to the server name where BOE is installed.
         E.g      If Server Name = Server01
              There will be a field called u2018Server01u2019 under table CMS_IdNumbers5
    In Unix (AIX) environment, it will retrieve the fully qualify domain name and port numbers
         E.g.      If Server Name = Server01.AU.SVR.COM
              Port = 6400
              There will be a field called Server01.AU.SVR.COM:6400 under table CMS_IdNumbers5.
    Questions:
    Where does the fully qualify domain name get pick up from in unix and how does it knows it should point to AU.SVR.COM in the above example?
    Never once have we stated the fully qualify domain name (.AU.SVR.COM) during the creation of CMS D/B (via cmsdbsetup.sh), we only specified u2018Server01u2019.
    When using u2018uname u2013nu2019 or u2018hostnameu2019 commands, it will only return back u2018Server01u2019.
    Client needs to point to a different domain name.
    E.g. Instead of Server01.AU.SVR.COM, they want Server01.AU2.SVR.COM
    Where can this be done?
    Thanks in advance.
    Regards,
    Ken

    Thanks for the quick respond. Yes I am aware changing domain is out of scope from Business Objects perspective.
    My question is more on how and where do the fully qualify domain name get picked up from in unix (AIX). As mentioned in previous note, never once have we stated the fully qualify domain name (.AU.SVR.COM) during the creation of CMS D/B (via cmsdbsetup.sh), we only specified u2018Server01u2019. Yet it was able to determine the fully qualify domain name.

  • Advice about choosing Domain Name for AD

    Before starting this theard I already read article of Ace Fekay about choosing domain name.
    And this theard : Choosing AD domain name (cant post link)
    I want to setup server with AD so I can easy deploy programs, settings and use one place
    for user accounts. 
    I already have one domain that I use for FTP server and that domain points to my external IP.
    Now I want to use that domain for AD and IIS. I know about pros\cons doing that and I think that isn't problem for me.
    Is it possible to do it, will it work and will I have problem joining clients to domain?
    If possible I want to make that AD join-able from Internet (because I have clients that is in other cities but want cetralized location). I was thinking about using .local domain (and VPN) and if needed to edit host file but I'm scared that don't make problems
    to client. (I want as much as possible to it be easy)
    Can I do it with existing domain or I need to buy new (and if need, what actually I need to ask my ISP for) (I would like to work with current domain, that will help me a lot)?
    Thanks in advance.

    You can do with existing domain. You can use directaccess feature to perform domain join & access your domain resources securely without requiring VPN.You can also utilize offline domain join.
    http://technet.microsoft.com/en-us/library/jj574150.aspx
    http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2012/09/17/new-features-in-active-directory-domain-services-in-windows-server-2012-part-19-offline-domain-join-improvements.aspx
    Awinish Vishwakarma - MVP
    My Blog: awinish.wordpress.com
    Disclaimer This posting is provided AS-IS with no warranties/guarantees and confers no rights.

  • Can I use iCloud for sending and receiving emails from my own domain name?

    Hello,
    Hope that someone can help me please.
    I have my own unique registered domain name. 
    Currently I am using the gmail server to transmit and receive email - I am using Mail on a MacBook, and an iPhone.  Works just fine.
    However, I was wondering if the iCloud can be set up to also provide this same function?
    If so how do we achieve this?
    Appreciate your comments and advice.

    Please ignore this question. Or tell me how to delete it.

Maybe you are looking for

  • Data Integrator import XSD / DTD error

    Hi experts, Really need your help here!  I am trying to import an XSD or DTD schema into BODI.  I have both the XSD and DTD which I generated from the XML source file, using Altova XMLSpy.  BODI is allowing me to select the root element, but when I r

  • Help required about InsertHTML function

    Hello i want to use this function to add HTML in documnet of JEditor pane public void insertHTML(HTMLDocument�doc, int�offset, String�html, int�popDepth, int�pushDepth, HTML.Tag�insertTag) it is a function HTMLEditorKit.But i dont understnad what int

  • SAP XI mapping.

    Hello folks, Guys i need few of the user defined functions which are mostly created and used by you guys which performing the mapping. I have the basic understanding of what actually is a user defined function and the types of functions in it. It wou

  • Triggers and Win CE

    Hello, Somebody know which is the reason that triggers not run on WinCE-PocketPC ? Thanks, Daniel.

  • Static in tracks from a new artist

    artist: Margot & The Nuclear So and So's album: The Dust of Retreat A number of tracks from this album have static in them -- like they were encoded poorly. I have tried them on: - my ibook - through my airport - on my ipod - burned to an audio cd it