How to access files on server via VPN

hey,
i have set up all the VPN side of the server and is all working.
Opened all ports for vpn services on my router etc.
At work we have a situation that automatically logs into the server and opens files. This also puts the server under "shared" in the finder window.
The question is how do i replicate seeing the files or the server under the shared area in finder as if we were at work?
I have read other peoples posts and the only things i can see is about wide area bonjour. Is this what i need to setup?
all help appreciated.

solved elsewhere

Similar Messages

  • Best way to access files on Xserve via VPN on iPad?

    Can anyone tell be the best solution for accessing files housed on the companies Apple Xserve remotely via VPN from an iPad? Numbers / Pages etc.
    thanks,
    Rick

    The iPad doesn't natively support file systems such as those on servers, but there are third-party apps that can allow this. FileBrowser is one often mentioned, so you might look into that. VPN will be a separate issue; iOS has a built-in VPN client which works with many VPN systems, but you'll need to see if yours is supported.
    Regards.

  • How to Get file from Server (via AL11)

    Hi Team
    I have a requirements like getting the file from the server if Application server is check.
    Once i have press F4 button on the file parameter, shown dump .
    i am using FM /SAPDMC/LSM_F4_SERVER_FILE under AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_apath.when i am pressing F4 button to findout the file directory it shown dump like
    MESSAGE E019(/SAPDMC/LSMW).
    My system is ECC 6.0 Develoment .
    Please have a look and let me other alternatives to get the file from application server.
    In Advanced Thank you.
    Thanks & regards.
    Puneet.

    Hi Gautam,
    i have tried as per given FM but problem is that while reading the file it gives sy-subrc 4. file is already situated correct directory then gives error.
    So please give me other function module which is similar functionality as
      CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
            EXPORTING
              directory        = c_space
            IMPORTING
              serverfile       = p_w_file
            EXCEPTIONS
              canceled_by_user = 1
              OTHERS           = 2.            
      Thanks.
    Puneet.

  • How i access file which stored at application server .? Is there any fm ?

    Hi,
    How i access file which stored at application server . Is there any function module which provide same funtinality.
    Regards,
    Gurprit Bhatia

    Hi ,
            U need to use datasets for reading data from application server.Do a f1 on dataset,u will get to know rest of the things.
    TRY.
        OPEN DATASET file FOR INPUT IN TEXT MODE ENCODING UTF-8.
      ENDTRY.
      IF sy-subrc = 0.
          READ DATASET file INTO <wa_data> MAXIMUM LENGTH 200.
               move the data in to internal table
        close dataset
    Edited by: A kumar on Aug 21, 2008 1:37 PM

  • How to access the SAP Server Console? Through VPN

    How to access the SAP Server Console? Through VPN
    Sudhakar

    Hi,
    You need to contact your system admin as they will enable the port in ur system so that u can access client servers.It should also be allowed from client side also i mean access.
    You will connect thru weblink with user name and pw and SAP with logon details.
    Thanks
    Suresh

  • Access to DFS root via VPN not working - error 0x80070035 keeps popping up

    Dear all,
    when trying to access the DFS root via VPN from a Windows 7 non-domain member computer I always receive an error stating "Windows cannot access \\eggs.local\dfs", Error Code: 0x80070035, The Network Path was not found.
    I searched the internet as well as these forums in order to get to grips with this error message but didn't find anything to solve my problem.
    I made sure, that NetBIOS over TCP/IP is enabled, that I have access to the VPN adapter's DNS as well as WINS servers, that DNS name resolution is working properly, DNS split tunneling is enabled, Windows Firewall is disabled, and so forth. Still no luck.
    Any ideas?
    Thanks Alex
    Alexander Ollischer Diplom-Wirtschaftsinformatiker (FH) Citrix & Microsoft Certified Engineer (CCEA, CCEE, MCSA, MCSE, MCDBA, MCTS) Afontis IT+Services GmbH Baierbrunner Straße 15 81379 München Deutschland Telefon (089) 74 34 55-0 Fax (089) 74 34 55-55
    mailto:[email protected] http://www.afontis.de http://www.itganzeinfach.de Amtsgericht München, HRB 109 005 Geschäftsführer: Thomas Klimmer

    Hi,
    Though you mentioned DNS is working properly, please check if DNS forwarder is set as set correctly. 
    And incase it is caused by authentication, please try to force Kerberos to use TCP - by default it using UDP and on a slow VPN connection, UDP packets may be dropped. 
    How to force Kerberos to use TCP instead of UDP in Windows
    http://support.microsoft.com/kb/244474
    Also check NTFS and Sharing permission on top of the DFS Namespace. At least give users a Read permission. 
    If you have any feedback on our support, please send to [email protected]

  • Connect Mac to Windows 2012 Server via VPN

    Hello All,I'm having a bit of an issue connecting a Mac running Yosemite (OS 10.10) to my Windows 2012 Server via VPN. I'm able to connect all of my Windows 7 machines to the VPN using windows networking without any issues. I'm using my subdomain URL that points to my server that is used to provide access to the Remote Web Access portal on the the server. All Windows 7 computers connect right away and without any issue using their login.When I put the same information into the Mac it immediately denies the connection.Here are some of the details without revealing to much.Server = Windows 2012 R2Firewall = Sonicwall TZ400Connection I'm using for the Mac is pptp but, something tells me that I'm using the wrong protocol since I'm able to connect the Windows pc's using the https URL for the Remote Web Access portal.Thank you in advance for...
    This topic first appeared in the Spiceworks Community

    Hello All,I'm having a bit of an issue connecting a Mac running Yosemite (OS 10.10) to my Windows 2012 Server via VPN. I'm able to connect all of my Windows 7 machines to the VPN using windows networking without any issues. I'm using my subdomain URL that points to my server that is used to provide access to the Remote Web Access portal on the the server. All Windows 7 computers connect right away and without any issue using their login.When I put the same information into the Mac it immediately denies the connection.Here are some of the details without revealing to much.Server = Windows 2012 R2Firewall = Sonicwall TZ400Connection I'm using for the Mac is pptp but, something tells me that I'm using the wrong protocol since I'm able to connect the Windows pc's using the https URL for the Remote Web Access portal.Thank you in advance for...
    This topic first appeared in the Spiceworks Community

  • How to get file from server while click on link

    Hi,
    i created on link and i gave one server path to select file from server but while clickinng on link it no displaying any thing.
    following is the Destination url that i gave for the item.
    /u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/
    please tell me how to get file from server while click on link.

    Ok I got your requirement now.
    If you are getting file names from view attribute then you should not be adding destination URI property for the link.
    Instead you can use OADataBoundValueViewObject API.
    Try below code in your controller processRequest method:
    I am assuming that you are using classic table.
    Also in below example it considers OAMessageStyleText and you can replace it with link item if you want.
    OATableBean tableBean =
    (OATableBean)webBean.findChildRecursive("<table item id>");
    OAMessageStyledTextBean m= (OAMessageStyledTextBean)tableBean.findChildRecursive("<message styled text in table item id>");
    OADataBoundValueViewObject tip1 = new OADataBoundValueViewObject(m, "/u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/"+"<vo attr name which stores file name for each row>");
    m.setAttributeValue(oracle.cabo.ui.UIConstants.DESTINATION_ATTR, tip1);
    Regards,
    Sandeep M.

  • How to access file from AIX server to windows

    HI all,
    My question is how to represent file folder name of that server
    my file folder in AIX server and i want to access that file in window s machine.
    * is this the right way to represent the data folder in physical schema declaration
    file:///<aix server IP>/usr/oracledi/oracldi/data

    No, it is not. Filename magic alone will not do the job.
    AIX supports NFS (network file system) or you can use samba (implementation of the Microsoft SMB protocol to share resources in Un*x) .

  • How to access file from AIX server

    Hi ,
    I am facing a problem with Aix Machine .
    I want to access the file from AIX server machine .I am in Windows machine.
    Regards
    Raghava

    HI all,
    My question is how to represent file folder name of that server
    my file folder in AIX server and i want to access that file in window s machine.
    * is this the right way to represent the data folder in physical schema declaration
    file:///<aix server IP>/usr/oracledi/oracldi/data
    Regards
    Raghava
    Message was edited by:
    Raghava.java

  • Unable to access gateway and DNS via VPN (L2TP) with Snow Leopard Server

    Summary:
    After rebooting my VPN server, i am able to establish a VPN (L2TP) connection from outside my private network. I am able to connect (ping, SSH, …) the gateway only until the first client disconnects. Then i can perfectly access all the other computers of the private network, but i cannot access the private IP address of the gateway.
    Additionally, during my first VPN connection, my DNS server, which is on the same server, is not working properly with VPN. I can access it with the public IP address of my gateway. I can access it from inside my private network. A port scan indicates me that the port 53 is open, but a dig returns me a timeout.
    Configuration:
    Cluster of 19 Xserve3.1 - Snow Leopard Server 10.6.2
    Private network 192.168.1.0/255.255.255.0 -> domain name: cluster
    -> 1 controller, which act as a gateway for the cluster private network, with the following services activated:
    DHCP, DNS, firewall (allowing all incoming traffic for each groups for test purposes), NAT, VPN, OpenDirectory, web, software update, AFP, NFS and Xgrid controller.
    en0: fixed public IP address -> controller.example.com
    en1: 192.168.1.254 -> controller.cluster
    -> 18 agents with AFP and Xgrid agent activated:
    en1: 192.168.1.x -> nodex.cluster with x between 1 and 18
    VPN (L2TP) server distributes IP addresses between 192.168.1.201 and 192.168.1.210 (-> vpn1.cluster to vpn10.cluster). Client informations contain the private network DNS server informations (192.168.1.254, search domain: cluster).
    _*Detailed problem description:*_
    After rebooting the Xserve, my VPN server works fine except for the DNS. My client receives the correct informations:
    Configure IPv4: Using PPP
    IPv4 address: 192.168.1.201
    Subnet Mask:
    Router: 192.168.1.254
    DNS: 192.168.1.254
    Search domain: cluster
    From my VPN client, i can ping all the Xserve of my cluster (192.168.1.1 to 18 and 192.168.1.254). If i have a look in Server Admin > Settings > Network, i have three interfaces listed: en0, en1 and ppp0 of family IPv4 with address 192.168.1.254 and DNS name controller.cluster.
    The DNS server returns me timeouts when i try to do a dig from my VPN client even if i am able to access it directly from a computer inside or outside my private network.
    After i disconnect, i can see in Server Admin that the IP address of my ppp0 interface has switch to my public IP address.
    Then i can always establish a VPN (L2TP) connection, but the client receives the following informations:
    Configure IPv4: Using PPP
    IPv4 address: 192.168.1.202
    Subnet Mask:
    Router: (Public IP address of my VPN server)
    DNS: 192.168.1.254
    Search domain: cluster
    From my VPN client, i can access all the other computers of my network (192.168.1.1 to 192.168.1.18) but when i ping my gateway (192.168.1.254), it returns me timeouts.
    I have two "lazy" solutions to this problem: 1) Configure VPN and DNS servers on two differents Xserve, 2) Put the public IP address of my gateway as DNS server address, but none of these solutions are acceptable for me…
    Any help is welcome!!!

    I would suggest taking a look at:
    server admin:vpn:settings:client information:network route definitions.
    as I understand your setup it should be something like
    192.168.1.0 255.255.255.0 private.
    at least as a start. I just got done troubleshooting a similar issue but via two subnets:
    http://discussions.apple.com/thread.jspa?threadID=2292827&tstart=0

  • How to access the client PCs via RDP FROM Windows Server 2003

    Hopefully this is not an ignorant question, but every thread I've read focuses on client PCs not being able to access the terminal server. I have the opposite problem. I am working remotely and have full access to the servers (some of which are virtuals).
    I need to be able to connect to the various workstations, but I cannot.  Is this just a setting I have misconfigured?  Is there any software I can deploy to these PCs that will allow me to log in and update their workstations?
    Any help is sincerely appreciated.
    - Jeff

    Hi Jeff,
    Thank you for your posting in Windows Server Forum.
    You can able to take RDP for client system from server. But keep in mind that; client system can only allow 1 RDP session at a time for administrator purpose. For that you need to have permission for taking rdp session. 
    Also you need to verify that “Remote Desktop Service” service is running and also need to verify the below thread as per snap.
    In addition, if you want to manage all the server and client system, then you can use Remote Desktop Connection Manager to manage all the client and server remotely.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How TO Access Oracle Communicator Publically Via Internet??

    I Had Successfully Install and using oracle communicator on my office Network.
    Now I want to access this service Publically vai Internet so that offices at the diffrent location can access the Oracle communicator to send message, voice communication, File transfer etc..
    pls Help me ????????????

    Hi
    If I've understood you correctly then you need to know/do certain things. At the MacBook site log into the router interface and open ports 5900 and 3283. Depending on the Router make, you may have to define an additional Firewall Rule. Forward external requests for these ports to the internal/private IP address of the MacBook. Ideally this should be fixed. Enable Remote Management on the MacBook and define what control options you want. You will need to know the external/public IP address - again this would be better if it was fixed. If it's not fixed you will need some way of finding out what it gets changed to. Generally a person at the MacBook end could tell you this via a simple phone call. How do they find this out? Either by logging into the router and and looking at the WAN Status or by launching a browser and using this url:
    http://myipaddress.com
    Once you know the IP address launch ARD > Scanner > Network Address from the pull down menu. Key in the IP address. Enter the admin name and password of the remote MacBook. There's no need to fiddle with the router or do anything else at the MacPro end AFAIK.
    Alternatively and if you're using 10.5 or 10.6 you can select Connect to Server from the Go Menu and key in:
    vnc://theexternal/publicipaddress
    Supply the admin name and password. You could also do this via VPN if Router/Firewalls support it. In addition there are also ways of doing this that don't involve ARD. iChat's Share Screen feature for example. Searching the Forum should have brought up something more than half cooked solutions? This is one I quickly found:
    http://discussions.apple.com/thread.jspa?threadID=2195776&tstart=15
    There are others.
    HTH?
    Tony

  • How to install packages on client via VPN

    Hello
    I have a number of users that use laptops and mostly connect to the office network via an OSX VPN Server. I can see when they connect, copy files to them and control their screens.
    I do not seem to be able to install packages to them. The ARD console goes through the motions but the package never gets to the remote end and is never installed.
    Can anyone shed any light on this? From what I can tell this may be a multicast issue - if this is true how can I get the VPN server to route the multicast traffic, or alternatively how can I stop ARD from using multicast for these clients?
    Any help appreciated. If I can not use the package installation system it will make managing these users quite difficult.
    Kind regards
    Jason
      Mac OS X (10.4.9)  

    Hi Jason,
    Have you found anything else that can't be done or is acting strangely using ARD with those connecting via VPN? Another question that comes to mind is the up and down speed of both your office's connection to the net and that of the clients connecting in. You said that you can copy files to them--does that work with large files as well? Have you tried copying the install package rather than installing it to see if that works?
    I ask all of this because I've found in my support role with VPN clients, that viewing/controlling the screen, copying small files, chats, and alerts all work fine. But a large install package? I don't even bother. Sure, it works locally, but the upload speed of the company's internet connection isn't fast enough to do large copies or installs remotely. (Which is why I'm wondering about copying a large file.) I usually get a "Communication Error".
    Power Mac G5 1.8GHz DP, 1.5GB RAM, Mac OS X (10.4.10)    

  • How to access files in a jar file?

    Can anyone tell me how to access a file contained in my jar file?
    I have about 15 classes jarred and deployed as an applet. I want to include in the jar file some .gif files to be used as icons in a tree view. Rather than trying to access them locally with all the security headaches this brings, can I not simply jar them as resources and point to them in my code?
    Any help much appreciated,
    Thanks in advance,
    Chris

    Hello Chris,
    Please read this note taken directly from Sun, from their Java Tutorial/Creating a GUI with Swing/Using Other Swing Features/How to use Icons/Specifying the Image Source (whew!)
    Note:  Applets are supposed to be able to load images from JAR files.
    Currently, however, some browsers can't read images from a JAR file,
    although they do successfully get classes from a JAR file.
    With our applets, we currently hedge our bets by both putting
    the image files in the applet's archive file (the JAR file containing
    the applet's class files) and by putting the image files in the file
    system on the server.
    */So......Do you want to take a chance?
    -Ron

Maybe you are looking for

  • Internet Sharing

    I have an old G4 MDD tower, with no airport card. I am in a house with the room I'm using way too far from the router to hardwire my mac in, and am trying to get a PC that has wireless in it to use to connect to the internet. I've searched and all I

  • Internal Behaviour of Truncate Table Command in Oracle Database

    Hi, Can anyone let me know the internal behaviour of Truncate Table Command in Oracle Database? Thanks, Harshad.

  • Creating rules using XML

    I don't know whether the question I'm posting is relevant in this forum My question is 1.has anybody dealt with RUles Engine, I looked up at on goole few XML rules engine didn't get a good enough idea . 2. If yes, what does it mean ? what are the app

  • Business Message Report shows INBOUND Send Time Stamp=01/01/1970: wrong

    Configuration : Servers - Oracle B2B <-> Apache Proxy Server <-> Shared Network <->Apache Proxy Server <-> WebMethods B2B Protocol - AS2 All INBOUND to Oracle B2B AS2 messages from the WebMethods B2B have a "Send Time Stamp" = "     January 1, 1970 1

  • Macbook Upgraded to Yosemite, now Logic 9 stalls

    I have an older macbook pro (2009) that was running fine on Mountain Lion with Logic 9. I upgraded to Yosemite, and now Logic 9 stalls when playing songs, gives me "processor overload" errors when playing songs that used to run fine on Mountain Lion,