What Is an Appropriate Hostname & DNS Zone Configuration for External DNS Setup?

I setup servers that are hosted on a secure external data centre. The data centre has its own DNSS, so the DNS service is never setup on the server itself, and is handled by the data centre. I have already setup a handful of servers, and they all seem to be working well. Nevertheless, a couple of people in these discussions have told me, that I'm not setting the servers up 'properly' because of the way I'm naming the server - ie., they believe I'm assigning a 'wrong' hostname - and because of the way I'm setting up subdomains in the zone file. Here is how I'm currently doing it:
CURRENT SETUP:
The server is public, and it is also the ONLY machine publicly in the domain zone. So, if the client's domain is "example.com", there is only one machine that will respond to all services in that domain. Because of this:
- Server Hostname: "example.com"
- reverse DNS PTR record points to "example.com"
-  'mail.example.com', 'www.example.com', 'ftp.example.com', etc, are all setup as A records that point to the same IP address as "example.com".
This has been working fine so far. I have not had any problems with any service, including mail. However, a couple of people suggested that "example.com" is not a fully qualified domain name, and that this setup is therefore  'incorrect', and that it will cause me problems in the future. They suggest I should be setting these servers up like this:
SUGGESTED SETUP:
- Server Hostname: "server.example.com"
- reverse DNS PTR record points to "server.example.com"
- setup "www.example.com" as a record pointing to the same IP address as "server.example.com", but avoid setting up other subdomains unless absolutely necessary - ie., tell client to use "server.example.com" as the 'proper' address for mail/ftp/etc.
Technically, 'net', 'company.net' and 'server.company.net' can all be fully qualified domain names, if each one of them points unequivocally to a single IP address. An domain name is not fully qualified, for instance, when it points to a subnet instead of a single IP address. Using "example.com" as a FQDN is technically correct. However, what is 'technically correct' and what Server considers acceptable are not always the same thing....
I certainly don't want my clients to have problems in the future, and if OS X Server is going to misbehave because of the way I'm setting up my hostname and zone files, I need to know for sure NOW rather than later!

