Slow finder Browsing when accessing LAN via VPN connexion

I am running ML Server, latest upadte on a 2010 Mac Mini Server machine.
When I am connected to my network from a remote location via VPN, and I try to browse my LAN structure with Finder, it takes ages for the list of folders/files to appear and refresh.
I have checked my VPN configuration and tried different type (L2TP, PPTP) but nothing significantly differ in term of browsing speed.
I also appreciate that the network connection at the remote location, as well as the upload speed on my local network can influence the overwal browsing speed... but after several test, I confirm I have more than 3 Mbps bandwith for upload on the local network, and 20 Mbps minimum on the remote location.
I also tried AFP / SMB, but does not seem to change anything.
So, I guess I hope the Community has already experienced the issue and some of you guys may have found a workaround to this issue.
Many thanks.

why not try cisco ipsec
Input the following settings:
Interface: VPN
VPN Type: Cisco IPSec
Service Name: This can be anything, I left the default.
Edit the new interface details as follows:
Server Address: cisco.vpntraffic.com or other country vpn such as Portugal VPN
Account Name: Your vpn account
Password: Your vpn password
How to setup Mac OS X Built-In Cisco VPN

Similar Messages

  • Finder hangs when accessing external drive

    My finder hangs when accessing an external drive.
    It is specific to a drive the I created on my TC disk.
    That drive and TC work perfectly unless I mouint it and alter anything on that disk (I can read ok but writing causes a freeze.)
    The writing that I do is always ok; if I trash or move something it always ends up where I wanted it after a restart.
    The process looks like:
    I drag an item to the trash (or another directory) and the progress bar shows success down to 3 or 5 seconds and then it stops (curser becomes a spinning beach ball.)
    I can hear the tone of a successful transfer if I wait a little while but the finder is unresponsive untill I restart.
    Once restarted I can check the external disk and the file transer (to a directory or the trash) appears to have completed without corruption.
    I have repaired drives and permissions all over the place with no results.
    Can I just say that I tired of constant unnecessary updates that slow my computer, rearrange my settings and cause crashes and other problems that have to be researched and chased down through hours of online troubleshooting. I would love to have thoroughly tested software and hardware that just works without the hassle of having to constantly tweek my machine to get it to work consistantly.

    Are you saying you have this problem only with one drive, not with others?

  • Unable to Access Company LAN via VPN

    Hello,
    I have a ASA 5505 that I have been using to test run the IPSec VPN connection after studying the different configs and running through the ASDM I keep getting the same issue that I can't receive any traffic.
    The company LAN is on a 10.8.0.0 255.255.0.0 network, I have placed the VPN clients in 192.168.10.0 255.255.255.0 network, the 192 clients can't talk to the 10.8 network.
    On the Cisco VPN client I can see lots of sent packets but none received.
    I think it could be to do with the NAT but from the examples I have seen I believe it should work.
    I have attached the complete running-config, as I could well have missed something.
    Many Thanks for any help on this...
    FWBKH(config)# show running-config           
    : Saved
    ASA Version 8.2(2)
    hostname FWBKH
    domain-name test.local
    enable password XXXXXXXXXXXXXXX encrypted
    passwd XXXXXXXXXXXXXXXX encrypted
    names
    name 9.9.9.9 zscaler-uk-network
    name 10.8.50.0 inside-network-it
    name 10.8.112.0 inside-servers
    name 17.7.9.10 fwbkh-out
    name 10.8.127.200 fwbkh-in
    name 192.168.10.0 bkh-vpn-pool
    interface Vlan1
    nameif inside
    security-level 100
    ip address fwbkh-in 255.255.0.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address fwbkh-out 255.255.255.248
    interface Vlan3
    nameif vpn
    security-level 100
    ip address 192.168.10.1 255.255.255.0
    interface Ethernet0/0
    interface Ethernet0/1
    switchport access vlan 2
    interface Ethernet0/2
    shutdown
    interface Ethernet0/3
    shutdown
    interface Ethernet0/4
    shutdown
    interface Ethernet0/5
    shutdown
    interface Ethernet0/6
    shutdown    
    interface Ethernet0/7
    shutdown
    banner login Trespassers will be Shot, Survivors will be Prosecuted!!!!
    banner motd Trespassers will be Shot, Survivors will be Prosecuted!!!!
    banner asdm Trespassers will be Shot, Survivors will be Prosecuted!!!!
    boot system disk0:/asa822-k8.bin
    ftp mode passive
    dns server-group DefaultDNS
    domain-name test.local
    object-group service DM_INLINE_TCP_2 tcp
    port-object eq www
    port-object eq https
    object-group service DM_INLINE_UDP_1 udp
    port-object eq 4500
    port-object eq isakmp
    object-group protocol DM_INLINE_PROTOCOL_1
    protocol-object ip
    protocol-object icmp
    protocol-object udp
    access-list inside_access_in extended permit tcp 10.8.0.0 255.255.0.0 any object-group DM_INLINE_TCP_2 log warnings inactive
    access-list inside_access_in extended permit ip inside-network-it 255.255.255.0 any inactive
    access-list inside_access_in extended permit tcp 10.8.0.0 255.255.0.0 host zscaler-uk-network eq www
    access-list inside_access_in extended permit ip inside-servers 255.255.255.0 any log warnings
    access-list USER-ACL extended permit tcp 10.8.0.0 255.255.0.0 any eq www
    access-list USER-ACL extended permit tcp 10.8.0.0 255.255.0.0 any eq https
    access-list outside_nat0_outbound extended permit ip bkh-vpn-pool 255.255.255.0 10.8.0.0 255.255.0.0
    access-list outside_access_in extended permit udp any host fwbkh-out object-group DM_INLINE_UDP_1 log errors inactive
    access-list inside_nat0_outbound extended permit object-group DM_INLINE_PROTOCOL_1 10.8.0.0 255.255.0.0 any
    access-list inside_nat0_outbound_1 extended permit ip 10.8.0.0 255.255.0.0 bkh-vpn-pool 255.255.255.0
    access-list UK-VPN-USERS_splitTunnel extended permit ip 10.8.0.0 255.255.0.0 bkh-vpn-pool 255.255.255.0
    access-list UK-VPN-USERS_splitTunnel extended permit ip inside-servers 255.255.255.0 bkh-vpn-pool 255.255.255.0
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    mtu vpn 1500
    ip local pool UK-VPN-POOL 192.168.10.10-192.168.10.60 mask 255.255.255.0
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-631.bin
    no asdm history enable
    arp timeout 14400
    nat-control  
    global (inside) 1 interface
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound_1
    nat (inside) 1 10.8.0.0 255.255.0.0 dns
    nat (outside) 0 access-list outside_nat0_outbound outside
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 17.7.9.10 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa authentication ssh console LOCAL
    http server enable
    http 10.8.0.0 255.255.0.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ca trustpoint BKHFW
    enrollment self
    subject-name CN=FWBKH
    crl configure
    crypto ca certificate chain BKHFW
    certificate fc968750
        308201dd 30820146 a0030201 020204fc 96875030 0d06092a 864886f7 0d010105
        05003033 310e300c 06035504 03130546 57424b48 3121301f 06092a86 4886f70d 
        ccc6f3cb 977029d5 df42515f d35c0d96 798350bf 7472725c fb8cd64d 514dc9cb
        7f05ffb9 b3336388 d55576cc a3d308e1 88e14c1e 8bcb13e5 c58225ff 67144c53 f2
      quit
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh 10.8.0.0 255.255.0.0 inside
    ssh timeout 30
    ssh version 2
    console timeout 0
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy UK-VPN-USERS internal
    group-policy UK-VPN-USERS attributes
    dns-server value 10.8.112.1 10.8.112.2
    vpn-tunnel-protocol IPSec svc
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value UK-VPN-USERS_splitTunnel
    default-domain value test.local
    address-pools value UK-VPN-POOL
    group-policy DfltGrpPolicy attributes
    vpn-tunnel-protocol webvpn
    username admin password XXXXXXXXXXXXXXXXX encrypted privilege 15
    username karl password XXXXXXXXXXXXXXX encrypted privilege 15
    tunnel-group UK-VPN-USERS type remote-access
    tunnel-group UK-VPN-USERS general-attributes
    address-pool UK-VPN-POOL
    default-group-policy UK-VPN-USERS
    tunnel-group UK-VPN-USERS ipsec-attributes
    pre-shared-key *****
    tunnel-group IT-VPN type remote-access
    tunnel-group IT-VPN general-attributes
    address-pool UK-VPN-POOL
    default-group-policy UK-VPN-USERS
    tunnel-group IT-VPN ipsec-attributes
    pre-shared-key *****
    class-map ALLOW-USER-CLASS
    match access-list USER-ACL
    class-map type inspect http match-all ALLOW-URL-CLASS
    match not request header from regex ALLOW-ZSGATEWAY
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map type inspect http ALLOW-URL-POLICY
    parameters
    class ALLOW-URL-CLASS
      drop-connection
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect netbios
      inspect rsh
      inspect rtsp
      inspect skinny 
      inspect esmtp
      inspect sqlnet
      inspect sunrpc
      inspect tftp
      inspect sip 
      inspect xdmcp
      inspect ip-options
    policy-map ALLOW-USER-URL-POLICY
    class ALLOW-USER-CLASS
      inspect http
    service-policy global_policy global
    service-policy ALLOW-USER-URL-POLICY interface inside
    prompt hostname context
    call-home
    profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:00725d3158adc23e6a2664addb24fce1
    : end

    Hi Karl,
    Please make the following changes:
    ip local pool VPN_POOL_UK_USERS 192.168.254.1-192.168.254.254
    access-list inside_nat0_outbound_1 extended permit ip 10.8.0.0 255.255.0.0 192.168.254.0 255.255.255.0
    no nat (outside) 0 access-list outside_nat0_outbound outside
    access-list UK-VPN-USERS_SPLIT permit 10.8.0.0 255.255.0.0
    group-policy UK-VPN-USERS attributes
    split-tunnel-network-list value UK-VPN-USERS_SPLIT
    no access-list UK-VPN-USERS_splitTunnel extended permit ip 10.8.0.0 255.255.0.0 bkh-vpn-pool 255.255.255.0
    no access-list UK-VPN-USERS_splitTunnel extended permit ip inside-servers 255.255.255.0 bkh-vpn-pool 255.255.255.0
    access-list inside_access_in extended permit ip 10.8.0.0 255.255.255.0 192.168.254.0 255.255.255.0
    management-access inside
    As you can see, I did create a new pool, since you already have an interface in the 192.168.10.0/24 network, which does affect the VPN clients.
    Once you are done, connect the client and try:
    ping 10.8.127.200
    Does it work?
    Try to ping other internal IPs as well.
    Let me know how it goes.
    Portu.
    Please rate any helpful posts
    Message was edited by: Javier Portuguez

  • Do I need to run DNS on a colo server being accessed remotely via VPN?

    My Mac Mini Server is located in a colo site. We generally use it for Web, email and a couple of application-specific services. It has a dedicated IP address. We have a separate DNS service we use to point to the domains on the server located remotely from the server. Forward and reverse lookups work fine from the server, even though the local DNS service is turned off.
    However, we now have a couple of things we want to access remotely on the server via VPN (for example, some files via AFP). The firewall blocks remote AFP requests (using the built-in firewall, not a separate box). We can connect via VPN without problems. However, AFP does not work. If I allow AFP in the firewall and try to connect, no problems at all.
    Since the Mini is located by itself and will never likely have anything connected to a "local network" (never running DHCP, etc.), there generally doesn't seem to be a need to run DNS on the server.
    I suspect the problem is that when you VPN into the server you are on its "local network", whatever that means, so the DNS does not resolve since the local DNS service is not running. However, I am not positive of this.
    Must we run local DNS? Does it have to mirror the remote DNS that we currently reference? Can we somehow "reference" the local DNS from VPN clients trying to access local services?
    I hope this question makes some sense.

    Bear with me please....
    The Mac Mini is in a data center on a shelf, getting a direct connection to the Internet via ethernet with a fixed IP address (under the covers, I suspect that the data center is using some sort of router or switch, but I am not paying for a hardware firewall or other gateway). There is no local network for the Mini. It is not running DHCP, not handing out NAT addresses, etc. DNS is currently off. Rather than using the local DNS, the Mini is resolving its DNS needs with a DNS server located at another site, over the Internet. This seems to work fine (i.e., changeip confirms it is working and services seem to work).
    I am currently using the software firewall built into SLS.
    I want to turn on VPN so that remotely located computers can access services on the Mini without having to make the services visible through the firewall.
    I am able to connect devices via VPN with little difficulty (iPhones, Macs, etc.). However, when I try to access services (let's use AFP as an example), I cannot access them UNLESS they are allowed through the firewall. This tells me that I am not seeing the services through the VPN, but rather through the Internet directly.
    What I meant by "local network" is that the VPN allocates local IP addresses when devices log into the VPN service (10.0.x.x). There is no DHCP allocating these addresses, just VPN.
    My question is: why can I not see the services on the Mini blocked by the firewall when successfully logged into VPN on the server? Isn't the whole point of the VPN to gain access to services behind the firewall?
    I am guessing (with no particular information to support my thesis) that somehow without DNS running on the Mini, VPN clients are unable to access services on the Mini. I do not know for sure, however, if this is the problem. If it IS a problem, then the question is whether I should completely copy the DNS entries from the remote DNS server to the Mini and start the service. Will that solve the issue? Create conflicts with the DNS (since it is now located on both a remote service and on the Mini)? It certainly will create a maintenance headache since now I will have to maintain the DNS in both places.
    I am hesitant to migrate all of my DNS services to the Mini (because I will also have to go to the domain registrars to change where they point, etc.) to eliminate the remote one. And I am not sure it will solve this problem anyway.
    Sorry for all of the typing!

  • Slow Finder startup when not connected to network

    I use a Linksys BEFW11S4 router/WAP for my home network. The Linksys connects my iMac (ethernet), iBook (wireless) and an Airport Express. I decided I would control my son's access to the internet by using the Linksys router software, which is password-protected, to enable or disable the network connection.
    However, I'm finding that when the network connection is disabled, the Finder loads very slowly upon startup. The dock appears fairly quickly, but a color pinwheel spins for a couple of minutes before the Finder menu bar, desktop file and volume icons and any windows I've left opened appear on the desktop. When the network connection is enabled, startup occurs normally . This situation occurs whether I'm on the iMac or the iBook.
    Does anyone know a reason for this behavior?
    iMac G4 17; iBook G4 1.33 Mhz 14; iPod 3G 20GB   Mac OS X (10.3.9)  

    I talked to Linksys technical support, and they told me this behavior was normal. As long as my computers are connected to the router, they will hunt for an Internet connection on startup. (I found this was true even when I physically disconnected my DSL modem from the outer.) It seems that the lengthy delay in getting the Finder loaded is unavoidable in that case. Good work, Jase!
    iMac G4 17; iBook G4 1.33 Mhz 14; iPod 3G 20GB   Mac OS X (10.3.9)  

  • Finder crashes when accessing my external hard drive

    I have a Seagate FreeAgent GoFlex 1TB external hard drive where I keep a lot of my extra data. Very recently, I can't pin-point exactly when, the hard drive has been causing Finder to crash, most of the time irreparably -- and by irreparably I mean it will crash and I'll try to relaunch it but it won't work, in fact it won't actually relaunch unless I then click the Finder icon (which had no dot under it), after which it will immediately launch into an "Application Not Responding" state.
    The reason I believe it is the external hard drive is because I have two computers, both of which have the same problems when doing stuff with the hard drive, and neither have problems when the hard drive isn't plugged in.
    Some weird things: I have been accessing an excel document on the drive and have been saving the document this entire time -- before I began to think that it was the hard drive causing these problems. It seems as though I could open that document and save it without any apparent problems. Same sort of thing when I used Ableton Live recently. I could access my sample library on the external drive through Live's browser and it would seem to work just fine. However, with Live, when I tried to save a project it would immediately crash Live (presumably because Live is trying to save via Finder or something?). I can't remember if Finder would subsequently crash or not, but I remember having terrible issues with Finder crashing around the times I would be using Live and trying to save.
    I tried doing a Repair Disk on the external through Disk Utility, but after it was showing only the stripey progress bar down at the bottom and only saying "Verifying and Reparing Disk," for a little while I stopped it and tried to quit Disk Utility, only to have Disk Utility crash and now Finder crash as well.
    Another couple of things to note. Finder is not able to copy something to or from the external, or move something from the external to the trash. It will be stuck at 0 percent progress and if I press the x it will say "Stopping" and never go away. However when I do that and then just unplug my external I immediatley get a "Disk removed improperly" dialog and Finder will work again right away.

    Interesting.  What avout your login items in your Accounts preferences?
    To save everybody downloading that stuff:
    ~/Library/LaunchAgents
    com.adobe.AAM.Updater-1.0.plist
    com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.F8FFDCC1-8936-45DE-BF21-BF3 C08DF0EF9.plist
    [email protected]
    com.divx.agent.postinstall.plist
    com.valvesoftware.steamclean.plist
    /Library/LaunchAgents
    com.adobe.AAM.Updater-1.0.plist
    com.google.keystone.agent.plist
    com.m-audio.fasttrackpro.helper.plist
    com.seagate.SeagateStorageGauge.plist
    /Library/LaunchDaemons
    com.adobe.SwitchBoard.plist
    com.google.keystone.daemon.plist
    waves.SoundGrid.RawEthernetHelperTool.plist
    com.apple.remotepairtool.plist
    com.microsoft.office.licensing.helper.plist
    /Library/StartupItems
    ProTec6
    kexts
    com.Cycling74.driver.Soundflower(1.5.2)
    com.maudio.usb.fasttrackpro.driver(1.8.1)
    Is the goflex a usb-attached enclosure?
    Remove maudio, specifically that com.maudio.usb.fasttrackpro.driver.  If you just move that out of /System/Library/Extensions (or if there is an installer) you need to reboot after adding/deleting kext's.
    If no software was installed by you then somehow that external got that com.seagate.SeagateStorageGauge.plist installed in your /Library/LaunchAgents.  If the maudio removal doesn't change anything then this segat launchagent is the next to go.

  • Finder crashes when accessing network drive

    We have four macs on our network. When trying to access a volume on our network drive Finder crashes. The drive is accessible via FTP as well as From Windows Machines. Its only on Finder that we are having the problem. Everything use to work.
    Im on an iMac, my Finder totally spazes out. Blinking off an on. On another system it just crashes. On the other two systems it just won't access the drive & Finder closes.Just started today.
    If anyone know what this is please help!

    Hi Barry,
    Thanks for the suggestion. Unfortunately I did buy diskwarrior on my way home, ran it a few times. No success. It did identify problems it couldn't fix with a lot of the files that were in my suspect folder (a font folder) but since I can't access the files directly on my hard drive I can't get rid of them.
    I did follow your suggestion, but all that it did that I can see was scatter my folders on the desktop.
    Yet, while typing this, I just found a creative way to solve the problem!!! I was able to access the font folder in Bridge even though I couldn't access it otherwise. I deleted it in bridge and now things are working as normal!!! Thank God for Bridge. Amazing. Especially since that font folder has been on this machine for months, and the previous machine for years without ever causing a problem...

  • Finder freezes when accessing Time Capsule

    Hello everybody, I'm experiencing a problem with my Time Capsule 4th Gen 2Tb. My Macbook Pro 15" Core i7 4GB (early 2011) doesn't access my TC hard disk anymore. I can access and configure every feature with the AirPort Utility, and the wi-fi works pretty well (as always did). Even Finder recognize the Time Capsule's HD on the Shared Disks section. But, every time i try to access the HD, Finder stops for a second or two and then come back to life (without opening TC's hard disk folders)
    I tried downgrading my Macbook to Mountain Lion, and upgrading again to Maverick. Both OSXs once worked just fine with my TC. I also tried soft, hard and factory resets on the Time Capsule. I even tried formating TC's hard disk.
    I believe Time Capsule's HD isn't corrupted because I can access it perfectly with my PC (Windows 8.1) and my iPad 3rd Gen (iOS7). With then i can read and write the disk.
    And now the stranger part: Time Machine works fine with my TC's hard disk. It just backed me up on TC's HD. (Nope, i can't restore my mac becuase i lost all of my previous backups).
    Does anybody have a clue?

    It sounds like network issues which are fairly common .. more so with Mavericks but even Mountain Lion (and Lion) are far poorer than Snow Leopard which was solid.
    Let me recommend another factory reset.
    I want you to name the TC precisely as follows.. so when you go through the airport utility do not follow the apple recommended setup.
    TC base name.. TCgen4
    TC wireless name.. TCwifi
    Please use only passwords that are also compliant.. pure alphanumeric which can be mixed case plus numbers.. but no special characters.
    Make sure the disk share name is also short, no spaces and pure alphanumeric. The newer utility uses data which is fine.. older ones used Time Capsule which is not.
    Make sure the computer has IPv6 set to link-local.. this is really important.
    Do the same for ethernet if you use it.
    Then manually mount the disk in Finder.. use Go, Connect to server.
    AFP://TCgen4 (replace with the actual name if you don't follow my recommend).
    OR and even better.
    AFP://10.0.1.1 (or whatever the IP is .. but it must be static) When you use the TC as main router it is default to 10.0.1.1 and by supplying that info directly the computer has less issues finding it.
    Make sure the computer then finds the network resource and it will ask you for disk password.. please type that in and save in your keychain.. I stick to public which results in an error (you are supposed to change from default password but I ignore it).
    The TC disk should then mount on the computer and you should have no issues accessing it.. if you do.. please tell me the whole network layout.
    It is much better to test with the computer directly connected by ethernet to the TC. Do not connect via another router or switch at this stage.
    Tell me more.. much more... if you can if you have issues.
    Netstat scan can be very revealing. Open Network Utility and run the scan. Post screenshot of that as well as what you have in the airport utility for the setup.

  • Lost window, using published application on server 2012, when access it via web remote.

    Hi,
    We use an edi software installed on a Server 2012.
    When we use this software accessing the server by Remote Desktop, everything works normal.
    When we use the same software accessing the server by web access, (...softname/RDWeb/Feed/webfeed.aspx) where was published this soft application, we lost some windows after different actions.
    For example if I do a modification for a value in one specific window, after I click save, that window disappear but can appear again only if I click again anywhere on my desktop.
    In other words that window lost the focus and probably is still open under another window. Clicking again anywhere, will reactivate it and that window appear again.
    Can you please help me to find a solution to this problem?
    Thank You!

    Hi,
    For example if I do a modification for a value in one specific window, after I click save, that window disappear but can appear again only if I click again anywhere on my desktop.
    Would you please tell us which window and what has been modified specifically?
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Finder freezes when accessing an external drive

    I have been using WD 3TB green drives in docks for storage for years. For the last 6 months occasionally I will access one of the drives and the finder freezes up, I will then need to restart the computer. When I try to mount my drive I get a "The disk inserted was not readable by this computer". I do not want to loose the data so I will not initialize the drive. Disk Utility will not even recognize the drive nor will Disk Warrior. In order to save the data I need to use a recovery software. I use Ontrack EasyRecovery Home, it works great but is taxing on the computer and takes a lot of time. So does anybody know why this is happening? Is it a problem with my computer or the manufacturing of the drives?
    Probably a coincidence, but this has only happened to the WD green drives since they changed the packaging from green to yellow.

    Interesting.  What avout your login items in your Accounts preferences?
    To save everybody downloading that stuff:
    ~/Library/LaunchAgents
    com.adobe.AAM.Updater-1.0.plist
    com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.F8FFDCC1-8936-45DE-BF21-BF3 C08DF0EF9.plist
    [email protected]
    com.divx.agent.postinstall.plist
    com.valvesoftware.steamclean.plist
    /Library/LaunchAgents
    com.adobe.AAM.Updater-1.0.plist
    com.google.keystone.agent.plist
    com.m-audio.fasttrackpro.helper.plist
    com.seagate.SeagateStorageGauge.plist
    /Library/LaunchDaemons
    com.adobe.SwitchBoard.plist
    com.google.keystone.daemon.plist
    waves.SoundGrid.RawEthernetHelperTool.plist
    com.apple.remotepairtool.plist
    com.microsoft.office.licensing.helper.plist
    /Library/StartupItems
    ProTec6
    kexts
    com.Cycling74.driver.Soundflower(1.5.2)
    com.maudio.usb.fasttrackpro.driver(1.8.1)
    Is the goflex a usb-attached enclosure?
    Remove maudio, specifically that com.maudio.usb.fasttrackpro.driver.  If you just move that out of /System/Library/Extensions (or if there is an installer) you need to reboot after adding/deleting kext's.
    If no software was installed by you then somehow that external got that com.seagate.SeagateStorageGauge.plist installed in your /Library/LaunchAgents.  If the maudio removal doesn't change anything then this segat launchagent is the next to go.

  • Finder crashes when accessing hard drive

    Everything was working fine until I installed Font Doctor and started using it to examine my fonts. It would crashed when I hit this one folder. I tried it again and identified the exact font folder that was causing the problem (or so I thought). I restarted the computer and decided to get rid of that font folder, but all my fonts are on my main hard drive, and everytime I click on the hard drive the finder crashes and comes up with a default window, so I can't access it. I can access files/programs through applications or user, and I can access specific files on the main hard drive through the programs but can't get into the hard drive directory.
    I did a search on this site and found this link:
    http://discussions.apple.com/thread.jspa?threadID=964617&tstart=90
    I thought it was the answer, especially since I had an old version of Stuffit on my system so I deleted Stuffit using the link enclosed. But when I did a search afterwards (after emptying the trash and restarting) it still showed stuffit things on my hard drive, not in the user or library folders which I can access, but on my main hard drive which I can't access.
    I looked at the code and it showed some of the same things that the previous poster mentioned.
    Here is some of the latest code after I restarted yet again:
    Mac OS X Version 10.4.10 (Build 8R2232)
    2007-07-24 18:31:50 -0700
    dyld: Library not loaded: @executable_path/../Frameworks/StuffIt.framework/Versions/A/StuffIt
    Referenced from: /Library/PreferencePanes/StuffIt AVR.prefPane/Contents/Resources/StuffItAVRDaemon.app/Contents/MacOS/StuffItAVRD aemon
    Reason: image not found
    2007-07-24 18:31:52.143 UniversalAccess[216] * -[NSBundle load]: Error loading code /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler for bundle /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle, error code 2 (link edit error code 0, error number 0 ())
    2007-07-24 18:31:52.492 SystemUIServer[203] lang is:en
    2007-07-24 18:31:55.902 iCalAlarmScheduler[219] * -[NSBundle load]: Error loading code /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler for bundle /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle, error code 2 (link edit error code 0, error number 0 ())
    terminate called after throwing an instance of 'IAException'
    terminate called after throwing an instance of 'IAException'
    terminate called after throwing an instance of 'IAException'
    2007-07-24 18:33:29.150 Safari[226] * -[NSBundle load]: Error loading code /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler for bundle /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle, error code 2 (link edit error code 0, error number 0 ())
    2007-07-24 18:34:32.556 Mail[228] * -[NSBundle load]: Error loading code /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler for bundle /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle, error code 2 (link edit error code 0, error number 0 ())
    2007-07-24 19:05:57.994 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:57.998 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:57.999 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.000 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.001 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.001 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.002 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.003 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.004 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.005 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.006 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.006 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.007 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.008 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.009 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.010 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.011 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.011 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.012 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.013 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.014 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.015 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.015 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.016 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.017 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:05:58.018 SyndicationAgent[276] WARNING: BestCalendarDateFromString - can't interpret: 'Tue 24 Jul 2007 17:35:46 -800'
    2007-07-24 19:07:55.169 Console[281] * -[NSBundle load]: Error loading code /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler for bundle /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle, error code 2 (link edit error code 0, error number 0 ())
    Any ideas?
    Thanks so much!

    Hi Barry,
    Thanks for the suggestion. Unfortunately I did buy diskwarrior on my way home, ran it a few times. No success. It did identify problems it couldn't fix with a lot of the files that were in my suspect folder (a font folder) but since I can't access the files directly on my hard drive I can't get rid of them.
    I did follow your suggestion, but all that it did that I can see was scatter my folders on the desktop.
    Yet, while typing this, I just found a creative way to solve the problem!!! I was able to access the font folder in Bridge even though I couldn't access it otherwise. I deleted it in bridge and now things are working as normal!!! Thank God for Bridge. Amazing. Especially since that font folder has been on this machine for months, and the previous machine for years without ever causing a problem...

  • My Email Inbox is blank when accessing account via internet

    When I sign into my account via work computer (via internet) my inbox is blank. 
    Help!

    Do you have a pop3 client (such as Outlook Express or Mac Mail) set up on a computer somwhere? Do you access your mail via any mobile devices?
    Odds are you need to check a box somewhere for leave a copy of messages on the server. If you don't have any devices set up to pull your mail, change your password.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Finder Crashing When Accessing Documents Folder

    When trying to open my Documents folder, I click on Hard Drive, Users and then my Account folder. Finder then instantly restarts. I have run Disk Utility and verified/ repaired disk permissions. Also have Verified disk but have been unable to run the repair disk as needed. Somehow I have also misplaced my restore CD so I need options to fix this.

    Tough without a Tiger Disk, but try fsck...
    To use fsck, you must run it from the command line. Unlike using your mouse to open an application to do something, you'll need to type a text command at the prompt (#) to tell fsck what to do. The Terminal application (/Applications/Utilities) and single-user mode are two examples of command-line interfaces in which you can type such commands. To use fsck:
    1. Start up your computer in single-user mode to reach the command line. Hold CMD+s keys down at bootup.
Note: If necessary, perform a forced restart as described in the Emergency Troubleshooting Handbook that came with your computer. On desktop computers, you can do this by pressing the reset/interrupt button (if there is one) or holding down the power button for several seconds. On portable computers, simultaneously press the Command-Control-power keys. If your portable computer doesn't restart with this method, you may need to reset the Power Manager.
    2. At the command-line prompt, type /sbin/fsck -fy
    (space between fsck and -fy important)
    3. Press Return. fsck will go through five "phases" and then return information about your disk's use and fragmentation. Once it finishes, it'll display this message if no issue is found:
** The volume (nameofvolume) appears to be OK 
If fsck found issues and has altered, repaired, or fixed anything, it will display this message:
*** FILE SYSTEM WAS MODIFIED *** 

Important: If this message appears, repeat the fsck command you typed in step 2 until fsck tells you that your volume appears to be OK (first-pass repairs may uncover additional issues, so this is a normal thing to do).
    4. When fsck reports that your volume is OK, type reboot at the prompt and then press Return.
    http://docs.info.apple.com/article.html?artnum=106214

  • My finder quits when accessing my Drobo External Hard Drive iMac Dual Core 24"

    My Finder Quits Every time I access my External Drobo 8TB Firewire Drive. I have several other FireWire Drives online with it and have no problem with them. This happened soon after the 10.7.2 update. I have a lot of files on this drive. Could it be the number of files that is causing the problem? Is there a Limit onnumber of folders on the surface of a drive? Please help if you can, I am desperate to preserve my software. But I need to do something soon, Or else I will have to just reformat the drive so I can use it again. I don't really want to do that.
    Thanks in advance for any comments or cures.
    Rev

    I had the same problem but only after I upgraded to Lion. I could see the files on my external drive on other Macs using older software. It seems that Lion wasn't seeing old files on the external drive. So we accessed the files on a Mac using Snow Leopard, copied all the files into one new folder on the same external hard drive and now they're there on Lion. Problem solved! I hope this helps

  • Slow performance pages when accessing for first time

    Hi Oracle developers,
    Hope this is the right place to ask my question regarding Fusion Applications performance.
    I'm dealing with a hard issue in our Fusion Applications 11.1.7 'test' environment for educational purposes. The thing is that whenever a page is accessed the first time (after a restart) it takes a very long time for the page to appear on the screen.
    When it has been accessed before the page is rendered almost instantly. I suspect this has to with caching/compilation of the pages.
    I already looked at article (Doc ID 1518515.1) and the settings were already set as is described in the solution part of the note.
    My question:
    Is there a fix for this?
    Is there a way to precompile all Fusion Applications JSP pages after a restart.
    Hope you can help me out with this!
    Kind regards,
    Charif

    Hi Charif,
    we are looking into ways to speed this up, but at the moment there is nothing you can do to avoid this delay.  I know this sounds vague, but I cannot discuss future potential features here.
    Thanks,
    Oliver
    Fusion Applications Developer Relations
    @fadevrel
    http://blogs.oracle.com/fadevrel
    http://youtube.com/FADeveloperRelations

Maybe you are looking for

  • I had a guest account in the works, and now it seems to have vanished.

    Hey folks, I've been settling into a new apartment, and one of the first things I did once I got my desk built was to fire up my shiny new Time Capsule and set it up. Now, I must admit I was rather enthusiastic--we didn't have internet yet, but I fig

  • How to insert multiple records with a single query?

    Hi, I've to save a huge number of installments with their other information such as due on blah blah. Now, I want to add the all of these information at once with a single insert query. How can I do that?

  • Regional magazine split in pdf file for proofing

    I currently run 6 magazines that have regional splits. I need to know how I would create a pdf to show the versions so it is not adding pages. Maybe a link?

  • Reuse of table view in mine own view.

    Hi experts, I have reused a view from standard component BP_DATA ( marketing attribute : table view ) into my component. I have created a component usage for BP_DATA and then i have assigned the usage are to a view set and then that view set is assig

  • I can't download the adobe app do my desktop

    i can't download the app to my desktop. and i have the space and everything thats needed but it still won't work! and when i try to install it, it sais that i have to have a whole adobe creative cloud or that mine is brooken" to complete the install.