Can't connect to network message

Hi, I've just set up a new intel mac running Leopard, connected to a wireless network via Airport Express with my old G5 still o Tiger. The wireless network was set up from the G5 some while back.. Whenever the G5 is off line, sharing is disabled on it, or either the G5 or the Intel Mac are not connected to the wireless network, when I log in or restart the Intel I get the message: "Cannot Connect: the server may not exist or is not operational ...." which I have to click to get rid of. Just really annoying, but also makes me think the G5 must be acting as the 'server'. In fact in the G5, when you click on the network 'glob'e icon, next to it is an alias that says "servers" and then next to that the computers name (the server alias points to: nfs://automount%20%nnsl%20%5B248 in /Network . I'm really not up to speed on networking but I suspect that's the problem. Any ways out of this? I really wanted to be at the 'hub' of the network on the new Intel mac. I just want to be able to connect, share etc without having to click that wretched box. Is there a way to either delete the 'server', or make the Intel machine the server, or just release the Intel from this 'dependence'. If I did a fresh install on the G5 would that clear it up? I suspect the server stuff got set up when I first installed the Airport Express box, a couple of years ago. Any thoughts very gratefully received.

Finally solved this one. It was something in login items that migrated from my G5 to the new intel Mac Pro. Deleted all login items and no more messages about not connecting to the server. Something must have been looking for the hard drive on the G5 - when there was no sharing it understandably couldn't connect.