I'm the "other people" referenced here.
For general information on DNS, please acquire and skim a copy of Cricket Liu's DNS and BIND book.  It was on its fifth edition when last I checked.  DNS server on OS X Server is the ISC BIND server, which is discussed in that book in some detail.
If configuring OS X Server in a data center, the OS X Server box probably does not want (nor need) to be running a local DNS server.  (Running local DNS services just means that DNS server will potentially become part of a DNS DDoS, if who can issue queries to the server isn't carefully controlled.)  Use the DC DNS server(s).
If you want the domain itself to be used as an IP address (eg: example.com), then that's usually an A record, particularly if you're getting email via that domain (and not an MX record going elsewhere).  Some versions of OS X Server have had some issues with setting up this record within Server Admin.app and Server.app.
The previous issues were likely due to stale DNS translations lurking within the configuration, and caching of that data up to the TTL.  (FWIW, this discussion is related to this thread and this thread.)

Similar Messages

  • After installing Lion the microsoft office programs do not run!  What can I do as I need them for external communication?

    After installing Lion the microsoft office programs (word, excel,...) do not run!  What can I do as I need them for external communication?

    There are also free alternatives such as Neo Office.
    You can also install the Office 2011 30 day trial if it's urgent.

  • DNS Help: Configure for local and extenal services using same domain name?

    Hello all. I'm setting up a 10.5 server, have scoured these great forums and gotten close, but am still stuck. Any help would be greatly appreciated.
    My network setup is as follows: Internet (2xT1) > modem > router/firewall/NAT device > XServe > switches > rest of network, clients, etc. Pretty standard, I believe.
    I'd like to use this XServe on our local network/intranet/LAN only for OD, networked home directories, AFP, iCal, Time Machine, Print and Software Update.
    My website is hosted on an external server.
    My email is also hosted on a (different) external server.
    Domain is school.edu
    XServe name is xserve.school.edu
    XServe is 10.0.0.25
    I've gone through Apple's recommended DNS setup (supplemented by some great info found here on the forums....), and am able to connect to other Internet sites (with client's DNS server set as 10.0.0.25), but unable to connect to www.school.edu, or send/receive mail to/from mail.school.edu.
    In short, connecting to external domains that are NOT related to my school are fine, but I'm unable to connect to any domain that IS related to my school.
    If anyone out there can shoot me some notes on how to configure the DNS settings, zones, forwarding, etc. to accomplish this, I'd be VERY appreciative.
    Thanks, in advance, to anyone who can help me out.
    Cheers,
    Tim

    In short, connecting to external domains that are NOT related to my school are fine, but I'm unable to connect to any domain that IS related to my school.
    If your server thinks it's authoritative for 'school.edu' then you have to add records for every host in the school.edu zone.
    For example, if you want to be able to resolve 'www.school.edu' then you have to have a 'www' record. If you want to send/receive mail you have to add an MX record, and so on.
    It doesn't matter that you're not responsible for those servers, it's just that since this machine thinks it 'owns' school.edu it will only respond with records in its own zone and won't care about what any other name server says, even if that other name server is authoritative for the zone.
    FWIW, that's often why people running stub servers like this choose a separate subdomain (like 'dept.school.edu') so they can leave the main school.edu records on the main server and have full control over a subdomain.

  • DNS record is not dynamically created in DNS Zone, when joining to DNS domain

    hi
    in my test lab i have deployed two virtual machines (both are windows server 2008 R2 enterprise).
    on vm1 i have installed just DNS role (without Active directory) and created a primary non-ADintegrated zone.
    on this DNS zone, i have enabled dynamic update set to
    non-secure & secure .
    now in my vm2 (as a DNS client) , i set the ip address of this DNS server as preferred DNS server and then in system properties, on the primary DNS suffix field, i entered the name of my DNS domain (mydomain.lab)& rebooted VM2, but the a record of this
    client (vm2) is not registered (created ) in mydomain.lab zone.
    i respect the record be created like the situations which we join a client to AD domain 

    Hi  John ,
    When registering DNS record ,client will send a SOA query to find the primary server of the zone .Then send register message to the server .
    We can use nslookup to find the problem :
    Open Command Prompt
    type nslookup
    type set type=soa
    type zone name
        1. If there is positive response ,check the name of
    primary name server and the IP address of the server .
    Its name should be vm1.mydomain.lab .If not ,edit the SOA record in the zone .
    If no IP address ,edit NS record in the zone .
        2. If there is no response ,check the SOA record in the zone .
    We can manually delete and recreate the records to ensure there are right SOA and NS records .
    Here is the guide for using nslookup :
    Nslookup :
    https://technet.microsoft.com/en-us/library/cc940085.aspx
    Best Regards,
    Leo
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Hi Leo, thanks for reply.
    i did all steps you mentioned but still no result.
    i put an screenshot of my desktop here , everything is shown here:

  • What is the recommenden access port QoS configuration for 8900/9900 video enabled phones

    Hi all,
    we are currently starting to roll out some video enabled 9900 and 8900 phones in our network. In the past we did not use video and configured the access ports on our Catalyst 2960 switches with "auto qos voip ciscp-phone". This however creates a policy which does not include a class-map to correctly handle the AF41 video traffic coming from those phones. I have thougth about extending the autoqos policy with a AF41 class-map but am not sure if this is the right way to do it. 
    That's what I have in mind:
    class-map match-all AUTOQOS_VIDEO_DATA_CLASS
      match ip dscp af41
    class-map match-all AUTOQOS_VOIP_DATA_CLASS
      match ip dscp ef
    class-map match-all AUTOQOS_DEFAULT_CLASS
      match access-group name AUTOQOS-ACL-DEFAULT
    class-map match-all AUTOQOS_VOIP_SIGNAL_CLASS
      match ip dscp cs3
    policy-map AUTOQOS-SRND4-CISCOPHONE-POLICY
     class AUTOQOS_VOIP_DATA_CLASS
       set dscp ef
      police 128000 8000 exceed-action policed-dscp-transmit
     class AUTOQOS_VIDEO_DATA_CLASS
       set dscp af41
      police 1500000 8000 exceed-action policed-dscp-transmit
     class AUTOQOS_VOIP_SIGNAL_CLASS
       set dscp cs3
      police 32000 8000 exceed-action policed-dscp-transmit
     class AUTOQOS_DEFAULT_CLASS
       set dscp default
      police 10000000 8000 exceed-action policed-dscp-transmit
    How do you guys do it ? Is there some documentation for this ? 
    Thank you for your kind help
    best regards
    Andreas

    Hi
    You have to keep this table on your mind. Your configuration is fine if your configuration for SD video , but if for HD video , it is not ok you have to change video bandwidth at least 5M.
    Traffic Type
    Layer 2 CoS
    Layer 3 IP Precedence
    Layer 3 DSCP
    Voice RTP1
    5
    5
    EF
    Voice control
    3
    3
    AF31
    Video conference
    4
    4
    AF41
    Streaming video (IP/TV)
    1
    1
    AF13
    Data
    0-2
    0-2
    0-AF23
    *Interactive Video "AF41"- Sensitive but can tolerate packet loss of about 1% and latency almost same as voice.
    *Streaming Video "AF13" - Less sensitive - can tolerate about 4-5% packet loss and latency of about 4-5 seconds.
    *HD video conference will require between 5M to 16M , but SD video conference will use 384K to 1 M
    Note:-Video QOS , if you will assume that your video conference will use around 384K , you have to add 20% because video conference include voice so the total bandwidth 460K.
    Kindly check the below link
    http://www.sdcug.com/wp-content/uploads/2011/04/Campus-QoS-for-Voice-and-Video.pdf
    Thanks
    please rate all useful information

  • Internal DNS Caching - Different than External DNS Caching?

    Possibly. Just check the TTL of your internal DNS records like this:
    Batchfilenslookup -type=soa rackspace.co.uk
    Where rackspace.co.uk is the name of one of your internal machines.

    Oliver Kinne wrote:DNS per se allows you to set the TTL (time to live) of a DNS record. Public DNS entries are set with TTLs of anything between 5 minutes to 72 hours - depending on the records and who set them up.You can set the TTL of DNS records on your Microsoft server - see here: https://support.microsoft.com/en-us/kb/297510So it's up to you how long for DNS entries are cached for internal records.Of course, technically clients can ignore the TTL and cache records for longer or even a shorter amount of time. The TTL is just a "recommendation", but most clients adhere to the TTL given out by the DNS server.Ohhh! Okay, I didn't know that cached DNS records expired. So, basically, my internal DNS server is stating that the TTL on our internal DNS info isa period of time of less than that of external DNS sources such as those that...

  • What is the appropriate data expiration / eviction scheme for the following scenario

    We currently have an expiration scheme through which data entries in cache-A get expired after the cache hits a certain size. The LRU entries are expired after the max threshold is reached. But the issue is that certain entries in the cache are rendered meaningless without the other entries. There is a virtual grouping of entries in this cache.
    Is there an expiration scheme that can be defined through which a group of entries can be deleted in one shot, and how can this policy be enforced.
    The other way i would percieve this to work is to separate the currently virtually grouped entries into their own individual caches. This seems the logical thing to do, except for the issue being that we would still like to keep all these caches in the same service, and have an eviction policy defined at the service level instead of at the cache level.
    Is it possible to define an eviction policy at the service level, for example to satisfy the below scenario.
    Service-A has 10 caches in it [cache-1, cache-2, ....., cache-10]. And there is a limit of 10GB defined on the service. So, if the total utilization of all the caches in Service-A reaches 10GB, an entire cache from amongst [cache-1, cache-2, ....., cache-10] will need to be cleared and the memory be made available. Which one of the caches to be cleared will depend on which cache satisfies the LRU condition. So, maybe the entire cache-5 should be deleted if the entries in this cache was the oldest used.
    Please let me know if the above scenario can be implemented.
    Thanks
    Sumax

    Ricardo Pedro Rodrigues Ferrão wrote:
    > Hi Eugene,
    >
    > I’ll try to explain it better.
    >
    > For example the business unit A is “portable pc” and I have this business unit in both companies and what I want in management consolidation is to consolidate data by the business unit “portable pc” joining data from both companies.
    >
    > Thanks.
    Ricardo,
    I had similar business scenario in my earlier project and the expectations were almost same.
    I created one consolidation area (legal consolidation) under one single data basis and assigned business area as sub-assignment. All the consolidation functions are executed by the business users based on legal cons requirements purpose, while the reports can be generated for both legal and management consolidation.
    In management consolidation reporting, your expectations can be met easily. The header will be business area, while line item data will be companies wise (if you would like the data to display that way).
    For more information, you can check the threads created by me.

  • ?? WHAT IS  SIMPLEST G4 OS 10 HARDWARE CONFIGURATION FOR A LOCAL NETWORK ??

    I want to local network my 3 G4 Macs so I can transfer files like with FIREWIRE;
    ?? What is the most BASIC REFERENCE for doing this outside of Firewire,
    (rather than various opinions) ??
    I will appreciate any REFERENCES.
    Thanks, Ken

    Hi Ken,
    Pretty simple, take a gander at this, then come back with questions if you have them...
    http://support.apple.com/kb/HT1433

  • How i configurin​g a waveform graph for that in the Time (X-axis) appear the time zone configured for the computer?

    CORDIAL SALUDO,
    ESTOY ADQUIRIENDO SEÑALES DE TENSION Y DE CORRIENTE DE UN SISTEMA FOTOVOLTAICO Y NECESITO GRAFICAR DICHAS SEÑALES CONTRA EL TIEMPO LOCAL DE MI COMPUTADOR EN EL EJE DE LAS "X" , PARA LA CUAL SELECCIONO EL MENU PROPERTIES DE LOS WAVEFORM GRAPHS, LUEGO SELECCIONO FORMAT AND PRECISION Y LUEGO EN EL EJE DE LAS X SELECCIONO ABSOLUTE TIME, PERO EL PROBLEMA ES QUE CUANDO HAGO LA ADQUISICION ESE TIEMPO EN EL EJE DE LAS X NO ES EL TIEMPO VERDADERO CONFIGURADO EN MI COMPUTADOR. ¿ COMO CONFIGURO LOS GRAPHS PARA QUE EL ABSOLUTE TIME EN EL EJE DE LAS X SEA EL MISMO DE LA HORA LOCAL CONFIGURADA EN MI COMPUTADOR??.
    GRACIAS!

    Hola Andres.
    Basicamente, hay 2 maneras de hacer lo que tu quieres
    La mas sencilla ( mira el doc asociado) es construirte una waveform con t0 como hora del pc y dt el adecuado a la velocidad de adquisicion de datos. No olvides desmarcar en el grafico la opcion "ignore timestamp" para que te presente la hora por defecto.
    Tambien puedes usar la opcion de tiempo absoluto, en cuyo caso tienes que cablear el t0 convertido a DBL a un property node del eje x "Offset" y el dt a "increment"
    Espero que te sirva. Si tienes dudas, pon tu vi aqui y le echare una ojeada.
    Saludos
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    hora_pc.doc ‏63 KB

  • SSF configuration for external Smartcard Readers

    Hello colleagues,
    I 'm working at a customer who is implementing a SAP project (R/3 4.6C SR2), in which is involved the goverment.
    The goverment is forcing to the customer to implement digital signature in some steps of his business process, one of this steps is running on SAP R/3 system. The digital signature will be used with digital signature in order to "package" some critical data like "billing amount", for instance.
    The goverment is imposing the smartcard encryption solution, that is hardware encryption.
    I have been looking for information about it, so I understood the following:
    1._ Some smartcards vendors are compliance with SAP.
    2._ I need to install in the server running SAP the smartcard and the smartreader in order to manipulate and to access the encryption functionality.
    3._  The smartcard is configured in SAP by transaction SSFA and other reports.
    4._  The encryption functionality is accessed by SSF function group.
    I downloaded the documents "SSF user guide", "security quick guide: digital signature" and "digital signature in FI".
    I've found into a paper called "Digital Signatures
    in SAP Applications - Web App.Server 6.40" the following:
    1.3.1. SSF for the ABAP Stack
    The SSF Library for the ABAP Stack is used in applications that are written in ABAP. It supports the functions for creating and verifying digital signatures (PKCS#7), and functions for encrypting and decrypting documents.
    SSF requires an external security product to provide these functions. The SAP Security Library (SAPSECULIB) is delivered with the SAP system as the default product. However, the SAP Security Library only supports digital signatures without cryptographic hardware (SmartCards, SmartTokens, Cryptoboards). Instead of the SAPSECULIB, customers can also use the SAPCRYPTOLIB, which can be downloaded from the SAP Service Marketplace. The SAPSECULIB supports the DSA (Digital Signature Algorithm) algorithm, and the SAPCRYPTOLIB supports both the DSA and the RSA algorithms. The algorithm that you must use in your signature process depends on the CA that issues the certificate. Most CAs use the RSA algorithm. Note that country-specific export guidelines apply in the case of the SAPCRYPTOLIB. For more information, see SAP Note 397175.
    For support for encrypting and decrypting documents, and for generating digital signatures using cryptographic hardware, an external security products from our partners is required. These security products use SAP’s SSF interface and are certified for this by SAP. For a list of the certified products, see the SAP Service Marketplace under http://service.sap.com/securitypartners, and then choose the link “Partner for Secure Store and Forward, digital signatures“ (SSF).
    The SSF Library for the ABAP stack is available as of SAP Basis 4.0.
    I don't undertand how is the relationship between SAPCRYPTOLIB and the SmartReader Card established/configured.
    We think about the "Government of Chile" will deliver the customer a SmartCard Reader from Schlumberger (Cryptoflex 16K Card).
    Should be great if you can provide me with any useful information in order to understand how to implement this configuration.
    Best regards, Carlos
    Message was edited by: Carlos Guevara
    Message was edited by: Carlos Guevara
    Message was edited by: Carlos Guevara

    Hi,
    Thanks a lot for your answer. I have more questions:
    As I mentioned before, the Government office will provide a SmartCard reader to the customer: it's "Cryptoflex 16K card from Schlumberger". You can take a look to its features here:
    http://www.cryptoflex.com/Products/Cryptoflex_Features/cryptoflex_features.html#
    There, you can see the following:
    Supported Applications and Platforms
    Integrates with PC/SC
    Integrates with PKSC#11   >>> (*)
    Entrust Ready
    Plug & Play with Windows 2000 and Windows XP
    Axalto SDK
    In the document about Digital Signatures "DigSig_Netweaver_BestPractices_en.doc", you can see the following:
    1.2.1 PKCS#7
    PKCS#7 stands for Public-Key Cryptography Standard # 7. The PKCS standards are specifications that were developed by RSA Security for secure information exchange using the Internet. PKCS#7 is currently a format established in the market. It describes a wrapper format, meaning that the output format does not correspond to the input format. If, for example, a PKCS#7 signature is attached to a PDF document, the document is then in PKCS#7 format. This format is a binary format, which in turn means that direct display is not very good, and is not suitable for a user. A special tool (viewer) must therefore be used for display. Unfortunately, usable PKCS#7 viewers are not currently available on the market. This format is very suitable for purely automatic processing (without a display component for the user).
    SAP offers the PKCS#7 signature on the ABAP platform (as of SAP Basis 4.0B) and on the Java platform (as of SAP Web AS 6.30).
    So here are my questions:
    1) From above, can you tell me if I'm wrong, or this SmartCard ("Cryptoflex 16K card from Schlumberger") is incompatible with SAP Digital Signature implementation (the Smartcard uses PKCS#11 -see (*) above- and SAP uses PKCS#7)?
    2) I didn't find to Schlumberger as a certified partner into the SAP link for Certified Partners for Digital Signatures:
    http://www50.sap.com/softwarepartnerdir/products/certify/prod_def.asp?DescID=259&ProdDesc=Digital%20Signatures%2C%20Encryption%20and%20SSF
    Does it mean that this partner can't provide SSF compatibility?
    3) Can you provide me any kind of documentation in order to understand what are the whole configurations that need to be done from the "basis" side (if questions 1 and 2 are false) in order to configure this arquitecture?
    4) Can you explain a little bit how the SAPCRYPTOLIB is used in this context? I mean, should we need it in order to encrypt/decrypt digital signatures/envelopes?
    Best Regards, Carlos

  • Listener configuration for external procedures

    i am running Oracle 10g database release 2 on a windows platform.
    I have gone thru the online documentation for configuring a separate listener for the extproc agent.
    But i wonder if this listener.ora setting is the same on all platforms including Windows.
    "EXTPROC_DLLS=ONLY:/home/xyz/mylib.so:/home/abc/urlib.so,LD_LIBRARY_PATH=/private/xpm/lib:/private/mylibs, MYPATH=/usr/ucb:/usr/local/packages,APL_ENV_FILE=/apl/conf/env.txt"
    is it okay for me to just copy this and paste into my ENVS value in the listener.ora file.
    How different are the path(s) on Windows platform?

    you just check tnsping,lsnctrl ,check status of database..
    lsnctrl start again after stopping it first,
    then startup through internl in svrmgrl
    hope it may effective..
    wasim

  • SCOT Configuration--for external mail

    Hi All,
    I am trying to configure SCOT on my solution manager server. and able to send mail inside comapny  mail domain but not able to send mail on any external mail domain like yahoo,hotmail.gmail.
    we are using MS exchange server for mailing. please advice me if any further setting require on Mail server side.
    Thank
    Gyan

    Hi,
    Yes this is because your SMTP email server does allow sending emails to the outsid world.
    If you are using SAP WAS 6.10 or above you do not need any extra configuration you need only to follow the following steps:
    https://service.sap.com/sap/support/notes/455140
    This is because the SMTPplug-in from WAS 6.10 and onwards - supports all SMTP mail gateways and you do not need any SAP Exchange Connector as well to connect to MS Exchange Servers. Please find below the details from SAP as well:
    https://service.sap.com/sap/support/notes/122657
    if you have followed all the steps as mentioned in sap note 455140 above, please liaise with your M/S Exchange Server administrator so that he can unblock the sending of emails to the outside world as well, if that is permitted.
    - Regards, Dibya

  • What are the requried fields to be mentioned for external application login

    Hi all,
    I want to integrate a authenticated external application with my portal. My problem is that in the source code of the page, which contains login and paasword box, the action url is given as ../servlet/searchdirectory?Path=http://mybeat.techmahindra.com/ispace/home!section>cafetaria. When I give this URL in URL field for external application, it gives error as it is not a valid URL format. In fact, this site is redirecting the information for authentication. How can I get that URL????????
    Another problem is that, when I am giving the URL as http://mybeat.techmahindra.com/service/page/UserLoginForm?
    Path=http://mybeat.techmahindra.com/ispace/home!section>cafetaria after clicking apply button, it automatically removes the > sign and take it as http://mybeat.techmahindra.com/service/page/UserLoginForm?Path=http://mybeat.techmahindra.com/ispace/home!sectioncafetaria Is there any limitations for URL patterns which can be mentioned here????????
    Sid

    Hi Prasad,
    note 1080927 contains the most up-to-date a list of required SCs for BPM. Ensure that you have imported the corresponding SCAs because the Studio checks the availability of certain required DCs that all BPM DCs must reference.
    You can check which DCs are missing in the Component Properties view of the 7.11 NWDS: select the SC where you want to develop in Component Browser, switch to the "DC Types" tab in Component Properties and open the node for the DC type in question. DCs marked in red are missing.
    Regards
    Michael

  • Need help with classpath configuration for external jar files

    We have coded our own JAAS login module, and it uses classes located in jar files, and these jar files were not created using SAP dev studio, e.g. they were provided by a third party vendor as a set of tools.
    So, how do we deploy these jar files so that our SAP JAAS login module can find them ? We found we can run consoleconfig.sh to change the classpath which SAP J2EE engine uses, but we wondered if there was a better way to do this. Of course, if the jar files were created by us, we can include them in the dev studio project and they would be deployed using SDM, and this would not require any changes to classpath using consoleconfig.sh
    Thankyou in advance for your help.

    I noticed nobody has sent any feedback on this yet, so I wondered if I have posted to the wrong forum ? Any thoughts on this ?
    Thanks,
    Tim

  • Automated Runtime Configuration for External Services

    Hello,
    in relation to my bachelor thesis I was wondering if there is API or another way to set the backend systems destinations for external services dynamically and not by entering the information in CAF Runtime.
    Thanks,
    Petromil

    Hello Bonnie,
    Here is some documents which will help you to setup External Service Management.
    http://help.sap.com/bp_bblibrary/500/documentation/U42_BB_ConfigGuide_EN_BR.doc
    <a href="http://help.sap.com/bestpractices/BBLibrary/documentation/J24_BB_ConfigGuide_EN_UK.doc">SD/MM Services</a>
    Regard,
    Arif Mansuri

