VPN to access NAS attached to WRT300N remotely?

I have a WRT300N which has a SimpleShare network attached storage device (NAS) connected.  I would like to be able to access files on the NAS and use the attached printer remotely when I am away from the house.  The SimpleShare has a print server built in also.
Is the best way to do this with a VPN?  Ultimately I would like to be able to access the files directly on the SimpleShare rather than setting up a server at home.
Thanks for any and all help.

There are two options. Firstly, if your NAS supports FTP hosting and your printer supports IPP (internet Printing) then you can simply host an FTP server through the NAS and enable IPP on the printer. You may just required ports on the router. Secondly you can try a VPN, for that you may need a VPN router so using it you can create a VPN connection.

Similar Messages

  • Using OS X Server VPN to Access NAS Drive?

    Hi everyone!
    I have been looking into getting an NAS drive for cloud backups and storage, and I was wondering if I bought an NAS drive like the Synology Diskstation, would I theoretically be able to use Mac OS X's VPN function to share the NAS drive to, say, my MacBook when I was not at home? Would that be possible, being able to access the files on the NAS drive whenever I have a Wi-Fi connection regardless of where I am?
    Thanks much!

    In addition to what Linc Davis wrote...
    The performance of your VPN-based share will be the lesser of the VPN bandwidth, of the NAS bandwidth, of the overhead of whatever file storage protocol you're using to access the storage, of your own local network uplink, of the coffee shop network, or whatever happens to be the slowest link within this connection. 
    Certainly prototype this configuration and find out what you can get for performance, but you might not find that the results meet your expectations.  Particularly if you're thinking that you'll get NAS share-like access akin to what you get when directly connected to your local network.  You won't get anything near that, unless you're connected on some big (and expensive) network links.
    While many folks do have remote access into various remote networks via VPN and can access and transfer files via those VPNs, a common alternative used by many folks involves pushing the core shared files up to a cloud-hosting provider, and accessing the individual files from there.  This approach gets several parts of the connection out of the path, and moves your core shared files "closer" to you in the network; out onto hosting servers (usually) with much lower network latencies and with far larger network bandwidth.  Dropbox and SpiderOak are in this market, and there are others.
    If you do head further along the self-hosting path that you're currently on (and if you do have the network bandwidth to support this), then something like OwnCloud might be interesting to you, too.  Here's a write-up on OwnCloud.  There are other private-cloud packages around, as well.

  • Allow remote Cisco VPN ASDM Access

    Hi,
    I am trying to setup asdm access for remote vpn user. Our ASA is running verion 9.1(1). ASDM is running version 7.1(1)52
    I have outside interface, inside interface enabled for vpn tunnel and I use 3rd interface(asdm_inf) dedicated for this purpose.
    In the asdm, I have enabled management interface for asdm_inf. In the ASDM/HTTPS/Telnet/SSH section, I also add ASDM/HTTPS(port 444) for asdm_inf, ip_address 0.0.0.0, mask 0.0.0.0.
    However, when I connect to vpn client and trying https://asdm_inf:444, the connection is failed with timeout.
    Where could I go wrong? Any help would be appreciated.
    Thanks
    Jin

    Yes. I configured management-access asdm_inf
    Now I made some changes to try to use internal interface for remote VPN asdm access. Here are some of my running-config:
    interface GigabitEthernet0/0
    nameif outside
    security-level 0
    ip address 12.10.10.250 255.255.255.0
    interface GigabitEthernet0/1
    nameif inside
    security-level 1
    no ip address
    interface GigabitEthernet0/1.100
    vlan 307
    nameif BFD
    security-level 100
    ip address 192.168.244.152 255.255.255.0
    interface Management0/0
    management-only
    nameif management
    security-level 10
    ip address 192.55.194.112 255.255.255.0
    object network vpn_pool
    subnet 10.50.16.0 255.255.240.0
    object network NETWORK_OBJ_10.50.16.0_20
    subnet 10.50.16.0 255.255.240.0
    object network NETWORK_OBJ_192.168.244.0_24
    subnet 192.168.244.0 255.255.255.0
    object-group network All_vpn_networks
    description This is used for split tunnel network list
    network-object 172.16.66.0 255.255.255.0
    access-list testacl standard permit 172.16.66.0 255.255.255.0
    nat (BFD,outside) source static NETWORK_OBJ_192.168.244.0_24 NETWORK_OBJ_192.168.244.0_24 destination static NETWORK_OBJ_10.50.16.0_20 NETWORK_OBJ_10.50.16.0_20 no-proxy-arp route-lookup
    http server enable 444
    http 192.55.194.0 255.255.255.0 management
    http 10.50.16.0 255.255.240.0 BFD
    ssh scopy enable
    ssh 10.50.16.0 255.255.240.0 BFD
    ssh 192.55.194.0 255.255.255.0 management
    ssh timeout 60
    console timeout 0
    management-access BFD
    As you could read, vpn tunnel the traffic to 172.16.66.x network and our vpn address pool is 10.50.16.x, vlan BFD(under inside interface) has management access and vpn address pool is allowed to access.
    Please advise what I can do.
    Thanks
    Jin

  • ASA 5505 VPN no access to inside network

    Trying to set up ipsec/l2tp vpn to provide full access to internal network for remote users with only Windows built-in vpn client.
    The vpn client can connect successfully, but can't see anything on the inside network.
    The ASA is not the gateway for hosts on the internal network
    name x.y.z.129 isp-gateway
    name 172.16.1.0 vpn-address-pool
    name 10.11.10.0 inside-network
    name x.y.z.128 outside-network
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    access-list vpn extended permit ip inside-network 255.255.254.0 vpn-address-pool 255.255.255.0
    access-list outside_access_in extended permit ip any any
    global (outside) 1 interface
    nat (outside) 1 vpn-address-pool 255.255.255.0
    nat (inside) 0 access-list vpn
    nat (inside) 1 0.0.0.0 0.0.0.0
    route outside 0.0.0.0 0.0.0.0 isp-gateway 1
    ciscoasa# show route
    Gateway of last resort is cic-gateway to network 0.0.0.0
    C    outside-network 255.255.255.128 is directly connected, outside
    S    172.16.1.5 255.255.255.255 [1/0] via isp-gateway, outside
    C    inside-network 255.255.254.0 is directly connected, inside
    S*   0.0.0.0 0.0.0.0 [1/0] via isp-gateway, outside

    Do you configure split tunnel or no split tunnel policy?
    Also when you are connected and try to access internal network, can you pls share the output of :
    show cry isa sa
    show cry ipsec sa

  • RV042 VPN Client Access not able to connect two users at same time

    I have a RV042 and have set it up for VPN Client access using the QuickVPN client to connect my remote users. I discovered today that I cannot have two users connect in at the same time. Both users are in the same remote office. They can connect individually with no problem but if one is connected and the other tries connect also the second user gets a message the gateway is not responding. They are both running WinXPPRo SP3. Any help is greatly appreciated.

    Were your QuickVPN clients behind a firewall router of some sort? For multiple QuickVPN clients to be able to connect to the remote RV042 at the same time, the local firewall router must have VPN Passthrough correctly implemented. You could try using a RV042 as the firewall router for your QuickVPN clients and you should be able to maintain 2 tunnels at the same time to the remote RV042.

  • How can I access my parents iCloud account remotely to assist with photo management and printing?

    How can I access my parents iCloud account remotely to assist with photo management and printing?

    I tried that without any luck. I was hoping I could get Apple to reset it for me or delete the account so I could recreate it or at least tell me what is listed as my birth date, the security question answer.

  • Not able to access javaFx charts from a remote system after using ext. jars

    We are facing following issue. Any recommendations to resolve these issues are highly appreciated.
    1. Not able to access javaFx charts from a remote system (More details at the end of mail).This is high priority requirement as we have a web based reporting application and users access it over our static IP address.
    We are using Java Fx charts in our web application where we built jnlp and jar files in a separate fx project and kept jar and jnlp’s inside our web project.
    It is working fine when we did not used any external jar files and remotely it is accessible. But when we used external jars our project is running on local
    system but remotely it is not working due to some path settings. We modified jnlp files where entry of jar files exists and modified the jar path as per our
    project. But still it did not work.
    Before using external jars inside our java fx project my jnlp looks like:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8083/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/F%3A/New+FX+Projects+08-12-
    2009/JavaFXApplication3/dist/" href="JavaFXApplication3.jnlp">
    <information>
    <title>JavaFXApplication3</title>
    <vendor>Saurabh</vendor>
    <homepage href="http://localhost:8083/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/F%3A/New+FX+Projects+08-12-
    2009/JavaFXApplication3/dist/"/>
    <description>JavaFXApplication3</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
    <jar href="JavaFXApplication3.jar" main="true"/>
    </resources>
    <application-desc main-class="com.sun.javafx.runtime.main.Main">
    <argument>MainJavaFXScript=misc.Test</argument>
    </application-desc>
    <update check="background">
    </jnlp>
    After modifying my jnlp as per my project as
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="/PiFx/FxFiles/" href="JavaFXApplication3_browser.jnlp">
    <information>
    <title>JavaFXApplication3</title>
    <vendor>Saurabh</vendor>
    <homepage href="/PiFx/FxFiles/"/>
    <description>JavaFXApplication3</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="/PiFx/FxFiles/javafx-rt.jnlp"/>
    <jar href="/PiFx/FxFiles/JavaFXApplication3.jar" main="true"/>
    </resources>
    <applet-desc name="JavaFXApplication3" main-class="com.sun.javafx.runtime.adapter.Applet" width="500" height="500">
    <param name="MainJavaFXScript" value="misc.MyChart">
    </applet-desc>
    <update check="background">
    </jnlp>
    After adding external jars my jnlp looks like this :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8083/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/F%3A/New+FX+Projects+08-12-
    2009/JavaFXApplication3/dist/" href="JavaFXApplication3.jnlp">
    <information>
    <title>JavaFXApplication3</title>
    <vendor>Saurabh</vendor>
    <homepage href="http://localhost:8083/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/F%3A/New+FX+Projects+08-12-
    2009/JavaFXApplication3/dist/"/>
    <description>JavaFXApplication3</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
    <jar href="JavaFXApplication3.jar" main="true"/>
    <jar href="lib/jdom.jar"/>
    </resources>
    <application-desc main-class="com.sun.javafx.runtime.main.Main">
    <argument>MainJavaFXScript=misc.Test</argument>
    </application-desc>
    <update check="background">
    </jnlp>
    I have modified the jnlp as per my project :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="/PiFx/FxFiles/" href="JavaFXApplication3_browser.jnlp">
    <information>
    <title>JavaFXApplication3</title>
    <vendor>Saurabh</vendor>
    <homepage href="/PiFx/FxFiles/"/>
    <description>JavaFXApplication3</description>
    <offline-allowed/>
    <shortcut>
    <desktop/>
    </shortcut>
    </information>
    <resources>
    <j2se version="1.5+"/>
    <extension name="JavaFX Runtime" href="/PiFx/FxFiles/javafx-rt.jnlp"/>
    <jar href="/PiFx/FxFiles/JavaFXApplication3.jar" main="true"/>
    <jar href="/PiFx/FxFiles/lib/jdom.jar"/>
    </resources>
    <applet-desc name="JavaFXApplication3" main-class="com.sun.javafx.runtime.adapter.Applet" width="500" height="500">
    <param name="MainJavaFXScript" value="misc.MyChart">
    </applet-desc>
    <update check="background">
    </jnlp>
    where PiFx is our project Name

    We have tried few things given in thread : http://forums.sun.com/thread.jspa?threadID=5401999
    Now it is not able to get the external jar file only
    exception: Cannot find cached resource for URL: http://192.168.0.111:8086/PiFx/FxFiles/lib/jdom.jar.
    java.io.IOException: Cannot find cached resource for URL: http://192.168.0.111:8086/PiFx/FxFiles/lib/jdom.jar
         at com.sun.deploy.net.DownloadEngine.getCachedResourceFilePath(Unknown Source)
         at com.sun.javaws.LaunchDownload.getSignedJNLPFile(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedLaunchDescHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedLaunchDesc(Unknown Source)
         at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)
         at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.io.IOException: Cannot find cached resource for URL: http://192.168.0.111:8086/PiFx/FxFiles/lib/jdom.jar
    exception: Cannot find cached resource for URL: http://192.168.0.111:8086/PiFx/FxFiles/lib/jdom.jar.
    java.io.IOException: Cannot find cached resource for URL: http://192.168.0.111:8086/PiFx/FxFiles/lib/jdom.jar
         at com.sun.deploy.net.DownloadEngine.getCachedResourceFilePath(Unknown Source)
         at com.sun.javaws.LaunchDownload.getSignedJNLPFile(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedLaunchDescHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedLaunchDesc(Unknown Source)
         at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)
         at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.io.IOException: Cannot find cached resource for URL: http://192.168.0.111:8086/PiFx/FxFiles/lib/jdom.jar
    JavaFXApplication3.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="/PiFx/FxFiles/" href="JavaFXApplication3.jnlp">
        <information>
            <title>JavaFXApplication3</title>
            <vendor>Saurabh</vendor>
            <homepage href="/PiFx/FxFiles/"/>
            <description>JavaFXApplication3</description>
            <offline-allowed/>
            <shortcut>
                <desktop/>
            </shortcut>
        </information>
        <resources>
            <j2se version="1.5+"/>
            <extension name="JavaFX Runtime" href="/PiFx/FxFiles/javafx-rt.jnlp"/>
            <jar href="/PiFx/FxFiles/JavaFXApplication3.jar" main="true"/>
            <jar href="/PiFx/FxFiles/lib/jdom.jar" main="true" />
        </resources>
        <application-desc main-class="com.sun.javafx.runtime.main.Main">
            <argument>MainJavaFXScript=misc.MyChart</argument>
        </application-desc>
        <update check="background">
    </jnlp>JavaFXApplication3_browser.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="/PiFx/FxFiles/" href="JavaFXApplication3_browser.jnlp">
        <information>
            <title>JavaFXApplication3</title>
            <vendor>Saurabh</vendor>
            <homepage href="/PiFx/FxFiles/"/>
            <description>JavaFXApplication3</description>
            <offline-allowed/>
            <shortcut>
                <desktop/>
            </shortcut>
        </information>
        <resources>
            <j2se version="1.5+"/>
            <extension name="JavaFX Runtime" href="/PiFx/FxFiles/javafx-rt.jnlp"/>
           <jar href="/PiFx/FxFiles/JavaFXApplication3.jar"  main="true"/>
            <jar href="/PiFx/FxFiles/lib/jdom.jar" main="true"/>
        </resources>
        <applet-desc name="JavaFXApplication3" main-class="com.sun.javafx.runtime.adapter.Applet" width="500" height="500">
            <param name="MainJavaFXScript" value="misc.MyChart">
        </applet-desc>
        <update check="background">
    </jnlp>Applet Code
    javafx({
    archive: "../FxFiles/JavaFXApplication3.jar",
    draggable: true,
    height:hgt,
    width:wdt,
    code: "misc.MyChart",
    name: appletName,
    id: appletName
    });

  • To access a 11gr1 db from remote server which parameters needs to be set

    Hi,
    I would like to access my db from a remote server, for this which parameters i need to set?
    Thanks,

    By default you don't need to set any instance parameter for this because Oracle Net listener will run on port 1521 and database will register dynamically to local listener on port 1521.
    If listener does not listen on port 1521 then you need to set instance parameter LOCAL_LISTENER: http://docs.oracle.com/cd/E11882_01/network.112/e10836/listenercfg.htm#CHDCCHIC.

  • TS3938 When I went to the Quicken site I was routed to a third party tech company that asked me to download a software that allowed them to access my computer for a remote session to fix my computer.  Is that a scam?  I did not do it but how do I get my Q

    When I went to the Quicken site I was routed to a third party tech company that asked me to download a software that allowed them to access my computer for a remote session to fix my computer.  Is that a scam?  I did not do it but how do I get my Quicken 2007 to work with Mountain Lion?

    old diane wrote:
    When I went to the Quicken site I was routed to a third party tech company that asked me to download a software that allowed them to access my computer for a remote session to fix my computer.  Is that a scam?  I did not do it but how do I get my Quicken 2007 to work with Mountain Lion?
    Ahhh, I see that you did not allow them to connect (is this true)
    Here is a link to the Lion/Mountain Lion compatible version of Quicken.
    http://quicken.intuit.com/personal-finance-software/quicken-2007-osx-lion.jsp

  • ADCS Policy Web Service - Access was denied by the remote endpoint. 0x803d0005 (-2143485947)

     Hi there fellow colleagues,
    I am currently facing a problem with ADCS Policy Web Service on Windows Server 2008 R2 Enterprise (SP1).
    • Hotfix installed
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;2545850
    • Application Pool Identity: ApplicationPoolIdentity (also tested custom service account)
    • Testing from local machine and another machine
    • CA and CEP on same system
    • I am getting a Kerberos ticket for the service and I can see a successful logon event for the my user.
    • Kerberos authentication is working - directly calling the URL I get a 403.14 (Directory Listing Denied) with Logon Method Negotiate
    The following message is shown in the Certificate Services Client - Certificate Enrollment Policy Server
    The remote endpoint could not process the request. 0x803d000f (-2143485937)
    The following WS-Errors are in the WebServices analytic log
    •WsCall API failed by 0x803D0005
    •Error occurred: 0x0 - There was an error communicating with the endpoint at 'https://cep.example.com/ADPolicyProvider_CEP_Kerberos/service.svc/CEP'.
    •Error occurred: 0x0 - The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    •Error occurred: 0x0 - The requested resource requires user authentication.
    •Error occurred: 0x803D0005 - Access was denied by the remote endpoint.
     In the application log I can see an event ID 3, source System.ServiceModel 3.0.0.0, Level Error
     WebHost failed to process a request.
     Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/45653674
     Exception: System.ServiceModel.ServiceActivationException: The service '/ADPolicyProvider_CEP_Kerberos/service.svc' cannot be activated due to an exception during compilation.  The exception message is: Software\Microsoft\CEP. ---> System.Configuration.ConfigurationErrorsException:
    Software\Microsoft\CEP
       at Microsoft.CertificateServices.Policy.DerivedHost.Initialize()
       at Microsoft.CertificateServices.Policy.DerivedHost.OnOpening()
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
       --- End of inner exception stack trace ---
       at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
       at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)
     Process Name: w3wp
     Process ID: 3108
    The EnrollmentPolicyWebService log on the other hand tries to tell me:
    The Certificate Enrollment Policy Web Service failed to initialize. Confirm that the Certificate Enrollment Policy Web Service is properly installed. Try to restart Internet Information Services (IIS) by using iisreset.exe. If the problem persists, enable
    tracing in the web.config file, restart IIS, attempt to obtain policy information from any client, and then contact Microsoft Customer Service and Support with the trace file information.  Unknown HResult Error code: 0x80131902
    I am kind of lost and I'd appreciate some help...
    Thanks,
    MMF

    Calling the CES URL, the following pops up:
    Process information:
    Process ID: 3636
    Process name: w3wp.exe
    Account name: IIS APPPOOL\WSEnrollmentServer
    Exception information:
    Exception type: FileNotFoundException
    Exception message: Could not load file or assembly 'Microsoft.CertificateServices.Certcli.Interop, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    But - the assembly is installed in the GAC (%windir%\assembly) with the right culture, version, etc.

  • Troubleshooting Error 0x70080035 when accessing NAS

    I posted this issue on the Microsoft Community forum and they recommended that I post my query in the TechNet forum.
    In summary, here is my tale of woe:
    As of last weekend, I can no longer access my Buffalo Linkstation NAS from my laptop with Windows 8.1 over wifi. I upgraded to Win 8.1 several months ago and everything has been working just fine until a few weeks ago (March 23). The problem is that the
    NAS appears by name in the network, but when I click on it it cannot be found and I get error 0x80070035, path not found. After spending several days looking for a solution, I restored my laptop to a restore point about two weeks earlier and everything started
    working again. It's been working fine until this weekend (April 5), now the same problem is back.
    I can browse it via its IP address, I can access the DHCP table in my router (Linksys WRT54G) and I can see the Linkstation listed there. I turned off my firewall (Symantec Endpoint) and I still get the same results. The Linkstation does show up as a media
    device and I can access all of my media.
    I can ping the NAS using its IP address, but if I ping it using its hostname, it cannot find it. I get the same results when I plug my laptop into the router. I can ping the NAS hostname from my Windows 7 PC without any problems. I can also browse my PC
    from the laptop without any problems. DHCP for the NAS just doesn't work on the laptop. Since I can ping the NAS via its IP address but not its name, my laptop has a DNS problem. Any troubleshooting help would be greatly appreciated.
    It was suggested that I try the following suggestions but nothing here worked:
    http://social.technet.microsoft.com/Forums/windows/en-US/17c9ea7d-52df-4ef9-95fa-0a961d11bfa3/fix-for-cannot-access-nas-drives-sharefolder-is-not-accessible-or-error-code-0x80070035?forum=w8itpronetworking
    If this helps, here is what I get from IPCONFIG /ALL:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : laptop
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Peer-Peer
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Wireless LAN adapter Local Area Connection* 4:
       Media State . . . . . . . . . . . : Media disco
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft H
       Physical Address. . . . . . . . . : 24-FD-52-13
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Wireless LAN adapter Local Area Connection* 2:
       Media State . . . . . . . . . . . : Media disco
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft W
       Physical Address. . . . . . . . . : 24-FD-52-13
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Wireless LAN adapter Wi-Fi:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek RTL
    I-E NIC
       Physical Address. . . . . . . . . : 24-FD-52-13
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 192.168.1.1
       Subnet Mask . . . . . . . . . . . : 255.255.255
       Lease Obtained. . . . . . . . . . : Friday, Apr
       Lease Expires . . . . . . . . . . : Sunday, Apr
       Default Gateway . . . . . . . . . : 192.168.1.1
       DHCP Server . . . . . . . . . . . : 192.168.1.1
       DNS Servers . . . . . . . . . . . : 68.94.156.1
                                           68.94.157.1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Ethernet adapter Ethernet:
       Media State . . . . . . . . . . . : Media disco
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Qualcomm At
    ernet Controller (NDIS 6.30)
       Physical Address. . . . . . . . . : 00-8C-FA-4B
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter isatap.{F28B5C86-CBDC-49F9-9C01-FF4
       Media State . . . . . . . . . . . : Media disco
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft I
       Physical Address. . . . . . . . . : 00-00-00-00
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 14:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunn
       Physical Address. . . . . . . . . : 00-00-00-00
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:5ef5
    erred)
       Link-local IPv6 Address . . . . . : fe80::10b2:
       Default Gateway . . . . . . . . . : ::
       DHCPv6 IAID . . . . . . . . . . . : 167772160
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01
       NetBIOS over Tcpip. . . . . . . . : Disabled

    Here are the tracert results for the Win 8.1 Laptop and Win 7 desktop:
    Tracert results for Laptop w/Windows 8.1:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    C:\Users\bill>tracert 192.168.1.113
    Tracing route to LS-XHL25B [192.168.1.113]
    over a maximum of 30 hops:
      1     2 ms     2 ms     1 ms  LS-XHL25B [192.168.1.113]
    Trace complete.
    C:\Users\bill>tracert LS-XHL25B
    Unable to resolve target system name LS-XHL25B
    Tracert results for Desktop w/Windows 7:
    C:\Users\Bill>tracert 192.168.1.113
    Tracing route to LS-XHL25B [192.168.1.113]
    over a maximum of 30 hops:
      1    <1 ms    <1 ms    <1 ms  LS-XHL25B [192.168.1.113]
    Trace complete.
    C:\Users\Bill>tracert LS-XHL25B
    Tracing route to LS-XHL25B [192.168.1.113]
    over a maximum of 30 hops:
      1    <1 ms    <1 ms    <1 ms  LS-XHL25B [192.168.1.113]
    Trace complete.

  • Accessing SOAP attachment in mapping

    Hi,
    we need to be able to receive a dynamic payload to a webservice published by XI, the payload will be in XML format, but unfortunately not static. So I think the only solution is to send the dynamic payload as a attachment in the webservice call. Now we need to access this attachment from our mapping. Can this be done, and how?
    Is there an other way to receive a dynamic payload in a SOAP adapter?
    Kind regards
    Mikkel

    Hi MIkkel,
    I have done this before but with a dynamic SOAP body, so the payload of the SOAP envelope always changes.
    You have to import an external definition of the SOAP envelope. After that in your mappings you'll have to use JAVA or XSLT specific mapping to extract/filter out  that dynamic part of the message. Then, in a second mapping (for instance message mapping..) you can have access to the dynamic payload and do whatever you need to do with that part of the message. As Easy as that ...
    Regards,
    Roberto

  • I am accessing a windows server using remote desktop and I am wondering if I can transfer files by sharing drives?

    I am accessing a windows server using remote desktop and I am wondering if I can transfer files by sharing drives?

    Probably. You may be able to use Finder > Go > Connect to server to access the server. You may be able to share folders using Remote Desktop too. Whichever one you like the best.

  • Accessing NAS Drive through vpn windows 8.1

    Hi I hope someone can help 
    I have been having some trouble connecting to my netgear ready nes from my remote office 
    we have a LAN to LAN vpn set up using 2 draytek routers witch works well i can print, access remote desktop and so on. I cant access the shared drive on the nas (or on a pc) with out dropping the firewall, how ever once i have dropped the fire wall i can
    mapped the drive and put the firewall back up, it works fine untill i log out from my pc, restart it or let the connection sit idle for to long, then i have to drop the firewall again reconnect the drives and reinstate the firewall then it works again untill
    i log out, restart or it sits idle for a time, I have done some research and all tho there isnt a lot  of info on the subtest, it has led me to believe that i need to allow an exception in the firewall, how ever i have allowed all of them and still no
    change can any one help???

    Port 3389 has absolutely nothing to do with accessing remote shares, that's
    for remote desktop.
    The ports needed to be allowed for shares are 135-139 both TCP and UDP, and
    445 TCP and UDP.
    Bob Comer

  • Accessing device attached to VPN router

    Hi.  We have a VPN router, RV180, that was installed to allow us to access data on a PLC which is physically attached to the router via ethernet cable. We are able to establish a VPN connection from a remote laptop using QuickVPN. However, we cannot figure out how to browse to the PLC using Internet Explorer. The IP address we have for the PLC is identical to an external IP address and our browser simply loads the page from the Internet. How do we browse to the PLC using the VPN connection?
    Thanks
    Mike

    Hello.  If I may reactivate an old string I have a bit of an ironic question.  The Mac connection which seemed so difficult is now the only one that works.  To be clear, The Windows folks can still create a VPN connection.  However, they cannot access the PLC on the other side.  This wasn't obvious when I last posted because we didn't have the correct login info for the PLC so none of us could get in.  Now, my VPN connection allows me to log in to the PLC.  The Windows VPN connection cannot see the PLC log in page.  Can anyone suggest some areas to check in the administration pages of the router to find the difference between the PPTP protocol which works and the QuickVPN protocol which doesn't?
    Mike

Maybe you are looking for