Connecting to Mac ScreenSharing from PC...

I connect to my back back home from a Windows PC using a VNC client over SSH. This is very slow because of the 32-bit color being passed over the WAN. When I try to reduce the bit depth to reduce the # of colors, the client crashes... I've tried TightVNC, UltraVNC, and VNC. Is there any way to control the bit depth on the Mac or is there a client that will work on the PC?

Accessing a Airport Network with a Windows XP PC or laptop (with XP SP2)
http://www.ifelix.co.uk/tech/1011.html
Accessing a Airport Network with a Windows XP PC or laptop (with XP SP1)
http://www.ifelix.co.uk/tech/1010.html
One of the problems with WEP is that the actual standard relies on a 10 character HEX key for 40bit WEP and a 26 character HEX key for 128bit WEP.
In order to make things easier for people, vendors use certain algorithms to convert simple alphanumeric passwords (or passphrases) into HEX keys, thus enabling people to use simple memorable WEP password rather than lengthy HEX keys.
The problem is that different vendors use different algorithms to generate the HEX key and therefore a ASCII password on an AEBS will be hashed differently on a Netgear client and vice versa.
One thing is a 13 character 128 bit WEP password will be hashed by all vendors in the same way (if you use 40bit WEP then a 5 character password is required).
Having said that, this will only work if they use an algorithm, some don't and in these cases you must use the HEX key regardless of the length of the plain text password.
AirPort: Joining an encrypted wireless network
http://docs.info.apple.com/article.html?artnum=106424
Choosing a password for networks that use Wired Equivalent Privacy (WEP)
http://docs.info.apple.com/article.html?artnum=108058