Maybe you are looking for

  • Ipod touch 1st Gen, no volume control after update to 3.1.2

    So i just upgraded my ipod touch to 3.1.2 which cost about $6, and the volume control is missing( even with the headphones plugged in). How can i fix this? i dont want to do a restore and not have the firmware i just paid for.

  • How to stop Firefox messages on home screen?

    Since the last up-grade of Firefox for Android, I get unwanted pop-up messages at the foot of my browser 'Awesome' home page. the messages pretend to be helpful but they are just cheesy adverts for something or other e.g. 'Hey, if you want x, you sho

  • Reminder Repeat

    I appologize if this is common knowledge or has been answered elsewhere but I've spent an hour trying to get the answer.  I am trying to understand how the repeat function works for reminders, and have read multiple different answers.  I'll layout th

  • Reg...MRP Planning

    Hi I have one basic question pl clarify me. i have 500 finished materials. i run MRP for 01.07.2011.then i got MRP results and procurement proposals. and production takes place.then after one week i run mrp for same materialswith out changing anythin

  • Need Help with App World on the Blackberry Curve 9300

    Right i got the new Blackberry curve 9300 about a week ago. All my mates already have blackberry curves 8520's. I downloaded App World to get the same theme has my mate, but when i go on his it says he has over 1300 themes on his App World and i only