Can't see group wiki from external network, but can internal

when someone goes to my site, and clicks on groups, you see the list of groups. but then you click on it, and it says "group doesn't exist on the server". but it does! it works fine on my internal network. what gives?
the site is http://tmac.podzone.net
and no, that's not my internal domain
Message was edited by: twood3

Hi,
This works when I tried it from an external route. Hopefully you want to leave your site open to everyone, because that's the way it is now.
If you can't get to it internally, then add an A record to your site with external IP address under your current zone.
HTH,
Harry

Similar Messages

  • Time Machine will not let me restore from recent backups.  I can see them on the external drive but will not restore sooner that June of 2013!  Any suggestions?

    Time Machine will not let me restore from recent backups.  I can see them on the external drive but will not restore sooner that June of 2013!  Any suggestions?

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • Monitoring Exchange 2010 from external network

    I would like to monitoring the following services pf Exchange 2010 from external network / internet
    1) SMTP (To confirm the mail has been accepted for delivery)
    2) ActiveSynch (Mobile device can login and synch different folders)
    3) WebApp (Users can log and access mail)
    I have created a script using test-Mailflow, test-activesynchconnectivity and Test-WebServicesConnectivity and running it on server from LAN. I want to monitor the above 3 areas from Internet(external network) to make sure these services are available
    from Internet.
    We have Barracuda as SMTP gateway, TMG for WebApp and MobileIron for ActiveSynch.
    Will i be able to monitor these services from external network(internet) using test commands. What are the alternate ways to monitor the above services from external network.
    Thanks

    We are trying to build exactly similar to ExRCA. ExRCA is good but it is manual. We would like to build something similar to ExRCA which can monitor exchange services periodically and send alerts.

  • Some attachment buttons not working from external networks

    Hi guys,
    We have an eSourcing system that we access internally from server.internal.com . We also make this eSourcing system available to external vendors through www.external.com .
    The external access is done using a Citrix AGEE system (reverse proxy, etc.). As part of this, the AGEE has the ability to change the hostname in the URL so the real server is hidden from external vendors. For example, when eSourcing generates a webpage, the AGEE searches through and replaces all http://server.internal.com references to http://www.external.com , and vice-versa for incoming calls.
    This works for about 95% of the content, but there are a fer places where the links are not re-written correctly. One example is the File Attachment buttons when replying to a question. However, other file attachment buttons work correctly.
    1. Does anyone else have a similar situation, using a Citrix or other product for external vendors?
    2. Does anyone have a similar problem where certain links/buttons are not working from external networks?
    3. Does anyone have any suggestions as to how to fix this problem?
    4. Are there any settings that are specific to external access that may need to be set?
    Thanks guys for any help/insight.
    Michael.

    SAP has re-written some of their code to help rectify the problem. We have also been working with Citrix to provide additional fixes. If anyone else has these problems, apply the latest patch of eSourcing and contact Citrix support to get the AGEE changes needed to make it work.
    Michael

  • I can see my portal from my computer, but not thru the internet by IP

    I can see my portal from my computer, but not thru the internet by my IP. I tried to put different page into ORACLE_HOME\Apache\Apache\htdocs and i can see it thru the internet. How can I fixed that?
    Thank you for yor help.

    i received message:
    The page cannot be displayed
    but in Address tag my page address was displayed:
    http://oracle/servlet/page?_pageid=97,99,113&_dad=portal30&_schema=PORTAL30
    Thanks

  • I want to install yosemite via external hd but my internal hd is not showing in the utilise disk

    please help i think I'm stuck
    Have been trying every way i know and found on internet to install os x yosemite on my macbook pro 2.4GHz the final method i tried is to install via external hd since my new hdd don't have recovery on it i boot in successfully with the external hdd but my internal hdd is not showing up so i can not install on it. pleas help.

    It would be helpful if you indicated the EXACT model/year MBP that you have and the current OSX>
    What is preventing you from installing Yosemite directly to the internal HDD?
    Ciao.

  • I have external sound but no internal sound

    When I receive or make a phone call I have no sound on the other side, unless I turn my speaker on. I have external sound but no internal sound

    iPhone: Hardware troubleshooting

  • Retrieve nested LDAP groups independent from the network env. (five different approaches)

    Hi all,
    I want to retrieve a list of nested LDAP groups per user from the Active Directory. I have been searching google for half a day now, but I'm still not sure what approach to use. I have the following requirements:
    * The script/program must run in different network environments (I can't be sure if there is a global catelog or AD DS or AD LDS, etc). I will write my own program.
    * The membership info will be used in combination with directory ACL's and must be as complete as possible (global groups, universal groups, local groups, perhaps different domains). Distribution groups are not really necessary, because they are not used in
    the directory ACL's.
    * It would be nice to support other LDAP implementations than Active Directory using the same code, but that not a hard requirement. I could use another approach to support a different LDAP.
    Now I have figured out five possible approaches (info comes from different sites, please correct me if I'm wrong):
    1) tokengroups attribute:
    - The attribute contains Univeral groups of the forest, global groups from the local domain, domain local groups from the local domain (assuming native mode) and local groups from the local machine.
    - Returns a list of SIDs which will have to be translated to group names
    - The tokenGroups attribute exists on both AD DS and AD LDS
    - For AD DS, the tokenGroups attribute is not present if no GC server is available to evaluate the transitive reverse memberships.
    - quote from site "Now that I have had a chance to test it though I can definitely say that tokenGroups WILL get the Universal groups from the other domains even if is NOT a GC. I just did it in my test lab."
    - Token Groups cannot be retrieved if no Global Catalog is present to retrieve the transitive reverse memberships.
    2) tokenGroupsGlobalAndUniversal
    - A subset of the tokenGroups attribute. Only the global and universal group SIDs are included.
    - If you want consistent results, read tokenGroupsGlobalAndUniversal that will return the same result no matter which DC you are connected to. However, it will not include local groups.
    - other source says "tokenGroups will give you all the security groups this user belongs to, including nested groups and domain users, users, etc tokenGroupsGlobalAndUniversal will include everything from tokenGroups AND distribution groups". Not
    sure if this is correct, I think it doesn't contain local groups.
    - The tokenGroupsGlobalAndUniversal attribute exists on AD DS but not on AD LDS.
    3) LDAP_MATCHING_RULE_IN_CHAIN / 1.2.840.113556.1.4.1941
    - Use a recursive search query which returns all nested groups for user at once.
    - Returns all groups except for the primary group
    - It's a fast approach, see performance test from Richard Mueller:
    http://social.technet.microsoft.com/Forums/fr-FR/f238d2b0-a1d7-48e8-8a60-542e7ccfa2e8/recursive-retrieval-of-all-ad-group-memberships-of-a-user?forum=ITCG
    - It only works on Active Directory, not for other LDAP implementations
    4) Recursive retrieval of the memberOf attribute
    - Retrieves all groups except the primary group. (also local groups from other domains??)
    - works for all LDAP implementations
    - executes a lot of queries to the LDAP, especially if you want to scan all users/groups (perhaps limited on OU, but still)
    5) Store memberOf attribute in local database and calculate the nested groups using recursive queries to the local database
    - No heavy load to the LDAP
    - Needs space to store the user/group info locally (embedded Derby database perhaps)
    - Performs fast since the queries are executed locally
    - Works for all LDAP implementations
    My thoughts on these different approaches:
    * appreach 1) I understand that the tokengroups attribute is not present if no GC server is available. In how many network environments is this the case? This option won't work because I want to support different network environments.
    * approach 2) The tokenGroupsGlobalAndUniversal attribute exists on AD DS but not on AD LDS. Same here, in how many network environments is this the case? I don't think I can rely on this approach.
    * approach 3) Seems to be a good option. How will it perform compared to approach 5 (local recursive queries)? Won't work for other LDAP implementations
    * approach 4) I don't think I want to execute that many queries to the LDAP. I can limit the scan on OU, but still companies can have thousands of users and groups.
    * approach 5) Perhaps the best approach. I want to store user/group info locally for fast filtering / reporting (only group DNs, user names, databse id's and membership info as id-id pairs). I only need the memberOf attribute of users and groups, recursive
    loops are done locally. It will work for all LDAP implementations.
    What do you guys think? I'm not a network admin, but a programmer, so I'm no expert in network setups and when to use AD DS or AD LDS. The thing is I want to use this code at different customers without knowing their network setup (except for the domain name(s),
    LDAP host/port and bind user to connect to LDAP).
    Thanks a lot!
    Paul

    I want to write a tool that can answer questions like "what users from group ABC have delete permission in all the (sub)directories of server MyDataServer?". This results in a list of directories and users and includes nested group membership. So it's about
    effective permissions. That's why I want all information in a SQL database so I can answer these questions with a single query in milliseconds. Otherwise, in order to answer these questions, I would have to get all members from group ABC and determine the
    nested groups for all these members (which can be thousands) for every report. Using a SQL database I can retrieve this information once a night for all the members.
    But I guess I will use the LDAP_MATCHING_RULE_IN_CHAIN syntax which gives me all nested groups for a member and should work for all AD installations from W2K3 SP2 and higher. When I want to support other LDAPs I will use another method for that specific
    LDAP.
    Again - note that this question has nothing to do with LDAP or AD.  It just asks what group has permissions on what resources.
    I really think you would do well to spend time understanding the NTFS and its security along with how we sue security in Windows.  By assuming this has something to do with AD you are making it a bigger issue than needed.  AD is a repository for
    accounts and trusts and manages authentication and security group membership.  All file security is managed by the OS that hosts the files and not by AD.  Users are not normally granted access to resources through direct inclusion in the DACL but
    are given access through membership in one or more groups.  Loading AD into a SQLL database will not help you.
    ¯\_(ツ)_/¯

  • How to take Auto backup from External Network Drive to Mac pro internal Dri

    Hi,
    I have a External Network Drive (Buffalo 1TB) which i use as a server, now i need to take auto backup from that external drive to the Mac i am working on, which has 2TB Internal hard Disk.
    Please could anyone help me on this.....
    Thanks in advance

    If you are looking to actually integrate what you have on the external one terabyte hard drive with the 2 TB hard drive you're using inside the Mac the best move for you if you want access to that data when using the Mac Pro server is going into utilities click on the top bar where it says go fall that down to the utilities told them that folder quickly once you are there you will see migration assistant click on that you will be asked to type your admin password to that. It will ask you "how do you want to transfer your information" then select from a Time machine backup or other disk when it asks you will be transferring information to your Mac Pro from your 1 Tb backup external hard drive once it's finished eject the drive or reformat it and use it again if your objective was to infect keep compress the data on the external so you have more space but do not have access to it I strongly recommend Carbon Copy Clone 3.3.1 is 100% free and does a fantastic job here is the link http://www.pure-mac.com/downloads/carboncopyclonerdl.html of copying every block to create an exact replica of your source hard drive. If you want something different and don't mind paying SuperDuper! is a great product as well this WebSite will have many options I would stick to carbon copy clone http://www.pure-mac.com/backup.html I also like EMC Retrospect backup and recovery software for the Mac it is a great product but very much on the expensive side for backup utilities although if you need word offers this might be right up your alley.
    I hope I wasn't help,
    Sincerely,
    Thomas

  • My macbook pro can see my home wi-fi network but cannot connect to it.  My iphone and ipad are connected to my home wi-fi so the problem is not the modem.

    Wow, I tried to submit this as a problem and the computer lost the wifi connection again, so i lost the whole explanation i typed up. 
    I've turned off computer and modem multiple times.
    When I tried to run the network diagnostic, the macbook pro gave me a "perhaps you are out of range error".  I am sitting next to the modem.
    My iphone and ipad are wonderfully connected to the home wifi network, so it cannot be the modem/router, correct?
    If I am on the same floor as the router/modem then the macbook pro can see my home network but after tyoing in my password and trying to connect i get a "timed out" message.
    If I move down one floor, then the macbook can see and connect to the wifi.  I only have one modem on one floor.
    Is there some sort of diagnostic I can run to see why this particular device (macbook pro) is behaving ths way?  It just seems weird because the computer could connect to the wifi network yesterday while i was sitting next to the router. 

    SOLUTION! 
    I've been suffering from this problem for a few months.  I tried everything suggested by everyone, and then, today, I had a mad idea. 
    I used to work in a room in the house that's about 12 metres away from the router. It's on the next storey up and horizontally about 8 metres away.  The problem started when I began to work in the same room as the router. 
    Today I became so frustrated that for some reason I walked into a room about 8 metres away on the same level - Guess what?  I connected with no problem at all. Feeling full of joy I walked back to the room where the router is located - Dropped internet connection within a few minutes!  Walked back to the the room that's 8 metres away and, hey presto! I have a connection. I now realise that the problem was that I moved too close to the router.
    I can think of no logical explanation for my experience, but empirically it seems to work.  Does anyone have the faintest idea of why this should be the case?  In the absence of an answer I think I may have to start believing in fairies at the bottom of the garden - I'm just off to set a meal for them.
    By the way, I don't know if it has any significance, but the router is a BT Infinity router that has replaced the incredibly unreliable Virgin Media cable connection

  • WRT160Nv2 Cannot be pinged from external network

    Hi,
    My WRT160Nv2 can not be pinged from an external network. How do I configure the WRT160Nv2 reply to the ICMP requests from the external interface?
    Gerwin

    Login to your router setup page and click on the Security tab and below uncheck "Filter Anonymous Internet request" and click on Save Settings. Now try to ping from your external network and check if you are getting any response or not.

  • Can I transfer single files both ways from external usb drive to internal ssd drive?

    I just installed an ssd 240g in a mac pro and put the old 500 hd to the usb port for backup . how can I access individual files from the external storage to the internal ? I can sign in only one a HD at a time now.

    My guess is that you cloned the hard drive to the SSD, correct? In that case you can still view both drives at a time. Just plug in your external hard drive, open Finder, and look for it on the left-hand side of the window (called the sidebar). Click on it once you have found it, and you should be good to go!

  • Weird: Backup file works fine from the network but not when moved into sandbox environment

    We have a valid full backup of a database. We know it is valid, we have restored it twice from the network with no problems, but we do not have access to the network location from our sandbox environment.
    The .bak file is sizable at about 9GB. The .bak file resides on our internal network, in a SAN drive. No problems there. When we copy the file from there into a sandbox environment to attempt the restore in the sandbox environment it gets corrupted. We've
    tried three different times and all three different times it gets corrupted. First time we copied the file over to the sandbox the restore went up to 50% and failed. The second time we copied the file again and attempted the restore again it failed at 70%.
    The third time it failed at 60%. The error message we get during the restore is "...Read on ... failed: 13(The data is invalid) Msg 3013, Level 16, State 1, Line 1 Restore database is terminating abnormally."
    Now some background here. To move the file our network team is doing this: they have this .vmdk file that they mount out in our production environment (which has access to the network location where the .bak file is), copy the file into the drive, then move
    the .vmdk file into the sandbox environment(which does not have access to the network location), mount the drive in the sandbox environment, and then I have access to the .bak file from within the sandbox environment.
    Something in the process of using the .vmdk file to move the .bak file from production into the sandbox is causing the file to get corrupted.
    Any thoughts? Has anyone seen this before? Any idea? TIA,
    Raphael
    rferreira

    Original server that generated the .bak file:
    Microsoft SQL Server 2008 R2 (SP1) - 10.50.2550.0 (X64) 
    Jun 11 2012 16:41:53 
    Copyright (c) Microsoft Corporation
    Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
    Server where I CAN restore the .bak file from the network location (not inside the sandbox):
    Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64) 
    Dec 28 2012 20:23:12 
    Copyright (c) Microsoft Corporation
    Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
    Server inside the sandbox where I get the error when attempting to restore the backup:
    Microsoft SQL Server 2008 R2 (SP1) - 10.50.2550.0 (X64)   Jun 11 2012 16:41:53   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor) 
    rferreira

  • Lr not importing all photos from external HD, but can see them in Bridge

    Just signed up to Lr & Ps on CC.  I imported my photos into Lr from an external HD (my backup) but not all the photos showed up in Lr.  However, I can access them in Bridge and open them in Ps.  Whats wrong?

    Hi, thanks for your help. Im really stumped. Yes all the file handling and destination folders are showing. I am using lightroom 4.4, its updated. i used it a few days ago with no problem. Basically i do my usually and upload and click import. During import, the white bar goes very fats and no imported preview images pop up. And it almost freezes like- saying copy and import photos in the upper left corner. On the main screen it just continues to say importing files. I have tried several cards and two different usb cords. Nothing so far and I have been trying for the last three hours, while reading forums.
    thanks again for your help!!

  • I cannot receive group messages from some people but can from others.

    Everyone receives my messages but in some conversations I do not receive messages from them.  In other conversations it works just fine.  Cannot find a difference between conversations.  All conversations were with iPhone users

    Hi katiebennett09!
    I am here to further assist you today. When you have a group message that comes in, right above where you type in your message you should have an option "Group Conversation" or "Individual Messages". Let's check to see if it is set on the Group Conversation. If it is, go ahead and switch it to individual then switch it back to Group. Then test out the group message again. Another thing I would recommend is to go into Messaging, Tap on Menu in the lower left, Tap on Settings, under the section Multimedia Message Settings make sure there is a check mark in the Auto Retrieve. Please, keep us posted.
    ChristinaB_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

Maybe you are looking for