Similar Messages

  • Can't connect to Mac Pro from Macbook Pro on finder

    Hi there was wondering if someone can help me out with this?
    I used to be able to connect through the side panel on the finder with my macbook to my mac pro and vice versa.  I had not used this function in a few months and tried the other day and it would not work. 
    Ive been doing a bit of troubleshooting so far heres a oflist what ive tried so far.
    Ive tried messing around with the side bar preferences. 
    When I click on the shift+Command+K Network I cant see the mac.
    When i go command+K and connect to server at the old address that is stored it doesnt work.
    Ive tried adjusting the settings in the firewall and just turning them off.
    Ive tried setting the IP address manually under "DHCP with manual address" in the network preferences.
    Ive tried turning off and resetting the modems and routers and toggling the air ports.
    Ive made sure file sharing and screen sharing are enabled on both computers in the sharing preferences.
    Tried repairing disk permissions with the "disk utility".  There were a few errors that it said could not be fixed, although it has been like that before these issues....however maybe theres a new permission issue im not sure.
    I was able to see one of my neighbors computers under shared on both computers this morning.
    The last time I used this function was a few months ago.  I have similar software setups on both macs and have probably done a software update or two recently I cant remember.  Also, if I installed some sort of problematic software on one, I probablly did it to the other.
    Also around the last time i successfuly connected the macs I was trying some different software for networking.  I installed "team viewer".  I might have installed another similar app at the time although im not sure and if I did I probablly uninstalled it.  Im wondering if maybe I messed up some setting in the process of doing that?
    If you have any ideas please help! 
    Thanks!

    Ive been doing a bit of troubleshooting so far heres a oflist what ive tried so far.
    Thank you.  VERY HELPFUL!
    Try these...
    Intel-based Macs: Resetting the System Management Controller (SMC)
    Resetting your Mac's PRAM and NVRAM
    Disconnect all peripherals from your computer.
    Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751 and restart your computer.

  • Trouble connecting to Mac VPN from Windows box

    I have a Mac OS X server with VPN services turned on. Both IPSec L2TP and PPTP are enabled.
    From a remote office ( Across the hall and different IP address / network ) I can connect to the VPN from a Mac G5 no problem ( Using PPTP ) actually ANY Mac remotely with no problem.
    However, I cannot connect using either PPTP or L2TP with a Windows machine. I get the following error
    Error 691: Access was denied because the username and/or password was invalid on the domain.
    There is a AD/DC windows box on the network I am trying to VPN in..... however, the router is set to send all VPN traffic to the Mac not the Windows box.
    Any ideas? (if you need further information, let me know. )

    NA

  • Unable to connect to Mac clients from Mac OS X Server

    Recently I have installed an OS X 10.4.10 Server to an customer of mine. The server was configured at my home office before I installed it to the customer. Filesharing,Firewall and VPN is running on the server and everything works fine. My odd "problem" is when I browse for other macs on the network, from the server, I cant find any. All I get is alias of filesharing macs at my home network. I cleaned the cash etc etc nothing works. If I boot in Safe boot I get listed all filesharing Macs at the office network, but then of course the server OS will not run. Yesterday I checked other customers who run OS X Server and some get hold of clients on the network, other not. Any idea ???

    Thank you for your reply. I will like to know if you can use Visual Studio. In visual studio there is what we called Server Explorer and from there you can create connection and access all the database server from there. I am able to connect to the Oracle XE through the browser and I was able to crete table and other stuffs like that but when I tried to connect from Visual Studio 2008, I get the 12560 Error. I checked my TNSNAMES and found this:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = OLAMMIE)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Look at what I have in my Sqlnet.Ora file,
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    Please kindly help me out of this as it is very urgent. I can connect from browser using http://127.0.0.1:8080/apex but cannot connect from my C# code and Server Explorer. What is likely to cause this error.
    Thank you for helping me in advance.

  • How can i connect and share files from my mac book pro to my windows PC?

    (I have a tp-link wifi router which is connected to mac and from the same router pc is connected via pan cable)

    Hello Chandan Mj,
    After reviewing your post, I have located an article that can help with file sharing between Mac and Windows computers:
    OS X Mavericks: Set up a Windows computer to share files with Mac users
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • How do I set up a static IP on Airport Express so I can activate the Connet my Mac App from outside my network?

    How do I set up a static IP on Airport Express so I can activate and use the Connect My Mac app from outside my home network?

    You will need to enable file sharing in System Preferences
    as well as setting up sharing and permissions for the
    directories that you want shared.  You may also want to
    setup a non-administrative user or allow limited guest
    access.  The user would require entering a user name and
    password to make the connection, but would allow remotes
    to change files, if set up tat way.
    As for serving iTunes media, better to post in the iTunes forum.

  • Connect to .mac error

    Hi All.
    New user here.
    I am getting a can't connect to .mac error from Aperture after just now importing my photos to try and get working with it.
    I have checked the Preferences section and it appears that it is using my new mobileme account (I had an old one that i let go a month or so ago) but since this says .mac and since it seems correct in Preferences I am a little confused.
    Can anyone help?
    Thanks.
    Jon

    Hi Jennyt and welcome to the forums!
    Listed below is the link to the full article that address the skipping error.
    You may want to consider resolving this thread and moving to the
    Blackberry's for Mac forum. There is far more specific information from
    the other experianced MAC users.
    For example, I'm a Windows user born and raised!
    What you see here is as much MAC as I can speak.
    Let us know how it goes!
    Thanks,
    Bifocals 
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB15429&sliceId=1&docTy... 
    Cause This issue is caused by a driver in
    PocketMac 4.0.20b for BlackBerry smartphones that is not compatible
    with the high-speed USB port on the BlackBerry smartphone.
    This issue has also occurred with PocketMac 4.1.25 for BlackBerry smartphones running on a MacBook® Pro manufactured in 2008.  
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • What do i need to connect my mac book pro to the tv with the thunderbolt on the mac to hdmi? I have the newest macbook pro. I'm wanting to have the best picture I can get from my 1080p tv. thanks

    what do i need to connect my mac book pro to the tv with the mac's thunderbolt port to hdmi? I have the newest macbook pro. I'm wanting to have the best picture I can get from my 1080p tv. thanks

    Thanks Community! I solved the problem. In fact it was not a problem but lack of understanding. These guys at Apple are way ahead in thir thinking. I will try to explain as short as I can.
    In Lion, ihe Prefferences/Display show only two choices: 6-7 steps of resolution and some color tab. No two screens, no two display to overlap, nothing for us to do. "That was the problem"! Everything is automatic.
    When I connected the HDMI cable to the Miniport into a T-bolt slot, the TV screen showed the "spiral galaxy" how Zyriab is calling it. In fact he gave me the best clue. That shows the connection is good. But where is the Mac Book image?
    You have to drag it to the right out of the Mac Book display area, and "voila!" it will continue on the TV screen. The same with the mouse pointer, push it out ofthe Mac Book display area and you see it on the TV sreen. Good image, you can keep the max resolution, etc. The sound is still on the Book's speakers. I have to figure that out.
    Thank everybody, especialy Zyriab, ne was the closest.
    High regards to everybody

  • Connect to Mac from Windows Vista issue

    Hi I want to view some files that are on my Mac from my PC (Windows Vista). Here's what I did so far: On my Mac I enabled file sharing, I selected the folders that I want to share.
    Now here's the part that confuses me, it asks me to add the users to share the folder with. but do I enter the username and password for my mac or is it the username and password for my PC? What I did was add all the accounts that are on my mac.
    I then went on my PC, clicked on network, I can see the mac computer, I can also see my username and folder, I click on it, I then see the drop box but when I click on it I get a network error message that says "Windows cannot access Users public folder drop box".
    I don't know what setting I need to enable since I'm very new to this. I can access the files that are on my PC from my Mac just fine. but I can't access the files that are on my Mac from my PC. Do I need to create a new mac account?
    I also noticed that when I click on the mac computer from my PC in Network, it doesn't ask me to enter a username and password, could that be the reason I can't connect? Please help.
    Message was edited by: Stuart Lawrence

    The user names and passwords are the same on both systems. That is not the issue.
    The issue is that each user can only connect to the mac from their windows system when they physically log on as user at the mac.
    Otherwise it will not even show up in their network neighborhood.
    If I boot up the mac and log in as the user, I can connect to the mac from my windows system but the other two users can't.
    Likewise if one of them logs in as the user on the mac, I cannot connect to it from my windows system.

  • Connecting to a pc from my mac via airport express wireless network

    I have successfully been able to access my mac from my Windows XP machine via my AE wireless network that I set up with my Mac. However, I am unable to do the reverse. I.e. connect to my PC from my Mac.
    There seem to be two issues I need to figure out to make this work:
    1. Firstly, the option to allow sharing for any of my Windows folders has been restricted because apparently I need to create a network first but I have a network and both the PC and Mac can access the internet, share a printer and see each other via this network so I don't understand what's wrong. Do I have to create a network from the pc side of things as well in order for this to work?
    2. When I attempt to connect to the pc from my mac I do the following from Finder: GO >> "Connect to Server" then I type in smb://<ip address of the pc>. When the dialogue comes up asking for "Workgroup/Domain", "Name" and "Password" comes up I know I have the correct workgroup and I know the pc is there because it's full name is displayed but I'm not sure what to enter as "Name" and "Password". I assumed it was the username and password for the windows user on the pc whose files/folders I want to access but then I'm told the connection can't be made because the name or password isn't correct. I tried every user name and password I could think of in these fields--even the accounts for my mac--but they all give me the same response.
    I'd appreciate it if someone could someone lend a hand.
    Joey

    Sorry, I don't know which articles you have already reviewed.
    Sharing folders on the PC should be nothing more than enabling "File and Printer Sharing for Microsoft Networks" option under Network options & then identifying which folders you want to share.
    Other references to try:
    - http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1164.html
    - http://docs.info.apple.com/article.html?artnum=106471
    - http://docs.info.apple.com/article.html?artnum=19652

  • Cannot connect to the internet from my MAC on WRT160Nv2 - no problems connecting from my PC

    Hi,
    I have just bought a WRT160Nv2, but I am having problems connecting to the internet from my MAC (a powerbook with OS X) when I connect to the router wirelessly. If I try from my PC the Internet works fine. Also if I connect the MAC directly to the routers LAN port, the Internet works.
    When I connect wirelessly from the MAC I do get an IP adress, and I am able to access the routers web configuration page. I can also see that the correct DNS gets assigned, so I am low on suggestions to what could be the problem.
    Currently I have the router set up to WPA2 encryption, but I have tried different settings, e.g. no security at all with the same result.
    I just tried upgrading to the newest firmware (WRT160Nv2_v2.0.02_008), also with no luck.
    Also I should mention that the MAC can connect to other wireless connections without problems, e.g. my previous ZyXel DSL router. 
    Any ideas to what could be the problem?
    Thanks,
    Rasmus

    Well maybe WPA2 Security is not compatible with Mac so change the Security mode to WEP or WPA and prepare security key of 10 digit password and while connecting to the wireless network on Mac type a $ sign first followed by the 10 digit passoword and it should work.

  • Failed to issue print from win7 laptop to Canon MP230 which is connected to mac mini os x 10.8.3

    HI
    I have recently bought a Canon MP230 printer and connected to my Mac Mini 10.8.3 usb port.
    To setup the printer I downloaded the latest driver from canon web site and install all of them
    When I issue print from my mac mini it works fine.
    Next step was to issue print from Windows 7 laptop .
    To do that I intalled Bonjoure in my Windows 7 latpot and set the printer connected to MAc Mini as default printer.
    Upto this point every thing works fine.
    When I tried to issue print from my Windows 7 laptop the printer gets activated the power button start blinking . But it just pass a page from
    input tray to out tary without printing  a single line. I have looked into cups server page at my mac mini. It shows that the job fired from windows
    laptop was done.
    I treid a lot debug it myself . But no luck yet.
    Please help me. I am very upset.
    Thanks
    Anirban

    I just updated to 10.8.3 today, and my computer and Apple TV won't even recognize each other now.  I have absolutely no advice, but wanted to throw this in so you (and Apple) know you're not the only one. 

  • Problems printing to printers connected to a MAC pro from a Windows Laptop

    Folks,
    I got a MAC PRO a couple of weeks ago and I have two USB printers (an EPSON CX 4200 and a CANON S900 connected to it).
    I tried both Ifelix's procedures to add the printers connected to the MAC and I had problems with both procedures.
    If I try the http://mac-ip:631/printers/printer-name I am successful in adding the printer to the Laptop running windows XP however when I try to send something to that printer the job goes straight to the "completed" queue on the MAC and nothing prints at all. I used the respective windows drivers for each printer on the XP Laptop.
    I spent two hours with Apple support on the phone and they could not figure out what was going on and suggested that I post my issue to this forum to see if anybody has any ideas.
    I also tried to configure the printers using Bonjour (as per Ifelix's documented method) but at some point during the printer setup I get an error message indicating that I do not have "sufficient access" to install the printer driver even though I am logged in as admin on the windows XP computer.
    Has abybody experienced similar pain? Is anybody here being able to print to printers connected to a MAC PRO from a Windows XP laptop?
    I should also say that my computers are in a network and both are connected to a Linksys Wireless Access point/router.
    The Laptop is a wireless laptop and the mac pro is conneced to the linksys router via a regular network cable.
    Also, I have no issues printing straight from the mac to both printers.
    Would appreciate any suggestions/comments.
    Thanks in advance for your time.
    regards,
    marcelo

    What risks does that imply?
    Well, it implies that the battery is not user serviceable, which it is not. However, your warranty has already been effectively voided by the spill. So, you don't have that much to lose. As I already said though, there are risks inherent in cleaning any electronic equipment with any sort of liquid. The safer route is definitely to take the machine in for repair, as eww says.
    And for the Q-tips, when I opened the machine, it seemed really complicated to unmount or access parts with Q-tips.
    Unfortunately, it is complicated. It's not something to undertake unless you are comfortable with it. And it can never be guaranteed that it will actually be clean because there are many spaces that you'll never be able to clean. I should perhaps emphasize that I would only clean the machine myself if there was no chance of being able to pay for repairs. It is sort of a last-ditch option to attempt to avoid the cost of repairs. Nothing is guaranteed though and you may have to pay for repairs anyway.
    Wouldn't it be better to just let it bath in the distilled water, wait a few minutes and then let it dry?
    Definitely not. If you do that you can forget about the machine ever working again, at all.
    do you think there is hope that once cleaned, everything would work again ?
    It is doubtful. Like I said, if paying for repairs are not an option, then you should consider at least attempting to clean it. Otherwise, you should have the top case replaced (new keyboard and trackpad).
    --Travis

  • Connecting to MAC (Snow Leopard) from Windows 7 PC

    Been trying to get the iMac to connect with a windows 7 pc. Have successfully connected to the PC from the iMac using the Go/Connect to server method. From the windows 7 PC perspective, the iMac shows up in network neighborhood, but when I double click on the iMac get an error message - "Windows cannot access ..." then the name of the iMac. This is associated with error code 0x80070035.
    From the windows 7 PC, I can successfully ping the iMac by name and IP address. The iMac and PC are using the same workgroup name as well. I'm thinking the problem is associated with how I configured sharing on the iMac --- but I can't seem to figure out the problem. This is how the iMac sharing is configured:
    - have a public folder set as the shared folder, with everyone identified as having read and write privileges
    - under sharing/options,"share files and folders using SMB (Windows) is selected
    - below that, have the "on" button checked for the accounts I have on the iMac.
    Thinking that there is something in the sharing configuration that is the problem. Would appreciate any help. Thanks.

    I don't know a whole lot about this topic, but I do know that, in Vista, Microsoft apparently disabled some important feature required for connecting to a Mac for file sharing, which caused some problems for my wife. We finally solved the problem for her by doing the following:
    Go to the Start menu and go to All Programs -> Accessories -> Run
    Type "Regedit.exe" and press return
    Go to HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    Select Lsa, then choose Edit -> New -> Key
    Type "DWORD" (without quotes) as the name in the list
    Double-click the text "(Default)" in the right-hand pane
    Enter "1" (without quotes) as the value and press OK
    Quit Regedit and restart the machine
    Log in to the remote Mac using "ip_address\username" as the user name
    I'm not sure if this is still relevant on Windows 7, and I recall there was a much easier solution if you had one of the higher-end versions of Vista... but my wife only had Home Premium, which meant she didn't have the tool needed to make this fix easy. Stupid Microsoft...

  • Safari doesn't connect to the internet from my mailbox or from Google. I use a MAC, OS X version 10.8.4

    My MAC desktop doesn't connect to the internet from an email or from  safari.  Only the first few letters of the web address I want to use appears in the address bar and then the wheel spins and spins non-stop.  Thanks for any suggestions on how to fix this problem.

    Power off the router. Wait awhile. Power it back on. Wait until all the lights are lit up properly.
    It will take a while.
    Restart the computer.
    Start up in Safe Mode
    http://support.apple.com/kb/PH11212
    Best.

Maybe you are looking for

  • HT201368 Apple Loops will not Index

    I have been using logic flawlessly for years. I opened a new track and when I tried to look for my loops. They were gone. It says they "Can't find loops" Then asks me to index my loop library. I did so, but they are still not showing up. I am running

  • The App Store shuts down when trying to search

    I'll be searching something in the App Store and then it randomly shuts down. I have tried restarting multiple times and that did nothing. This has never happened before and only happened when I got iOS 6. Someone please help!

  • When importing text into a slide and it overflows how do you see what is not on the screen

    When using keynote and importing text that overflows the slide how do you see the text not on the slide so that you can cut and paste to next slide

  • 10.2.0.1 Companion CD install in 10.2.0.3 existing ORACLE_HOME?

    Hi - I have already installed and patched my ORACLE_HOME on RHEL x86_64 and created a 10.2.0.3 database, which is running fine. Now we're going to use interMedia and I need to install the Companion CD, which is 10.2.0.1 Is it safe to install this 10.

  • Ldap authentication on solaris 8 client

    I have directory server 6.0 set up on solaris 9 system. I convert a Solaris 8 system to be a ldap client. However, I can use ssh to authentication against LDAP server. Here is the output I got: # ssh -v user@localhost SSH Version 1.2.27 [sparc-sun-so