WAN IP inaccessible from within LAN (MacMini Server)

Hi!
I'm having a bit of a networking problem that's exhausted my (pretty basic) understanding of DNS and basic networking. It's the kind of thing that i imagine has a quick fix, just one that in my fairly limited experience i've not yet come across. Hopefully someone on here will be able to help.
*Office setup:*
Mac Mini server running OS X 10.6.4 (at 192.168.2.250)
~6 client iMacs, all running OS X 10.6.4
DrayTek Vigor 2820 router connect to the web with a static IP (at 192.168.2.1)
Problem:
Our WAN IP address appears inaccessible from within the LAN.
Normally this doesn't cause any problems but increasingly, as we start to make better use of features such as the iCal and Address Book servers, we are encountering stags.
Take iCal for example. The client machines connect to iCal server via the internal server domain (macserver.private) - this works great. To access iCal server from outside the office (eg. on iPhone) we connect via a subdomain of our company domain ('ical.ourcompnay.com') which points to our office WAN IP. (The nameservers for 'ourcompany.com' are on our webserver, not in the office.) This also works great, until you bring the iPhone or laptop into the office, at which point the WAN IP, pointed to by 'ical.ourcompnay.com', is inaccessible.
By inaccessible i mean that when you try to browse to the IP in Safari, a page simply never loads. And when you 'traceroute' it, you simply get no return.
Aim:
The aim is to be able to use the WAN IP inside the LAN exactly as we can from outside the office. Or to discover some workaround that delivers comparable behavior.
*Other info:*
The client machines' network preference are all set with DNS serves of both 192.168.2.250 (server) and 192.168.2.1 (router). For some reason (that i'm not able to explain) clients are unable to access the internet unless the router's IP is specified in addition to the server's, despite the server specifying the router as the 'forwarder address'.
If there's any essential info that i've missed out then please let me know and i'll fill any gaps straight away.
Thanks in advance for any help.

Camelot - thanks for your reply!
Note, there may be some setting in the router that controls/allows this
I thought that there may be something in the router configuration that would solve my problem but have so far had no success. The most useful looking thing I can find is called 'Static route'. Setting up a static route requires just 4 parameters: Destination IP Address, Subnet Mask, Gateway IP Address, Network Interface (ie. WAN or LAN).
My understanding of this feature is that it is intended for facilitating networks with multiple routers so i'm not sure that it's going to help me. Unfortunately, as much as i Google i don't seem to be able to fully get my head around subnet masks so it's hard for me to know if a static route will ever be able to help me. Any thoughts?
The alternative is to configure your own internal DNS server as being authoritative for ourcompany.com
I initially thought that this would solve my problem too but i'm now not so sure. The client iMacs all had to be manually configured to use the server (192.168.2.250) as their DNS server. By default devices connected to the network inherit the router's DNS servers (external to the LAN). So surely even if the the server's DNS server was authoritative for 'ourcompany.com', this wouldn't actually get queried by 'temporary' network members (iPhones, laptops etc.)?
you have set the server to allow localnets to resolve, right?
I think so. In the DNS server settings (in Server Admin) 'localnets' is listed under 'Accept recursive queries from the following networks:'. 'localhost' is also listed.
nslookup www.apple.com 8.8.8.8
This works fine, both from the server and from clients.
I too am a little worried that both server and router must be listed for the clients' DNS servers. I'm no expert (as you can tell!) but when setting up the network i wasn't particularly satisfied by this, it felt like a bit of bodge.
Thanks for your help so far.