Similar Messages

  • HT4972 can't connect to network with linksys e2500

    Can't connect to network with linksys E2500. Can anyone help me?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130?tstart=60
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Imessage wont connect using my apple id says can not connect check network conection and my network connection is fine what do i do

    having trouble with imessage since i updated to the ios7 cant get it to connect to imessage when i use my apple id says can not connect check network connection and my network connection is fine does anyone know what to do to fix this

    i have the same problem but i didnt update

  • Just updated to new iOS 6 on iPhone 3G. Get 'can't connect to iTunes' message. Tried the setting date and time trick but still no success. Any suggestions for 3G iPhone?

    Just updated to new iOS 6 on iPhone 3G. Get 'can't connect to iTunes' message. Tried the setting date and time trick but still no success. Any suggestions for 3G iPhone?

    also must mention i have never had trouble that i couldn't fix on itunes but all of this has started since i have been using icloud for basic backups hope this helps solve problem

  • Tenant Administrator can't connect VM Network to NVGRE Gateway.

    Tenant Administrator can't connect VM Network to NVGRE Gateway.
    Just no "Connectivity" tab in VM Network properties when connected to VMM as Tenant Administrator...
    Is it normal or a bug?

    Hi,  from PowerShell you should be able to add gateway to VM Network with the following command:
    Add-SCVMNetworkGateway -Name <String> -VMNetwork <VMNetwork>
    [-EnableBGP <Boolean> ]

  • Openvpn can't connect to network

    hi all, I'm glad to come here, there maybe more active. so I post here, I'm use Archbang X86_64. up to date.
    I want use openvpn connect some site blocked by gov, but when I use openvpn, it can't connect any web site. This is my client.conf:
    client
    remote 63.223.126.189 1194
    redirect-gateway def1
    dev tun
    proto udp
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    verb 3
    ca ~/.openvpn/ca.crt
    cert ~/.openvpn/client.crt
    key ~/.openvpn/client.key
    comp-lzo
    The server is Cent OS 6.2 32bit, server.conf:
    # Sample OpenVPN 2.0 config file for #
    # multi-client server. #
    # This file is for the server side #
    # of a many-clients <-> one-server #
    # OpenVPN configuration. #
    # OpenVPN also supports #
    # single-machine <-> single-machine #
    # configurations (See the Examples page #
    # on the web site for more info). #
    # This config should work on Windows #
    # or Linux/BSD systems. Remember on #
    # Windows to quote pathnames and use #
    # double backslashes, e.g.: #
    # "C:\\Program Files\\OpenVPN\\config\\foo.key" #
    # Comments are preceded with '#' or ';' #
    # Which local IP address should OpenVPN
    # listen on? (optional)
    local x.x.x.x(my server ip)
    # Which TCP/UDP port should OpenVPN listen on?
    # If you want to run multiple OpenVPN instances
    # on the same machine, use a different port
    # number for each one. You will need to
    # open up this port on your firewall.
    port 1194
    # TCP or UDP server?
    ;proto tcp
    proto udp
    # "dev tun" will create a routed IP tunnel,
    # "dev tap" will create an ethernet tunnel.
    # Use "dev tap0" if you are ethernet bridging
    # and have precreated a tap0 virtual interface
    # and bridged it with your ethernet interface.
    # If you want to control access policies
    # over the VPN, you must create firewall
    # rules for the the TUN/TAP interface.
    # On non-Windows systems, you can give
    # an explicit unit number, such as tun0.
    # On Windows, use "dev-node" for this.
    # On most systems, the VPN will not function
    # unless you partially or fully disable
    # the firewall for the TUN/TAP interface.
    ;dev tap
    dev tun
    # Windows needs the TAP-Win32 adapter name
    # from the Network Connections panel if you
    # have more than one. On XP SP2 or higher,
    # you may need to selectively disable the
    # Windows firewall for the TAP adapter.
    # Non-Windows systems usually don't need this.
    ;dev-node MyTap
    # SSL/TLS root certificate (ca), certificate
    # (cert), and private key (key). Each client
    # and the server must have their own cert and
    # key file. The server and all clients will
    # use the same ca file.
    # See the "easy-rsa" directory for a series
    # of scripts for generating RSA certificates
    # and private keys. Remember to use
    # a unique Common Name for the server
    # and each of the client certificates.
    # Any X509 key management system can be used.
    # OpenVPN can also use a PKCS #12 formatted key file
    # (see "pkcs12" directive in man page).
    ca /etc/openvpn/easy-rsa/keys/ca.crt
    cert /etc/openvpn/easy-rsa/keys/server.crt
    key /etc/openvpn/easy-rsa/keys/server.key # This file should be kept secret
    # Diffie hellman parameters.
    # Generate your own with:
    # openssl dhparam -out dh1024.pem 1024
    # Substitute 2048 for 1024 if you are using
    # 2048 bit keys.
    dh /etc/openvpn/easy-rsa/keys/dh1024.pem
    # Configure server mode and supply a VPN subnet
    # for OpenVPN to draw client addresses from.
    # The server will take 10.8.0.1 for itself,
    # the rest will be made available to clients.
    # Each client will be able to reach the server
    # on 10.8.0.1. Comment this line out if you are
    # ethernet bridging. See the man page for more info.
    server 10.8.0.0 255.255.255.0
    #server 192.168.1.0 255.255.255.0
    # Maintain a record of client <-> virtual IP address
    # associations in this file. If OpenVPN goes down or
    # is restarted, reconnecting clients can be assigned
    # the same virtual IP address from the pool that was
    # previously assigned.
    ifconfig-pool-persist ipp.txt
    # Configure server mode for ethernet bridging.
    # You must first use your OS's bridging capability
    # to bridge the TAP interface with the ethernet
    # NIC interface. Then you must manually set the
    # IP/netmask on the bridge interface, here we
    # assume 10.8.0.4/255.255.255.0. Finally we
    # must set aside an IP range in this subnet
    # (start=10.8.0.50 end=10.8.0.100) to allocate
    # to connecting clients. Leave this line commented
    # out unless you are ethernet bridging.
    ;server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100
    # Configure server mode for ethernet bridging
    # using a DHCP-proxy, where clients talk
    # to the OpenVPN server-side DHCP server
    # to receive their IP address allocation
    # and DNS server addresses. You must first use
    # your OS's bridging capability to bridge the TAP
    # interface with the ethernet NIC interface.
    # Note: this mode only works on clients (such as
    # Windows), where the client-side TAP adapter is
    # bound to a DHCP client.
    ;server-bridge
    # Push routes to the client to allow it
    # to reach other private subnets behind
    # the server. Remember that these
    # private subnets will also need
    # to know to route the OpenVPN client
    # address pool (10.8.0.0/255.255.255.0)
    # back to the OpenVPN server.
    ;push "route 10.8.0.1 255.255.255.0"
    ;push "route 192.168.20.0 255.255.255.0"
    #push "route add dev ppp0 alayii.com"
    #push "route del default dev ppp0"
    #push "route add default dev tun0"
    # To assign specific IP addresses to specific
    # clients or if a connecting client has a private
    # subnet behind it that should also have VPN access,
    # use the subdirectory "ccd" for client-specific
    # configuration files (see man page for more info).
    # EXAMPLE: Suppose the client
    # having the certificate common name "Thelonious"
    # also has a small subnet behind his connecting
    # machine, such as 192.168.40.128/255.255.255.248.
    # First, uncomment out these lines:
    ;client-config-dir ccd
    ;route 192.168.40.128 255.255.255.248
    # Then create a file ccd/Thelonious with this line:
    # iroute 192.168.40.128 255.255.255.248
    # This will allow Thelonious' private subnet to
    # access the VPN. This example will only work
    # if you are routing, not bridging, i.e. you are
    # using "dev tun" and "server" directives.
    # EXAMPLE: Suppose you want to give
    # Thelonious a fixed VPN IP address of 10.9.0.1.
    # First uncomment out these lines:
    ;client-config-dir ccd
    ;route 10.9.0.0 255.255.255.252
    # Then add this line to ccd/Thelonious:
    # ifconfig-push 10.9.0.1 10.9.0.2
    # Suppose that you want to enable different
    # firewall access policies for different groups
    # of clients. There are two methods:
    # (1) Run multiple OpenVPN daemons, one for each
    # group, and firewall the TUN/TAP interface
    # for each group/daemon appropriately.
    # (2) (Advanced) Create a script to dynamically
    # modify the firewall in response to access
    # from different clients. See man
    # page for more info on learn-address script.
    ;learn-address ./script
    # If enabled, this directive will configure
    # all clients to redirect their default
    # network gateway through the VPN, causing
    # all IP traffic such as web browsing and
    # and DNS lookups to go through the VPN
    # (The OpenVPN server machine may need to NAT
    # or bridge the TUN/TAP interface to the internet
    # in order for this to work properly).
    ;push "redirect-gateway def1 bypass-dhcp"
    push "redirect-gateway def1"
    # Certain Windows-specific network settings
    # can be pushed to clients, such as DNS
    # or WINS server addresses. CAVEAT:
    # http://openvpn.net/faq.html#dhcpcaveats
    # The addresses below refer to the public
    # DNS servers provided by opendns.com.
    ;push "dhcp-option DNS 208.67.222.222"
    ;push "dhcp-option DNS 208.67.220.220"
    #push "dhcp-option DNS 8.8.8.8"
    #push "dhcp-option DNS 8.8.4.4"
    # Uncomment this directive to allow different
    # clients to be able to "see" each other.
    # By default, clients will only see the server.
    # To force clients to only see the server, you
    # will also need to appropriately firewall the
    # server's TUN/TAP interface.
    client-to-client
    # Uncomment this directive if multiple clients
    # might connect with the same certificate/key
    # files or common names. This is recommended
    # only for testing purposes. For production use,
    # each client should have its own certificate/key
    # pair.
    # IF YOU HAVE NOT GENERATED INDIVIDUAL
    # CERTIFICATE/KEY PAIRS FOR EACH CLIENT,
    # EACH HAVING ITS OWN UNIQUE "COMMON NAME",
    # UNCOMMENT THIS LINE OUT.
    ;duplicate-cn
    # The keepalive directive causes ping-like
    # messages to be sent back and forth over
    # the link so that each side knows when
    # the other side has gone down.
    # Ping every 10 seconds, assume that remote
    # peer is down if no ping received during
    # a 120 second time period.
    keepalive 10 120
    # For extra security beyond that provided
    # by SSL/TLS, create an "HMAC firewall"
    # to help block DoS attacks and UDP port flooding.
    # Generate with:
    # openvpn --genkey --secret ta.key
    # The server and each client must have
    # a copy of this key.
    # The second parameter should be '0'
    # on the server and '1' on the clients.
    ;tls-auth ta.key 0 # This file is secret
    # Select a cryptographic cipher.
    # This config item must be copied to
    # the client config file as well.
    ;cipher BF-CBC # Blowfish (default)
    ;cipher AES-128-CBC # AES
    ;cipher DES-EDE3-CBC # Triple-DES
    # Enable compression on the VPN link.
    # If you enable it here, you must also
    # enable it in the client config file.
    comp-lzo
    # The maximum number of concurrently connected
    # clients we want to allow.
    ;max-clients 100
    # It's a good idea to reduce the OpenVPN
    # daemon's privileges after initialization.
    # You can uncomment this out on
    # non-Windows systems.
    user nobody
    group nobody
    # The persist options will try to avoid
    # accessing certain resources on restart
    # that may no longer be accessible because
    # of the privilege downgrade.
    persist-key
    persist-tun
    # Output a short status file showing
    # current connections, truncated
    # and rewritten every minute.
    status /var/log/openvpn-status.log
    # By default, log messages will go to the syslog (or
    # on Windows, if running as a service, they will go to
    # the "\Program Files\OpenVPN\log" directory).
    # Use log or log-append to override this default.
    # "log" will truncate the log file on OpenVPN startup,
    # while "log-append" will append to it. Use one
    # or the other (but not both).
    log /var/log/openvpn.log
    log-append /var/log/openvpn.log
    # Set the appropriate level of log
    # file verbosity.
    # 0 is silent, except for fatal errors
    # 4 is reasonable for general usage
    # 5 and 6 can help to debug connection problems
    # 9 is extremely verbose
    #verb 3
    # Silence repeating messages. At most 20
    # sequential messages of the same message
    # category will be output to the log.
    ;mute 20
    my openvpn.log, I cut it to today's log:
    Fri Aug 24 03:17:27 2012 222.243.122.171:35730 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
    Fri Aug 24 03:17:27 2012 222.243.122.171:35730 Local Options hash (VER=V4): '530fdded'
    Fri Aug 24 03:17:27 2012 222.243.122.171:35730 Expected Remote Options hash (VER=V4): '41690919'
    Fri Aug 24 03:17:27 2012 222.243.122.171:35730 TLS: Initial packet from 222.243.122.171:35730, sid=7651acff 1979bea2
    Fri Aug 24 03:17:30 2012 222.243.122.171:35730 VERIFY OK: depth=1, /C=CN/ST=HN/L=HN/O=Fuckgfw/OU=changeme/CN=direct.alayii.com/name=server-ca/[email protected]
    Fri Aug 24 03:17:30 2012 222.243.122.171:35730 VERIFY OK: depth=0, /C=CN/ST=HN/L=HN/O=Fuckgfw/OU=changeme/CN=direct.alayii.com/name=client/[email protected]
    Fri Aug 24 03:17:31 2012 222.243.122.171:35730 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
    Fri Aug 24 03:17:31 2012 222.243.122.171:35730 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
    Fri Aug 24 03:17:31 2012 222.243.122.171:35730 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
    Fri Aug 24 03:17:31 2012 222.243.122.171:35730 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
    Fri Aug 24 03:17:32 2012 222.243.122.171:35730 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
    Fri Aug 24 03:17:32 2012 222.243.122.171:35730 [direct.alayii.com] Peer Connection Initiated with 222.243.122.171:35730
    Fri Aug 24 03:17:32 2012 direct.alayii.com/222.243.122.171:35730 MULTI: Learn: 10.8.0.6 -> direct.alayii.com/222.243.122.171:35730
    Fri Aug 24 03:17:32 2012 direct.alayii.com/222.243.122.171:35730 MULTI: primary virtual IP for direct.alayii.com/222.243.122.171:35730: 10.8.0.6
    Fri Aug 24 03:17:34 2012 direct.alayii.com/222.243.122.171:35730 PUSH: Received control message: 'PUSH_REQUEST'
    Fri Aug 24 03:17:34 2012 direct.alayii.com/222.243.122.171:35730 SENT CONTROL [direct.alayii.com]: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 8.8.8.8,dhcp-option DNS 8.8.4.4,route 10.8.0.0 255.255.255.0,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5' (status=1)
    Fri Aug 24 03:44:44 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:44:53 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:03 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:13 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:22 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:23 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:25 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:30 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:39 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:49 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:45:59 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:46:09 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:46:19 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:46:29 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:46:40 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:46:49 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:46:59 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:09 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:19 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:30 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:40 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:47 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:48 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:48 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:49 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:49 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:49 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:49 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:50 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:51 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:51 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:53 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:55 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:56 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:47:57 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:03 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:05 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:07 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:13 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:15 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:17 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:23 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:25 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:27 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:28 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:29 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:30 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:33 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:34 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:34 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:35 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:37 2012 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
    Fri Aug 24 03:48:40 2012 direct.alayii.com/222.243.122.171:35730 [direct.alayii.com] Inactivity timeout (--ping-restart), restarting
    Fri Aug 24 03:48:40 2012 direct.alayii.com/222.243.122.171:35730 SIGUSR1[soft,ping-restart] received, client-instance restarting
    openvpn-status.log
    OpenVPN CLIENT LIST
    Updated,Fri Aug 24 03:48:00 2012
    Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since
    direct.alayii.com,222.243.122.171:35730,1610365,1800148,Fri Aug 24 03:17:27 2012
    ROUTING TABLE
    Virtual Address,Common Name,Real Address,Last Ref
    10.8.0.6,direct.alayii.com,222.243.122.171:35730,Fri Aug 24 03:47:57 2012
    GLOBAL STATS
    Max bcast/mcast queue length,0
    END
    I change udp to tcp, not make sense.

    I have the same issue here no Service on AT&T and no touch ID, Help Apple

  • Ipad can not connect to network

    Can not connect to Internet

    Does the iPad connect to other networks?
    Does the iPad see the network?
    Any error messages?
    Do other devices now connect?
    Did the iPad connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Can't connect to server message

    I upgraded my MacBook (early 2008) to Lion and it works fine except for two messages that continue to pop up.  One says that it can't connect to the server because URL with "file" extensions are not supported.  The other is that I need to install a java runtime and I am not connected to the Internet.  I am connected to the internet and I am not failing to connect to any servers that I am aware of.  Anybody know why I am getting these pop ups?

    Is Mail the only program down? I've had this happen quite a few times, I'm afraid.
    First off, you should head to your Wifi connection and see what your IP address is. Are you connected to your network? I mean, does the IP address look RIGHT to you?
    I have an issue where my IP address changes from it's proper address, in the 10.x range, to some unholy 169.x address that SAYS it's connected, but isn't connected to anything.
    If you happen to fall into my problem-category, here's the best solution I've found so far, with an as-yet undocumented workaround:
    go to Network, find your Wifi Connection, click on the right arrow to get into its setting. Then hit Renew Lease.
    Say yes.
    Once the IP address flashes to a correct address, in my case it's 10.x, etc., hit the Home button. This should keep the iPad from searching for another IP address and it should stay connected.
    If you don't hit the Home button fast enough, the IP address will go momentarily blank and then assign itself to a false IP address. Also, sometimes it seems like you were fast enough, but you were just too slow. It's a bit of a timing issue, but shouldn't take you more than 2 tries to get it right.
    Now, if you aren't having the same IP address problem I've been having, this solution probably won't benefit you. But then it won't harm anything to try it, either.
    Curious: is Mail the only program that's not working? Does the Wifi work for, say, Urbanspoon or Safari? Or is it just connecting to your email server in Mail that's the issue?

  • How can i post a network message through jdk

    many client pc (win98) connected with LAN, i am writing a JDK application, i want to send network message to other PC, what sort of classes i should use for this.
    Please guide and give some idea

    Actually i made a chatting software with having more
    than 10 user. But they can only chat when they use
    this chat software made in jdk. The user wants to
    know about whether he has received any new message
    when he is not running the application but he is
    using his desktop.Windows (we are talking about Windows, aren't we?) does not normally have something running on the background that can show the user an arbitrary message coming from another computer. There's the NET SEND stuff, but most people have it disabled.
    So, to make this possible, there is no other way than to install a program on the user's computers that runs in the background, waits for messages, and shows messages to the user when they arrive. You simply cannot do this without installing and running a program like that on the user's computers.
    An alternative idea is to make your chat program send an e-mail to the user. That way, if a user has an e-mail program running, he/she will get notified of a new message through e-mail. The API in Java for sending e-mail is JavaMail.

  • Can't connect to Network Printer

    I just bought a laptop with Vista.  I have  wireless router connected to a wired router.  My two desktops are conneted to the wired router and the laptop is wireless to the wireless router.
    My printer does not have a wireless card, so I have it plugged to one desktop, and I have the other desktop using it as a network printer.
    I can't seem to get the wireless to see the printer.  I have enabled file & print sharing on all computers, and the print spooler service is started on all computers.  When I do "Add a printer" it doesn't see the printer.  I tried doing "Add a network printer" and entering the name as \\computername\printername (where computername is the computer the printer is attached to), but I alternately get these two errors:
     "Windows cannot connect to the printer. The server print spooler service is not running. Please restart the spooler on the server or restart the server machine" or
    "Windows cannot connect to the printer. Makes ure that you have typed the name correctly, and that the printer is connected to network."
    I have not been able to see the desktop computer at all in the network options, but I do see the wired router listed, but no computers connected to the router.
    Can anyone help with this?  I am at my wit's end.                     Dan

    "Windows cannot connect to the printer. The server print spooler service is not running. Please restart the spooler on the server or restart the server machine" or
    see the tail end of my thread here, it sounds a LOT like your problems and my own are similar:
    http://social.technet.microsoft.com/Forums/en/w7itpronetworking/thread/7ab3e2a9-832c-4504-8d97-c7199bcc207e
    Hello,
    http://support.microsoft.com/default.aspx?scid=kb;en-US;2388142
    Might be the right hotfix!
    I will be trying this hotfix this week. I have this problem SO bad right now. The only slight difference is that my print server is running Microsoft Storage Server
    2003, and all my clients are now windows 7. The problem hits users at seemingly random times, random 5% of the company per day, and all printer pools...it made no sense at all! 
    I'll keep you posted as to whether the asyncronous RPC reg key helps, or if your hotfix does.
    There is also something i found that works (for 48 hours straight anyways):
    On vista/7 client, go to Devices and Printers and click Add Printer
    Then choose Local Printer. I know your printer is shared on a print server, just stick with me here!!
    Choose Create New Port and select Local Port...
    When it asks you for a port name, type in the UNC ADDRESS of the printer (ie \\printserver1\HPLaser5000n). 
    When it asks you for a driver, point it to the right location where you downloaded a clean set of drivers matching your client OS and printer. Or press the Windows Update button.
    finish adding the printer. You will notice the name of the printer doesn't have a "...on [printserver1"
    anymore, BUT it will still print!!
    I have done this for 4 printer pools and for the last 2 days the 1 user i set it up for has had no printing problems. May be total coincidence, but at this point i was willing to try anything. I'm not sure if this constitutes fooling windows 7 into setting
    up a remote printer as a local printer, and i'm also doubting this will be deployable via GPO or script...but still, i hope it helps.
    -Dane

  • TS1424 downloaded itunes but can not connect to store message reads error 11222

    Trying to connect to itunes store using windows 7 professional.  I have downloaded and re-installed so many times and still I can not connect.  The help function is saying I am not connected to the internet. Error message 11222.  I can not update my iphone with new software either.  It says I do not have internet connection.  Unfortunately I am not very computer savvy so no idea what operating system is.

    The help function is saying I am not connected to the internet. Error message 11222.  I can not update my iphone with new software either.  It says I do not have internet connection.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • 10.4.5 - mac mini can't connect to network via airport since upgrade

    I've been experiencing problems since upgrading to 10.4.3. Mainly, I've noticed that I can't easily connect to our wireless home network all the time. The pattern has been that I start by shutting down my computer completely. When I start up it again, it can't connect to the network. I have to create a new profile and then it will connect. That was buggy, but at least I found a hack. However, since upgrading to 10.4.5, I can't connect to our home network at all. The Internet Connect application says that I am connected to the base station, however I can't connect to the outside world via a shell, browser or email application. Our network is secured with a WEP and the base station is a D-Link. I searched the forums for some tips, but didn't find anything. Pointers appreciated.

    Be very careful about the sequence you do it. You must make sure that the airport connection is turned off (i.e. the airport menu icon looks more like a profiled eyeball without the iris than a series of lines like the towers of hanoi). Then create a new location in the Airport network preference, and make sure that these settings are there under Options
    1. Keep looking for recent networks
    2. Automatically add new networks to the preferred network list.
    3. Change the status of Enable interference robustness.
    And by default, join preferred networks in the Airport location.

  • Printing problems with my newest Mac: can't connect to networked LaserJet

    I have several Macs printing to an HP LaserJet 4000TN on my LAN. All but one work fine. Even the Windows machine works. The bad actor is a new MacBook Pro.
    When I try to set the printer up (using the HP JetDirect IP connection), for some reason it can't figure out which driver to use—I have to manually select it. And very often it refuses to print, saying that it can't connect to the printer. Power cycling the printer fixes it temporarily (printer is set in Energy Saver mode but wakes up fine for other machines).
    All my other Macs (all using latest Snow Leopard) work fine. What's the problem?

    Error Message: "Unable to Connect to Printer, will try again in 30 seconds...
    I have the same problem. It just started a few days ago. Prior to that, it was printing fine. I recently did an Apple Software update, so I'm guessing that's where the problem originated from.
    I have a Brother Multifunction that's setup on my WLAN.
    I got the message after attempting to:
    Factory reset the printer and setting up WLAN again
    Uninstalling all Brother Printer and Scanner Drivers and Reinstalling
    Switching to WiredLAN to print
    Same Error Message Each Time
    Two days ago, I also installed a new print cartridge. When I saw the levels a day later, it looked like it was half used - No Way!
    There is obviously a miscommunication between ink/toner level and new cartridges and the Apple Drivers for WLAN.
    To my knowledge, there is no fix at this time and Apple needs to resolve this high priority.
    What I don't get is why won't the wired config for the printer work either?
    Last fix attempt: Take out all cartridges and reinstall. No Juice!
    My Findings: The Latest Apple Software Update will screw up the communication between your Mac and print drivers.
    Solution: It's all On Apple to fix this ASAP!

  • Can't connect to network drive in Homehub.

    Hi,
    I want to connect to a USB stick plugged into the back of my BT Homehub so I can use it to wirelessly back up my mac with TM. I have plugged it in, but when trying to map the drive, I get 'This file server is available on your computer. Access the volumes and files locally.'. The drive can't be accessed locally with the 'Network' in Finder because it's not mapped, so I get an empty Network folder and I can't connect it. I've used afp and SMB, but both return either 'This doesn't exist' or 'This file server is available on your computer. Access the volumes and files locally.'.
    HELP?
    Tony

    Actually, on second thoughts, TM drives have to be Mac OS Extended format, and Homehub only works with FAT32 drives so it wouldn't work anyway. Oh well.

  • Can not connect iTunes Store message

    Hi,
    İ bought my iPad from US and it's sync. to Turkey conditions by itself. İt's been just 1 months, so i iTunes store gives a Message which says " can't connect to Store" and just one option, you need to pick "OK" button. on my user manuel says iTunes store not aplicable in many countries, not many more,
    how can i change my iTunes Store settings? Or may i use iTunes Store from Turkey?
    Thanks,

    Is this on your iPad, iTunes your computer, or another device ? If on your iPad then can you connect to the internet in other apps e.g. Safari ? If you can then try logging out of your account on the iPad by tapping on your id in Settings > Store and then log back in and see if it then works.

Maybe you are looking for