No permission on NFS by connect to server

Hi,
i have a Linux-NFS-Server. I created on both systems (Linux and Mac) the same user (uid) and group (gid) and added the user to this group. I gave the group on the server all permissons. When I mount the share on the mac in the terminal I have full access, but when I mount it with "connect to server" (cmd+k) I have no permissions on the share. It works when I give the "other"-users all permissions.

You have a network issue.  ATV can not connect to the internet.  The fact that you also could not download to your Macbook until recently means more than just the ATV was effected.  The fact that NONE of the icons are there means that there is no internet access at all.   Meaning that iTunes, Netflix, Hulu, etc. are all not able to connect.  The service strength indicator is just showing the WiFi single strength.  It is not an indication of actual internet access.
You mentioned you used to use Verizon.  Was this cellular internet service?    You might try contacting this new service provider and asking if they limit or throtal some online services like Netflix or iTunes.  Some service providers do.  Since the problem started with this new service provider you might contact them and ask them to look into the problem.

Similar Messages

  • [SOLVED] XBMC (libnfs 1.9.3) NFS fails to connect to server

    Hey guys,
    My NFS source in XBMC recently stopped working. I'm not postive what caused it, I tried downgrading libnfs and the linux kernel to back a few months to when I'm certain it was working, but with no success. I also tried downgrading XBMC to 12.3 also without any success.
    Mounting my NFS share still works fine using nfsutils with `mount -t nfs desktop:/home/evan/documents/multimedia ~/some-folder`
    Here is my xbmc.log
    This is the relevant section:
    02:43:49 T:139805856254016 DEBUG: Joystick 0 button 1 Up
    02:43:49 T:139804569323264 DEBUG: SECTION:LoadDLL(libnfs.so.4)
    02:43:49 T:139804569323264 DEBUG: Loading: libnfs.so.4
    02:43:49 T:139804569323264 DEBUG: NFS: Context for desktop/home/evan/documents/multimedia not open - get a new context.
    02:43:50 T:139804569323264 DEBUG: NFS: Connected to server desktop and export /home/evan/documents/multimedia
    02:43:50 T:139804569323264 DEBUG: NFS: chunks: r/w 1048576/1048576
    02:43:50 T:139804569323264 ERROR: Failed to open(//) nfs_opendir_async failed
    02:43:50 T:139805856254016 ERROR: GetDirectory - Error getting nfs://desktop/home/evan/documents/multimedia/
    02:43:50 T:139805856254016 ERROR: CGUIMediaWindow::GetDirectory(nfs://desktop/home/evan/documents/multimedia/) failed
    02:43:50 T:139805856254016 DEBUG: CGUIMediaWindow::GetDirectory (sources://video/)
    And here's what I see in my journal on the server:
    May 26 02:29:44 desktop rpc.mountd[339]: authenticated mount request from 192.168.1.101:50874 for /home/evan/documents/multimedia (/home/evan/documents/multimedia)
    I had a similar problem about a year ago that turned out to be a bug in libnfs that I was able to work around by downgrading the kernel. But again, that doesn't seem to be working this time around.
    Is anyone currently successfully using NFS with their arch XBMC setup? Any ideas?
    Edit: Sorry, realized I probably should have posted this under "Network, Server, and Protection". If a mod would like to move it please do!
    Last edited by EvanPurkhiser (2014-05-30 08:08:46)

    I've been posting some of my findings over in this XBMC forum thread and I've made a little bit of progress.
    The summary of it is: Using the latest git version of libnfs (which I will upload a PKGBUILD to the AUR) I'm able to connect when XBMC is running on the same machine running the NFS server. However on my HTPC I'm getting the error "socket error Connection refused(111)." with nothing in my journal. It's definitely a problem with libnfs, since using the new `nfs-ls` utility provided in libnfs-git fails. So I don't _think_ it's an XBMC issue. Perhpase it's time to open a issue in the libnfs github repo.
    @mod24: What specifically did you have to downgrade to get it working?
    Last edited by EvanPurkhiser (2014-05-29 20:32:11)

  • Publishing error (failed to connect to server)

    Using X5, I am trying to publish to our help server (web help
    pro), but getting a message in the output window "Warining: Failed
    to publish to 'yourserver'. reason: Failed to connect to server.
    All my permissions are set up as described here:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=rb_e01
    So... I ran a packet sniffer and then tried to publish
    again... and saw that the publisher attempts to access
    http://yourserver/robo/robo.dll?mgr=sys&cmd=svr
    When I try to access this address in a browser, I get a 401 error
    with the message below.
    +----------------------------------------------------------------------------------------- ----
    |Server: unauthorized
    |Unauthorized due to ACL on resource
    |
    |This error indicates that the credentials passed by the
    client do not have access to the particular resource on the server.
    This |resource could be either the page or file listed in the
    address line of the client, or it could be another file on the
    server that is |needed to process the file listed on the address
    line of the client.
    |
    |Please make a note of the entire address you were trying to
    access and then contact the Web server's administrator to verify
    |that you have permission to access the requested resource.
    +--------------------------------------------------------------------------------------
    However, if I try to access that address _on_ the server (
    http://localhost/....) I get some
    nice XML:
    +--------------------------------------------------------------------------
    |
    |<?xml version="1.0" ?>
    |- <mrs xmlns="
    http://www.ehelp.com/mrs/xml/serverinfo/">
    |- <head>
    | <url host="localhost" ip="127.0.0.1" version="4.00.083"
    />
    | <publish type="httppost"
    script="/robo/bin/WPSHost.dll?PUBLISH" />
    | <serverapi url="
    http://localhost/RoboAPI.asp"
    />
    | <admin url="
    http://localhost/robo/Admin/"
    />
    | <projects url="
    http://localhost/robo/Projects/"
    type="httppost" script="/robo/bin/WPSHost.dll?PUBLISH" />
    | <documents url="
    http://localhost/robo/Documents/"
    />
    | <reports url="
    http://localhost/robo/Reports/"
    />
    | </head>
    | </mrs>
    +--------------------------------------------------------------------------
    I can not seem to figure out what ACL is incorrect. I tried
    running process monitor (from winternals), and did not see anything
    helpful. The IIS www worker process seems to access all the robo
    files/registry without error.
    Has anyone else had this problem? Can I get some guidance on
    how to resolve? We are about to purchase support incidents, but the
    sooner I can resolve, the better.
    Any help appreciated. thanks,
    ajperrins

    I'm afraid I won't be of much help except to say that this is
    a classic permissions issue. I have to assume you've checked and
    double-checked the link referred to in your post (which is a good
    one).
    You might also try this technote:
    Publishing
    to RoboEngine
    In helping others troubleshoot this, it sometimes turns out
    that there are firewall issues that are not obvious especially if
    you are in a large organization crossing many domains from author
    to server. Are you the ultimate "server admin" or is there someone
    in your organization's network admnistration who could help resolve
    the permission issue?
    Sorry I can't be of immediate help.
    john

  • SSRS Database Configuration Manager Error - Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception

    I'm Getting the "Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception" Error on an existing Instance of SSRS that had been working previously (lots of installs/patches since).
    Any time I try to hit the "Test Connection" button on existing connections or create new ones from the SSRS Config Mgr., it throws that error.
    I know the SQL Server connectivity works (I have SSMS installed on there and can cut and paste server Login to connect). The problem is I can't really get any more details on the error...Event Viewer isn't logging anything, I have upped the trace level
    to 4 in the reportingservicesservice.config file, I have even watched it with procmon and nothing obvious pops up.
    Let me know if anyone else has been down this path and what they have tried.

    Hi BillOlive,
    Based on my research, the issue may be related to user access permission. You can refer to the following method to troubleshooting the issue:
    Open C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG folder | right click on the machine.config file | Properties | Security | make sure your domain account has FULL CONTROL permission on this file.
    If above steps still do not work, please backup your machine.config file to somewhere else and replace with the attached one from my Windows Server 2008 environment.
    Alternatively, app.config file also may cause the same issue. There is a similar issue, you can refer to it.
    http://stackoverflow.com/questions/6922879/exception-type-initializer-for-system-data-sqlclient-sqlconnection
    Hope this helps.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Problem connecting RMI-Server using a servlet

    Hi All..
    I have a RMI-client server model woring fine in AIX box.I am currently in a need to create one web client(may be with servlet or JSP).
    I wrote a sample servlet which try to connect to the RMI server. But when I run the servlet Its simply try to connect and then wait for unlimited time,not even print any exception/error.
    Both my RMI sevrer and Tomcat are in the same box.
    I am sending the servlet code for your reference.
    import java.rmi.*;
    import java.rmi.registry.Registry;
    import java.rmi.registry.LocateRegistry;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import ir77.mon.engine.*;
    public class WebClient extends HttpServlet
    public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
    XmlServerIntf xmlServerIntf = null;
    PrintWriter out = res.getWriter();
    res.setContentType("text/plain");
    try{
    out.println("Connecting to server......");
    //Seems this one is sufficient.(either this code or the below one)
    //String strServerUrl = "rmi://" + "192.168.100.22" + "/ir77.mon.engine";
    //xmlServerIntf = (XmlServerIntf) Naming.lookup(strServerUrl);
    //Try with this one also
    Registry reg = LocateRegistry.getRegistry("192.168.100.22", 2004);
    xmlServerIntf = (XmlServerIntf) reg.lookup("rmi://192.168.100.22/ir77.mon.engine");
    out.println("Connected to server");
    catch (Exception e){
    System.out.println("Exception in WebClient"+e);
    when I run the servlet in the browser with "http://192.168.100.22:8080/WebClient" its simply prints " Connecting to server......" and waits.
    Note : 192.168.100.22 - where my rmi server starts and 2004 -where I created by rmiregistry.I created it using LocateRegistry.createRegistry(2004);
    I have tried starting tomcat with "-security" option too but no responds as well.
    Do I have to provide some grant permission in catlina.policy file?If yes what?
    currently I have tried with giving all permission..
    Do I need to change the RMI server code?
    Any help will be highly appreciated....

    Hi genady,
    Oh....Ya I like to...I thought no body was interested...as I didn't get any reply from anybody....
    Well The first thing is that with the look up method in the servlet
    it should be like :
    Registry reg = LocateRegistry.getRegistry("ip address of the rmi server", port number);
    RMIServerInterface = (type cast with RMIServerInterface) reg.lookup("rmi binding string");
    Now you are able to get the server interface object & you can call any method.
    Next you have to provide the grant permission in the catalina.policy file to the folder where you have your application like....
    grant codeBase "file:${catalina.home}/webapps/ROOT/WEB-INF/classes/-" {
    permission java.security.AllPermission;
    Or you can give specific permissions also.
    Finally you have to run the tomcat as : $catalina.sh start -security
    Note: One more thing you have to keep in mind that's the structure of your application. ie com.mon.yourapp.......u have to create the same structure in tomcat's classes folder .
    Its done...........

  • SQLServerAgent could not be started (reason: Unable to connect to server ' ServerNAme '; SQLServerAgent cannot start)

    Unable to start SQL Agent SQL Server 2008 R2 RTM OS: Windows 2008 R2
    Agent Log
    2012-04-17 22:17:22 - ! [298] SQLServer Error: 27, Registry information is corrupt or missing. Make sure the provider installed and registered correctly. [SQLSTATE 08001]
    2012-04-17 22:17:22 - ! [298] SQLServer Error: 27, Client unable to establish connection [SQLSTATE 08001]
    2012-04-17 22:17:22 - ! [165] ODBC Error: 0, A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to
    allow remote connections. For more information see SQL Server Books Online. [SQLSTATE 08001]
    2012-04-17 22:17:22 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
    2012-04-17 22:17:22 - ! [298] SQLServer Error: 27, Registry information is corrupt or missing. Make sure the provider installed and registered correctly. [SQLSTATE 08001]
    2012-04-17 22:17:22 - ! [298] SQLServer Error: 27, Client unable to establish connection [SQLSTATE 08001]
    2012-04-17 22:17:22 - ! [165] ODBC Error: 0, A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to
    allow remote connections. For more information see SQL Server Books Online. [SQLSTATE 08001]
    2012-04-17 22:17:22 - ! [382] Logon to server '(local)' failed (DisableAgentXPs)
    2012-04-17 22:17:23 - ? [098] SQLServerAgent terminated (normally)
    EventLog:
    SQLServerAgent could not be started (reason: Unable to connect to server '<ServerNAme>'; SQLServerAgent cannot start).
    TITLE: Microsoft SQL Server Management Studio
    Unable to start service SQLSERVERAGENT on server <Server Name>. (mscorlib)
    ADDITIONAL INFORMATION:
    The SQLSERVERAGENT service on <Server Name> started and then stopped. (ObjectExplorer)
    BUTTONS:
    OK
    Uninstalled couple of times and Reinstall still getting the same Error and also tried below workarounds:
    sp_configure 'show advanced options', 1;  
    GO  
    RECONFIGURE;  
    GO  
    sp_configure 'Agent XPs', 1;  
    GO  
    RECONFIGURE  
    GO
    [HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\SQLServerAgent] PATH is Correct
    Can you please share with you if have any fix for this issue.
    Note: Services are running under service account [Domain Account] and also has SA privilage.
    Thanks
    Nag
    Nag Pal MCTS/MCITP (SQL Server 2005/2008) :: Please Mark Answer/vote if it is helpful ::

    Hi Nagpal,
    Just thinking if you can try to Reparing the Native Client setup and see if it works.
    Also if SQL Server Agent account is a domain account (and not as of SQL Server Engine) then try to check if it has below permissions (via Local Policies of the server)  also does it has Local Machine Admin permission:
    Act as part of the operating system
    Adjust memory quotas for a process
    Bypass traverse checking
    Log on as a batch job
    Log on as a service
    Replace a process level token
    Regards Gursethi Blog: http://gursethi.blogspot.com/ ++++ Please mark "Propose As Answer" if my answer helped ++++

  • What is the fix for some applications repeatedly asking permission to accept incoming connections?

    What is the fix for some applications repeatedly asking permission to accept incoming connections?
    On every restart, AutoPairs and Epson Event Manager asks me to reject or agree to allow incoming connections. It is very aggravating and time-wasting. I know other Mac users who have the identical problem with other applications on their Macs.
    Isn't there some way to make my Mac understand that "Yes" means "Yes" once and for all?
    I am presently running Yosemite, but this was a problem with prior OS X versions too.
    Respectfully,
    Nate

    This is a comment on why you might, or might not, want to use the built-in Application Firewall.
    The firewall blocks incoming network traffic, regardless of origin, on a per-application basis. By default it's off, and when turned on, it allows applications digitally signed by Apple, and only those applications, to listen on the network. It does not block outgoing traffic, nor can it distinguish between different sources of incoming traffic, nor does it filter traffic by content.
    No matter how it's configured, the firewall is not, as some imagine, a malware filter. If that's what you expect it to do, forget it. All it will do is bombard you with pointless alerts.
    Consider some scenarios in which you may expect the firewall to be useful.
    1. You enable file sharing, and you allow guest access to certain folders. That means you want people on your local network, but not outsiders, to be able to access those shared folders without having to enter a password. In the default configuration, the firewall will allow that to happen. The router prevents outsiders from accessing the shares, whether the application firewall is on or off. But if your computer is portable and you connect it to an untrusted network such as a public hotspot, the firewall will still allow access to anyone, which is not what you want. It does not protect you in this scenario.
    2. You unknowingly install a trojan that steals your data and uploads it to a remote server. The firewall, no matter how it's configured, will not block that outgoing traffic. It does nothing to protect you from that threat.
    3. A more likely scenario: The web browser or the router is compromised by an attacker. The attack redirects all web traffic to a bogus server. The firewall does not protect you from this threat.
    4. You're running a public web server. Your router forwards TCP connection requests on port 80 to your Mac, and the connections are accepted by the built-in web server, which is codesigned by Apple. The application firewall, still configured as above, allows this to happen. An attacker hacks into the system and tries to hijack port 80 and replace the built-in web server with one that he controls. The good news here is that the firewall does protect you; it blocks incoming connections to the malicious server and alerts you. But the bad news is that you've been rooted. The attacker who can do all this can just as easily turn off the firewall, in which case it doesn't protect you after all.
    5. You're running a Minecraft server on the local network. It listens on a high-numbered port. You, as administrator, have reconfigured the firewall to pass this traffic. An attacker is able to log in to a standard account on the server. He figures out how to crash Minecraft, or he just waits for you to quit it, and then he binds his own, malicious, Minecraft server to the same port. The firewall blocks his server, and because he's not an administrator, he can't do anything about it. In this scenario, the security is genuine.
    6. Here is a more realistic scenario in which you might have reason to enable the firewall. Your MacBook has sharing services enabled. You want those services to be available to others on a home or office network. When you're on those networks, the firewall should be off. When you move to an untrusted network, you can either turn off all the services, or enable the firewall with a non-default configuration to block them. Blocking is easier: one click instead of several.

  • Repeatedly (daily)when trying to install update is not connecting to server

    every time i restart my computer and connect to firefox, it "strongly recommends " that I install the latest update which I click ok to. When it tries to do it, it keeps running in the background with a screen and across the top it says connecting to server but it never does. I am having no other computer problems so I have no idea why this is happening. It has permission and it would keep spinning a little blue circle for hours without ever saying it cannot connect but it obviously can't. how can i either stop this or actually update. It is very annoying. I have tried to update manually and I get the same result. Thanks, Clair47

    Greetings maremma7171,
    Welcome to the Apple Support Communities!
    I understand that you are trying to perform an update on your iMac and are prompted to enter your administrator password. When you enter your password; however, it is not accepted. In this case, you may want to consider changing your password for that user account. To complete this process, please refer to the attached article. 
    OS X Yosemite: Reset a login password
    Cheers,
    Joe

  • Can you FTP with "Connect to Server"?

    I am using an old OS9 FTP program to maintain remote files. For the heck of it I tried to connect using the Connect to Server under Go in the menu bar. I can connect and download, but can't upload. It says that I don't have permission even though I had to use a password to get in. The server is UNIX.
    Is there any way to make this a two way connection using Connect to Server? If so, please advise.
    Thanks.

    The Finder doesn't support uploading to files on FTP servers regardless of what the permissions on the server are; see here for the reason why.
    (11387)

  • Connect to Server vs mount_smbfs

    I have a multi OS enviroment all connecting to one SMB share on a Linux server.  The windows computers & OSX 10.6 computers are able to connect to their respective share points with no issue.  The OSX 10.7 & 10.8 computers have difficulty connecting.
    I have discovered that (in 10.7 & 10.8) using the mount_smbfs command, in command line, will connect these computers to the share without issue [mount_smbfs //$USER@server/FolderA/FolderB/sharepoint /my/mount/point]. 
    However when using the Connect to Server function (Go > Connect to Server [smb://server/FolderA/FolderB/sharepoint) in Lion or Mountian Lion I get the error "The folder "FolderA" can't be opened because you don't have permission to see its contents."  This is correct that the user doesn't not have permission to map "FolderA", but I'm trying to mount "sharepoint" and FolderA & FolderB both have traverse permissions which should allow the user to jump over those folders.
    Why doesn't Connect to Server work, and is there a way to get it working?  Or am I just stuck with making scripts for all my users?
    Thanks
    ~b

    Post to the Mac OS X Server forum, where those mavens congregate.

  • Have a MacMini that is dropping NFS Share connections, Using cifs://servername/path however the NFS Share is dropped everyday without fail.

    Have a MacMini that is dropping NFS Share connections, Using cifs://servername/path however the NFS Share is dropped everyday without fail.  Is there a better way to setup this share?  I've got 5 other Macs that use the same NFS Share and none of them are dropping the shared connection.  This is on OSX 10.9.x Maverick.

    cifs:// is not NFS cifs:// is effectively SMB i.e. Windows filesharing, NFS is Unix filesharing, furthermore cifs:// is a way of forcing Mavericks to use SMB version 1 protocol. Normally you would use smb:// which will default to trying to use SMB version 2 protocol.
    Saying all that, SMB version 1, SMB version 2, and NFS should all normally work fine. It is possible that the server may be configured to disconnect idle users although one would expect this to happen with other users as well. It is perhaps more likely that your problem Mavericks Mac maybe going to sleep periodically, while asleep the connection to the server maybe being lost. Apple's own server software has specific cleverness to allow clients to sleep and resume their connection when they wake.
    Therefore it might be worth checking your Energy Saver settings on this Mac and disabling computer sleep.

  • Change Port on "Connect to Server"

    Basically in a nutshell, I can' connect to my server no problem, and login, but all my files have the permission set to "read-only".
    I contacted my server host and they told me to login through the "Connect to Server" diolog box using the credentials of the root user. That did not work. I went back and told them that and they told me it may be an issue of it trying to connect on Port 22, rather then Port 21 and to come to the Apple forums and ask how to fix that. They unfortunately only provide support for windows related questions.
    So here I am... anyone have any ideas?

    This is how I am connecting.
    ftp://[email protected]//[email protected]
    When I do that, it works. But all the files are only read-only.
    I am in talks with my server admin right now, he has some sgguestions. I will keep this post updated.

  • Permissions problem with Connect To Server as Registered User

    On a Mac running the latest Lion, I'm using Finder's "Connect To Server" feature to connect to another Mac (which is running Snow Leopard) as a Registered User.   When I then try to save documents to a location on that other Mac, (for example, from TextEdit), I get errors like "The document "Untititled" could not be saved as "TestFromOtherComputer.rtf".  You don't have permission.    To view or change permissions, select the item in the Finder and choose File > Get Info."
    When I connect as a Registered User, don't I then have all of the permsissions of that user?    In the above case, "that user" absolutely has the permissions to save a file (to the folder I've chosen or elsewhere).    So what gives?
    Thanks in advance.

    I actually just tried something different, and may have found a bug.
    For clarity, I have an iMac and an Macbook Pro.   The Macbook is visible to the iMac in the "Shared" section of the FInder on the iMac and I connected to it using "Connect As" / "Registered User".
    When I try to save a file from TextEdit to the Macbook (with the filename 'SavedFromiMac'), I'm able to navigate through all of the folders as expected, but when I click "Save", the file DOES save in the Macbook's folder, BUT I get an error from TextEdit saying it could not be saved because I don't have permission (worded as I describe in the previous post).
    Going to the Macbook, if I double-click on the saved file, I get an error message that says "The document 'SavedFromiMac.rtf' could not be opened."
    The Macbook is running 10.6.8, Build 10K549 and the iMac is 10.7.2, build 11C74.
    Does anyone have any thoughts what's going on?

  • Long time connecting to server

    Hello, recently installing snow leo & have some network problem.
    MacPro 4.1 / 10.6.2
    I setup network & everything is work good, internet speed is ok - but when i try to connect to server near me (in my local subnet) it takes really long time before login window comes up. Already tried change network interface order - did not work for me. BTW - when i try reach my local server i use comm + K, then IP address (no DNS) - so I think it cant be DNS problem. Also I disable IP6. It seams problem in my system or just miss-configuration something
    ping to this server works fast, traceroute -n - fast too, but without "-n" - takes long time (about 10 sec)
    Any suggestion ?

    Hello, thanks for answering
    there is my simple cfg
    macpro has 192.168.19.2/28
    stockserver 192.168.19.3/28
    I added to /etc/hosts the following
    192.168.19.2 lacalhost
    192.168.19.3 stockserver
    when I did it - everything works fine & fast, but I can not add every computer to hosts, course some times I bring some new & it takes IP from DHCP, I think it is clear.
    And about your last question -
    It takes about 25 sec from i hit enter until it takes back to the shell prompt.
    but when it done it display that traceroute done for less 1 sec!
    Because traceroute is diagnostic tool, usually people don't use it to really work, the same delay happen when I try to connect to file share. It does not matter afp / smb / nfs / even ftp.
    When first time I looked this I was try trace route for diagnostic porpoise - it delayed too.
    So - now it is clear that it is dns/netbios/dejavue problem - but how I can fix it?!
    I have not any Idea.
    Some Addition - I thougt when I try reach anything by IP it makes reverse lookup
    Because I use ISP DNS there are not records to my local subnet
    lacalhost:~ alexpronin$ nslookup 192.168.19.3
    Server: 77.50.0.3
    Address: 77.50.0.3#53
    ** server can't find 3.19.168.192.in-addr.arpa: REFUSED
    lacalhost:~ alexpronin$
    but answer become imidetely !
    it seems system try get answer some other way
    PS
    sorry my poor english, it is not my native language

  • Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    ... when i click go - connect to server, it comes up with connection failed.
    If you're trying to connect to a Bonjour server on the remote network, that won't work over a layer 3 VPN. Use something like Hamachi or one of the SSH-tunnelling Bonjour proxy apps for that.

Maybe you are looking for

  • How do I turn off certain conversations in Messages in Mac?

    After using Messages on my Mac to send a group message to two of my friends, I continue to get the notifications on both my iPhone and my Mac every time I use the same group message. How can I make my Mac stop receiving these messages, so I'm will st

  • Absence Quota - Negative Deduction to

    We are currently configuring Absence Quotas in SAP 4.6C but are also in the process of upgrading to ECC 6.0 Enhancement Package 1.  For annual vacation, we are accruing on a daily basis so that only the balance accumulated to date is displayed as the

  • Sync no longer works on ipod

    up until 02nov13 i was able to sync without any hassles! however when i added new songs to specific playlist & did the sync process my ipod only shows the old playlist & not the new additions and/or new order of songs! tried to sync many times & read

  • Dispatch Capacity using Product Allocations

    Looking for a bit of guidance on an issue. Have a scenario where we get heavy demand on dispatching requirements. Strangely enough, SAP doesn't have any capacity planning around Logisitcs Execution from what I have seen - it assumes unconstrained cap

  • Why Bridge CS5.5 is opened and not CS6 is opened for non admin user?

    Hi, I have CS5.5 updated to CS6 on my computer but CS5.5 version of Bridge is opened instead of CS6. This happens when I try to open CS6 version of Bridge by  using the CS6 icon, selecting CS6 version from the program list of Windows 7 and selecting