Similar Messages

  • Unable to view website from within network - OSX Server

    I have recently set up a Mac mini server in my home. I have configured the DNS settings manually by creating a primary zone being my domain and then a machine record (A Record) in order to configure the right host name. I've checked this the usual way in terminal and it returns success.
    Before I go ahead and configure my mail, I noticed that I was unable to view my website. From within my network on any device.
    NB. My website is hosted externally with a third party.
    I have Mac Mini running Mavericks 10.9.1 and Server 3.0.2, I'm using a 2TB Time Capsule as the router which plugs directly into my fibre modem. Ports are opened correctly as I have done this through the Server App panel where I can see my Time Capsule.
    I've obtained the IP of the website and when I tried pinging it from terminal it cannot resolve. I've contacted Apple, and after 2 hours on the phone to them, I've been told it's out of the scope of their support.
    If this is DNS, can someone help, because I'm pulling my hair out!
    Thanks in advance.

    I have now figured this out!
    After setting up the hostname in the Server app I auto created the DNS records.
    I have removed them all, created a new zone, the zone being my domain name; I have then created a Machine (A) Record being my hostname; I have then created another ***BLANK*** Machine (A) Record being my domain, and hey presto, everything works perfectly.

  • WRT610n access external ip from within LAN - NAT loopback

    Hi everybody,
    I've replaced my old ZyXEL P-320W with a WRT610n and lost one feature...
    I basically have a NAS assigned to IP 192.168.1.2, my router has IP 192.168.1.1 locally of course.
    Imagine I have IP X.X.X.X from the internet and that this IP is registered to myip.dyndns.org.
    In the old days (with my ZyXEL), I could ssh to my NAS using myip.dyndns.org from within my LAN, but now, I HAVE TO use the local ip (192.168.1.2) to access to it...
    I've done some research and found out that this feature is named "NAT loopback" and the closest to that feature I've found in the router configuration is "Filter Internet NAT Redirection" (in Security > Firewall) but enabling it or not does not make any difference...
    Did you guys already experience this? Is there a solution?
    Thanks in advance
    Jon

    Basically,to access the NAS...you have to use the local ip address...As far as the SSH is concerned,You need to open port 22 on the linksys router.Check this link.
    For logins using ssh keys permissions are very important to make it work. By default in WRT root's home directory is "/tmp". Create a directory called "/root" and changed root's home directory to this (edit the /etc/passwd file). Put your DSA and/or RSA keys in "/root/.ssh/authorized_keys" and "chmod -R go= /root" on the WRT. It should work...

  • Launch a web page from within vsftpd ftp server

    I'm kinda new to all of this so I believe there's a simple solution for what I need I just don't know how it's done.
    So I've configured a vsftpd, ftp server and enabled the anonymous user, therefore when I do
    ftp://my_location.com
    a directory like view is displayed in my web browser, corresponding to /srv/ftp where the files for the anonymous account are kept. Now I've made a little web page and I've copied it there, and can be launched running main.html so the address to access the web page would be
    ftp://my_location.com/main.html
    My problem is that I don't want anybody to have the possibility to see the directory like display so I'm wondering if when someone does ftp://my_location.com can't this be redirected so it will do ftp://my_location.com/main.html instead?, making the display of files and directories impossible from the ftp://my_location.com
    Thanks for your time

    fukawi2 wrote:The FTP protocol does not support redirection like HTTP does. It is a File Transport Protocol (hence, the name!) which is designed to give users a directory listing of files for transferring. You are trying to hammer a nail with a fork (ie, you are using the wrong tool.)
    Okey at least now I know it's not possible.

  • I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    Are you able to email from Mail with those two accounts?  If so:
    1 - go to iPhoto's Accounts preference pane and delete both accounts. Now add them back and try again.
    2 - a better solution IMO is to set Mail as the email client for iPhoto is iPhoto's General preference pane.  This gives you better access to your contacts, a sent copy of all emails and, if you want a layout similar to iPhoto's, photo layouts located in Mail's stationary.

  • Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    what email service - Yahoo mail have been acting up lately
    you can try setting Mail as your email client - it resolves this pfoblem for some people
    LN

  • Printing Word documents to PDF from Office Web Apps Server 2013 yields inaccessible PDF files

    I have Office Web Apps Server 2013 SP1 with March 2015 CU applied. The version shows up as "15.0.4569.1506" using Todd Klindt's
    method. When anonymous users view the Word documents online through the Office Web Apps, they have an option to print them to PDF. The PDF file that gets generated as a result isn't accessible
    (i.e. it isn't WCAG-compliant). using Adobe Acrobat Pro to check it I can see that it is missing tags, for example. The source Word document was made fully accessible from the point of view of Microsoft Office accessibility tools.
    When viewing the same document in Word Online in Office 365, I get an extra option  "Download as PDF". The PDF document produced is accessible. If I save a Word 2013 document as a PDF from within the Word editor, it also generates accessible
    PDF.
    I was wondering if the reason for the accessibility problem that I have misconfigured my on-premises Office Web Apps,  or perhaps the accessibility compliance isn't built in yet. If the latter is true, I was wondering if someone could indicate whether
    or not this is on the list of upcoming CUs.
    thanks in advance. 

    Just check my WAC install, no this is likely an Office online only feature, at least at this point in time.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Is it possible to link to specific files on a server from within a pdf?

    Hi all,
    Is it possible to create hyperlinks to a specific file on a Windows server from within a pdf?
    Let me explain further, I am working on a Mac trying to create hyperlinks from within InDesign to specific files on a Windows server. I am exporting the file to pdf, along with the hyperlinks, which look correct when I click on them from within Acrobat.
    On Windows, the links will read as \\servername\directoryname\filename so this is exactly how I enter it as the hyperlink. When I view the hyperlink information in the resulting pdf from within Acrobat, it still looks correct as \\servername\directoryname\filename but when I try to click on it from the Windows side OR the Mac side, the link doesn't work and gets changed....the slashes revert to the opposite direction and the whole link gets messed up. I am trying to figure out if the cause is InDesign, Acrobat or whether this can even be done? Of corse, I never have issues with normal URLS.
    What we are trying to do is set up an internal catalogue for the company of all our materials. (Everyone works on Windows)
    Should I try to create the links from within a Windows version of Acrobat... do you think that will make any difference?
    Thanks in advance for your help:)
    Very much appreciated!
    Christine

    Thank you for your help...very much appreciated!
    Basically, what we needed were for the links to be static and not relative, and they were mainly for Windows users. What finally worked was creating the links from within a Windows version of Acrobat. We plan to email the final pdf to several employees around the word (we are an international company) with all the links intact. Once they were logged into our network (vpn'd in) the links would still be valid no matter where the document was located. The trick is to change the start of the link to a specific IP address (the server address) when you are setting it up in Acrobat. I hope this makes sense and is helpful for everyone else out there:)
    (P.S. This works for Windows users only though and cannot be done via the Mac version of Acrobat. I can set things up within the Mac version of Acrobat so that the links will work as long as the document resides in the same location on the server... the advantage to doing it THIS way is that it will work for BOTH Mac and Windows users.)
    Thanks again,
    Christine

  • System command from within PL/SQL on server ?

    Hi
    I know its a bit weird thought of executing an NT system command from within PL/SQL on server (UNIX).
    Has anyone done something (silly me!) like it or knows any work-around to try something like it?
    Thanks in advance.
    Regards
    Pravesh

    Can you be more specific?
    Generally to run system commands you utilize DBMS_PIPE to communicate with a listener on the platform that you're accessing. That listener picks up the pipe request and might either:
    1. spawn a process to run the command
    2. fork a process to run the command
    3. run the command within its own application.
    It sounds complex, but if review the DBMS_PIPE documentation and it's not too difficult -- presuming you know a language like C.
    I believe there are other features in 8.1.5 and higher versions that enable you to run stored programs or COM objects...
    Bill

  • How to get the Weblogic Server Id from within java code

    I would like to log which server (among a cluster) a certain job is running on. Is there a way to get the server id from within Java code (this code is in a session bean if that is relevant.)
    By server id I mean the "Name" column in the summary of servers on the weblogic console.
    Thanks,
    ken

    Use the two entries close to the bottom of the page: "list WebLogic
    MBeans:listMBeans.jsp
    display MBean attributes and operations:showMBean.jsp"
    Nils
    Anatoly wrote:
    >
    Cameron,
    That page has these items on it:
    which one do you think helps with my issue?
    Misc WebLogic examples
    LongRunningTask
    Execute tasks in parallel using WebLogic Execute Threads
    Weblogic stats (5.1)
    Reload Servlet(s) programmatically (5.1)
    Network classload from WebLogic:using reflection,or the launcher
    Weblogic 5.1 debugging properties
    Seppuku pattern readme
    Using dynamic proxies to intercept EJB invocations (6.1)
    list WebLogic MBeans:listMBeans.jsp
    display MBean attributes and operations:showMBean
    Thanks to Marcelo Caldas for filter by type option and nice UI!
    Using com.sun.jdmk.comm.HtmlAdaptorServer with WebLogic 6.1
    Cool
    EJBGen
    Dimitri
    back
    "Cameron Purdy" <[email protected]> wrote in message news:<3c7a745d$[email protected]>...
    JMX ... see http://dima.dhs.org/misc/ for some info on JMX in Weblogic.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Anatoly" <[email protected]> wrote in message
    news:[email protected]..
    Does anyone know who to get the managing server URL's port
    from within the EJB code running on Weblogic 6.1?
    The URL port is not default (not 7001), but when creating
    initial context, I am not specifying the URL in properties.
    Due to that, trying to the the PROVIDER_URL property from
    environment does not return anything.
    Appreciate any responses.
    -Anatoly
    ============================
    [email protected]

  • Can I compare two databases from within SQL Server Management Studio

    Hi everyone.  I haven't found anything online, so I wanted to ask here.  I have two SQL Server databases running on our server.  One is the production database, and another is my development database that I use when I'm working on the program. 
    I add tables and columns and stuff to my development database, and was wondering if anyone knew of an easy way to from within Management Studio or something to compare the two databases to make sure that they are the same and show me any differences. 
    I generally add tables or columns to both databases at the same time, but I worry that one time I might forget, so I would like to be able to run some sort of compare / check to make sure before releases...
    Thanks everyone for your help.  I greatly appreciate it.

    There is a command line utility that is with Microsoft SQL Management Studio called
    tablediff:
    http://msdn.microsoft.com/en-us/library/ms162843%28v=sql.105%29.aspx
    An example:
    http://www.mssqltips.com/sqlservertip/1073/sql-server-tablediff-command-line-utility/
    And using it with multiple tables at once looks like some work but doable:
    http://blogs.msdn.com/b/repltalk/archive/2010/02/21/how-to-run-tablediff-utility-for-all-replicated-published-tables-in-sql-2005-or-sql-2008.aspx
    ...and some custom code to implement in an answer at StackOverflow:
    http://stackoverflow.com/questions/10688/best-tool-for-auto-generating-sql-change-scripts-for-sql-server?rq=1

  • WebLogic Server 7.0: Including another JSP from within a custom tag

    Hi all,
              has anyone made experience with including (ie. processing) a dynamic
              resource (JSP) from within a custom JSP tag?
              Using the following code inside doEndTag():
              pageContext.include("/templates/blub.jsp");
              throws a ServletException (Note: the JSP is a part of the web app
              which is deployed as war). Does it make a difference if the web
              application is warred up into and therefore include cannot resolve the
              specified relative URL?
              [Tomcat 4.1.10 doesn't have problems for that matter]
              The full stack trace is:
              javax.servlet.ServletException: java.lang.NullPointerException
              at com.foo.taglibs.template.InsertTag.doEndTag(InsertTag.java:55)
              at jsp_servlet._models.__index._jspService(__index.java:774)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:376)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
              TIA,
              niko.
              

    Try the same code from an exploded web app.
              Niko Schmuck wrote:
              > Hi all,
              >
              > has anyone made experience with including (ie. processing) a dynamic
              > resource (JSP) from within a custom JSP tag?
              >
              > Using the following code inside doEndTag():
              >
              > pageContext.include("/templates/blub.jsp");
              >
              > throws a ServletException (Note: the JSP is a part of the web app
              > which is deployed as war). Does it make a difference if the web
              > application is warred up into and therefore include cannot resolve the
              > specified relative URL?
              > [Tomcat 4.1.10 doesn't have problems for that matter]
              >
              > The full stack trace is:
              >
              > javax.servlet.ServletException: java.lang.NullPointerException
              > at com.foo.taglibs.template.InsertTag.doEndTag(InsertTag.java:55)
              > at jsp_servlet._models.__index._jspService(__index.java:774)
              > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:376)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
              > at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
              > at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
              > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
              > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
              >
              > TIA,
              > niko.
              Rajesh Mirchandani
              Developer Relations Engineer
              BEA Support
              

  • Querying free space on RDBMS server's drive from within the RDBMS?

    Hi,
    I would like to query free space on a certain drive of the RDBMS
    host mashine from within the RDBMS. Is this feasable?
    TIA,
    Tamas Szecsy

    Depends on the OS and what type of object you are querying from.
    if in Sql*plus you can use the 'host' command to get into the
    shell and execute OS commands (bdf on HP-UX for example). I've
    never seen an Oracle package that queries that sort of
    information.

  • Can't access ArchLinux AUR/BBS/WIKI from within VirtualBox

    Hi there,
    I'm havin a strange issue since a few weeks. I'm running ArchLinux as a guest in VirtualBox with Windows 7 as a host. It's my working computer in the office and here's the problem:
    I can't access the ArchLinux AUR/BBS/WIKI sites from within my virtual macine. Therefore I can't use yaourt, which is a problem for me. If I try to open the sites in the browser I get a timeout. And if I try to wget aur.archlinux.org I get no output after it says "connected". Pinging works fine. And I have no problems at all with my Windows host machine. Could you help me finding the cause of the problem? Where should I look for an error message? I'm looking forward to your answers. Thanks in advance.

    First of all thank you for your reply and excuse me for answering so late. The holidays came in between ;-) So here we go:
    ewaller wrote:Are you using a NAT or Bridge configuration?
    I'm using a NAT configuration.
    ewaller wrote:If you are using NAT, have you tried turning off any software firewalls on your host?
    I cant' due to missing admin rights.
    ewaller wrote:On the windows host, what are the (I think Redmond calls them) Profiles of the networks?  I think these are called Public, Home, Office.  They have different levels of trust.
    The real LAN connection is a "Domain network". The VirtualBox one is "Public network".
    ewaller wrote:Can you browse any web servers behind your corporate firewall?
    In my virtual machine any websites except AUR, BBS and the Arch wiki are accessable/browsable..
    ewaller wrote:Can you browse a server on the Windows host?
    On my Windows host all websites (including AUR, BBS and the Arch wiki) are accessable/browsable.
    ewaller wrote:What is the IP address of the VM?  What is the IP address of the host on the corporate network?
    VirtualBox: 10.0.2.15
    Host: 129.247.231.183

  • Cannot connect to the iTune Store from within iTunes.

    Can not connect to the iTunes Store from within the iTunes program on my PC. Using iTunes 10.4 on a XP Sp3 system. Everything worked fine until a few days ago. Now the iTunes Store (Store) will not open. Tried rollback, disabling firewall, anti-virus etc. Not working. iTUnes Diagnostic says I can connect to the net but the screen remains blank, except "No connection to firmware update server" is listed in the Diagnostic.

    Yes, I am running AVG Anti-Virus Free and was using Comodo Firewall. Uninstalled everything, iTunes Store still would not appear. Now using AVG and Windows Firewall, still can not get Store to come up. Diagnostic follows:
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    GATEWAY 831GM
    iTunes 10.4.0.80
    QuickTime 7.7
    FairPlay 1.12.20
    Apple Application Support 2.0.1
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.1.2
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.2 (333.2)
    Gracenote SDK 1.9.1.485
    Gracenote MusicID 1.9.1.102
    Gracenote Submit 1.9.1.133
    Gracenote DSP 1.9.1.43
    iTunes Serial Number 0012ABA010AA0F38
    Current user is an administrator.
    The current local date and time is 2011-08-16 18:21:15.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    ATI Radeon HD 3400 Series
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.4.0.80 is currently running.
    iTunesHelper is currently not running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {11221FB9-2BC2-4E8D-A170-06A6BEBCCB07}
    Description:          Intel(R) PRO/100 VE Network Connection - Packet Scheduler Miniport
    IP Address:          192.168.0.103
    Subnet Mask:          255.255.255.0
    Default Gateway:          192.168.0.1
    DHCP Enabled:          Yes
    DHCP Server:          192.168.0.1
    Lease Obtained:          Tue Aug 16 17:24:27 2011
    Lease Expires:          Tue Aug 23 17:24:27 2011
    DNS Servers:          192.168.0.1
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    SSL 3.0 Support:          Enabled
    TLS 1.0 Support:          Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-08-16 18:19:43.
    Ran another test today an hour or so ago, same result except "Connection attempt to firmware up......" failed.

Maybe you are looking for

  • Get all Groups for current user

    Hi I try to get all groups for the current logged on user. This is what I do: First I try to search with the IGruopSearchFilter to obtain all unique Group IDs. I always get an proxy error by doing this, maybe the query is to much. Then I want to use

  • Cant Get it to connect

    I Hook up my ipod to the comp. and then it says do not disconnect but it doesnt come up on my iTunes menu so i cant add song. and also then when i unplug the ipod its charged but it says connect to iTunes to restore but it wont commect so Please Help

  • Can I safely delete previous Firefox updates once I've downloaded the latest update.?

    I want to keep as much free space on my PC as possible and like to delete unnecessary programs.

  • New Nvidia Driver ver 260 for Mac Mini 2010 and HDMI problems.

    So this is the first release from Nvidia that is installable "out of the box" directly from Nvidia. Unfortunately, I'm now running into problems with getting the resolution to scale on my HDMI connected HDTV. When I go into Nvidia properties and sele

  • How to use the Back and Next navigation buttons on the Skin

    Hi, I am a Tech Writer using RH7 for my current project. We are using a skin created by our company. I am not able to include the navigation buttons "Next" and "Previous" in my Webhelp output. They are shown in the skin editor (Picture attached), but