No Connectivity On Home Computer

I recently moved and when I got my computer hooked up the link sys router worked for a like a week and then it would work but the internet on the computer it was hooked up to wouldnt. The router wouldnt work with the dsl modem. It worked fine until I moved. The internet on my main computer only works when the router isnt hooked up. Please help.

In order to setup the router with a DSL connection try following the steps mentioned in this link 

Similar Messages

  • Is it possible to connect my home computer to files stored on my running osx server mac via VPN

    Is it possible to connect my home computer to files stored on my running osx server mac via VPN. I have VPN set up and can access the Calendar and Contacts via a web browser, however I want to be able to access data files store on the hard drive and shared external drives connected to it. The MacPro runs OSX Server Lion. Any Ideas if this is even possible or how to do it!

    Yeah, that's what I kinda figured. Maybe there is another solution - here is my situation:
    I have internet and cable service through Telus. Telus' system consists of a modem/set-top-box that provides internet (ethernet and wifi) and TV signal (corded) for one TV and another set top box that provides internet (ethernet only) and TV signal (corded) for my other TV in the basement.
    I have an Airport Extreme connected to the modem upstairs which I am using as my home network wifi. I also have an external hard drive (USB) connected to it on which my iTunes library is shared with all Apple machines in my home network.
    My upstairs ATV, connected to my APE, works fine and streams internet (Netflix), iTunes Store and my shared iTunes drive just fine - the APE is 3 feet away with a great signal.
    My downstairs ATV, also connected to my APE via wifi, does not stream so well, particularly the media from the shared drive. I suspect that this is the case because of signal degredation.
    Any suggestions on how to reconstruct my home network to enable my downstairs ATV to work properly?

  • Need help connecting to home computer on Aiport from work with afp://

    My computer at home has File Sharing enabled and is connected to a wireless network.
    I want to connect to my computer at home from work using afp://
    It is my experience I would connect to the computer with this format afp://[email protected] if it is not connected to the Aiport. But since it is using the airport, that IP address only connects to the router. How can I then tell the router which 10.0.1.* computer to connect to?
    Is there a afp:// format to use ?!?: afp://[email protected] (just an example?)

    And that is what evern other forum and webiste tells me. But no one or nothing tells me how. This iks the closest I have found:
    to implement inbound port mapping of port 548 (AFP file sharing), to the private IP address of the Mac you are trying to access
    Can you give me a step by step how to do or a link with more details.
    If I translate my french system -> Admin Airport -> Port Mapping
    Public port : ?
    Private address : 10.0.1.X
    Private port : ?

  • Passport won't connect to Home computer

    Having trouble connecting my Passport to my home computer.  Blend only connects through wifi not USB port and it doesn't even show up on Link but it worked when I first got the phone. 
    Have the exact same computer at work and it connects there just fine.  It's not the usb port on home computer because it still charges phone.  Running Mac mini at home and work.

    Hi, can i ask if you are having any bluetooth problems between your Passport to your computer? That is the issue i'm having........sends one way no problem but not the other...strange 

  • Port connection on home computer

    Hello,
    I am working on home computer.for the following code
    import java.sql.SQLException;
    import java.io.IOException;
    import java.net.ServerSocket;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    class MakeConn
         public final static int PORT = 7788;
    public static java.net.Socket clientSocket = null;
         public static java.io.PrintWriter pw = null; // socket output stream
    public static java.io.BufferedReader br = null;
         public static ServerSocket server_socket;
         public static void main(String[] args) throws SQLException
         try {
              server_socket = new ServerSocket(PORT);
         System.out.println("hellooooo22222>>>"+ server_socket);
    clientSocket = server_socket.accept();
    System.out.println("CLIENT>>>"+clientSocket);
         br = new java.io.BufferedReader(new java.io.InputStreamReader(clientSocket.getInputStream()));
    pw = new java.io.PrintWriter(clientSocket.getOutputStream(), true);
    String message = br.readLine().trim();
         System.out.println("message is"+message);
    pw.close(); // close everything
    br.close();
    clientSocket.close();
         catch (Exception ex) {
    ex.printStackTrace();
    .To make connection on port 7788.I want to use telnet or ssh ,
    I download putty . it is asking for IP address or host name and port no.
    when I give
    IPaddress :Localhost
    portno: 7788
    its giving Network Error Connection Refused
    Please give me suggesion what should i gave to make connection to port.

    Your server code is only listening for one connection, does some work, and then terminates.

  • Ipod touch shows connection with home computer but can't access internet

    Just got ipod touch...and can't connect to internet on home computer.  Wifi is on and it shows connection to my home computer but I can access the internet.

    What iP address is shown on the iPod for network connection?  If it starts with 169 you are not connected to the network, the 169 IP is assigned by the iPod and not obtained form the router.
    I would try:
    - powering off and then back on yur router.
    - Reseting network settings on the iPod: Settings>General>Reset>Reset Network Settings.
    - The troubleshooting here:
    iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections

  • Connect to Home Computer using Mail / iChat / Automator / Script Editor

    http://screenerschoice.com/video_tutorials/ScreenSharing/ScreenSharing.html
    1. Start with Automator > Choose Custom Workflow
    2. Drag Launch Application into the window and choose iChat
    3. With whatever account you have signed at home (you need 2 accounts), make sure it is logged on. On automator, hit the Record button and Watch Me Do will start recording. (You have to do it in this sequence and no shortcuts or it can get hung up and not continue with the script.)
    4. Choose the Finder > Applications > Type iChat > Hit Apple O (for open)
    5. In the iChat window for your buddy list click once on the name you want to share with
    6. Then on the top menu, go to Buddies > Share my screen with ....
    http://screenerschoice.com/video_tutorials/ScreenSharing/Automator.png
    7. Save this workflow as an application
    8. Open Applications > Applescript > Script Editor
    9. Hit Record
    10. Go to Finder > Then keep going through until you find the application you just created and double click on it. Then hit stop on Script Editor.
    11. Save this as an application as well. Mail will run these apps, but not the Automator apps.
    12. Go to mail and go to rules
    13. Create a rule with a few stipulations that will trigger the script. This way, not just anyone can send a script to your computer to control it. It would have to meet all the criteria you set it. Then in the action list in the rule, go to run applescript and choose the file you created with Script Editor.
    14. In mail at the other computer, it needs to be set to check mail every so often. I do mine every minute.
    15. Also on that computer, the finder window needs to be open. If it is not, the script will not run properly. I don't have time to figure out a workaround for that, so in the meantime, I just open the finder window and minimize it to my dock.

    Haven't tired it yet, but a thought would be to create an alias of iChat and place it on the desktop. Then save your scripts on the desktop as well. When you run everything from the desktop, you shouldn't have to have a Finder window open.

  • Trying to connect a home computer using Outlook 2013 to my business Exchange server 2010.

    I have a new Dell XPS with Outlook 2013 installed and the native email client installed. I was able to enter in my exchange 2010 credentials to the native email client and it worked. when I try to enter the credentials for Outlook 2013 I received an error
    message.
    "the name cannot be resolved. the connection to Microsoft Exchange is unavailable.
    outlook must be online or connected to complete this action"

    Hi,
    To narrow down the cause, I’d like to recommend the following troubleshooting:
    Check if you can connect to your Exchange server externally with another account.
    Double confirm the error message when test your RPC over HTTP connectivity.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Cant connect internet to home computer

    hi, able to connect to my sons laptop but cant contect to home computer. have a westell versa link model 327w old as mud! i went int the 192.168.1.1 maybe more harm than help to try to connect. is there something on my home computer that i can click to contect to internet? internet is up but cant contect to that computer! help

    Before I can tell you what to do, I must get more info.
    Are you trying to connect this home computer to the Internet OR are you trying to allow users from the Internet to connect to that computer?
    If you are trying to connect this home computer to the Internet:
    What is the OS and Version?
    If you know it is Windows but you don't know which version..
    a) Go to Start -> Run.
    b) Type in winver and press enter.
    If you are trying to to allow users from the Internet to connect to that computer, not only what OS and Version does that computer use, what app are you trying to forward for?
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • HT204406 I have multiple libraries - one on my work computer and one on my home computer. Can I connect both libraries (with different content) to itchTunes Ma without losing one or the other? I'd like to add what I have at work to what I have at home, et

    I subscribed iTunes Match in the hopes that I could combine my two libraries remotely. Essentially I have two awesome collections of music, one at work and one at home. I wanted to be able to access my work tunes from my library at home, and vice versa if possible as well as from my iphone. Now that I've activated match on my work comp though, is it going to wipe out my library at home once I connect to match from my personal mac? I'm wondering if this will happen because when I associated my iphone with match, it told me it was going to replace my iphone music library with the match (work) library. I haven't associated my home computer library with it yet, because I'm worried it will wipe out the music I have there that isn't already in the cloud. How do I access what I've added to Match from my work computer, so that I can add it to my home computer, without losing what's already there?

    when you open the app store scroll down to the bottom it will display the apple id currently in use, change it to your normal apple id email

  • I have a Ipod Touch 2G that is stuck on the connect to Itunes. How do I get it back to work without the access of a Home Computer?

    I have a Ipod Touch 2G that is stuck on the "Connect to Itunes Logo" How can I get it back in operating order with out the access to a home computer? Can anybody Help me? I need it back to work.....

    Connect the iOS device to your computer restore via iTunes.  Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up    
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store    

  • So, I have created my home sharing from my base computer to my laptop. On my lap top I see the tab for home sharing but it will not let me connect to my computer to share my music over. I have done everything iTunes has told me to but it still won't work.

    So, I have created my home sharing from my base computer to my laptop. On my lap top I see the tab for home sharing but it will not let me connect to my computer to share my music over. I have done everything iTunes has told me to but it still won't work. Any help would make my day...

    I got some more info that may help.
    I put a cd on my laptop, and was able to share it to my computer... So the problem is only from my computer to my laptop. I tried the firewall thing and it did not help. I read the rest of the trouble shooting page, and nothing else applies. iTunes is an execption and already was. I can not think of anything else being my problem. Do you think I should re-install iTunes or would that be a waste of time? At this point I am about to just call Apple for some help because I am getting to stressed over this.
    Thanks

  • My iPod Touvh 4th Generation won't turn on. It will not charge even after I used a few chargers and will not connect to a computer. The Home button is broken and I don't know if the Lock/Sleep button is now broken or stuck as well. What should I do?

    My iPod Touvh 4th Generation won't turn on. It will not charge even after I used a few chargers and will not connect to a computer. The Home button is broken and I don't know if the Lock/Sleep button is now broken or stuck as well. I believe there may be a problem with the battery or the backlight. I've had my screen replaced once by some stooges. What should I do?

    Try:
    - iOS: Not responding or does not turn on
    When it  says place the iPod in recoverymode use one of these programs.
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    and                                  
    RecBoot tip
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Apple tv can no longer connect to Windows PC home computer

    Apple TV could no longer connect to Windows 7 PC home computer.
    This happened after several Windows updates and Mcafee updates.
    After reviewing the web for people with the same problem, I found that you can get your Apple TV back the way it was by:
    1. Remove Mcafee and install Microsoft Security Essentials (free from the Microsoft website), then
    2. Start the Windows Firewall from the Control Panel, then
    3. Click on the left pane click on "Allow a program or feature through the Windows firewall", then on the new window
    4. Click "Change Settings", click Yes to the pop up window, and
    5. Select both Bonjour Services one at a time, and check the box that says "Home/Work(private)" network. Click OK at the bottom and you are done!
    I was thrilled when I got my Apple TV back to normal.
    Good luck.

    mcafee is a horrible piece of software along with norton the only reason they have tons of users is because they pay pc makers to preinstall it and most nonTech users just pay up after the 30days of free virus scanning

  • Ipod touch will not connect to itunes @ work computer, but will connect to itunes @ home computer? why won't itunes see my ipod at work?

    ipod touch will not connect to itunes @ work computer, but will connect to itunes @ home computer? why won't itunes see my ipod at work?

    Try here:
    iPhone, iPad, iPod touch: Device not recognized in iTunes for Mac OS X
    Mac OS X v10.6 or later: iOS device not recognized in iTunes after restart

Maybe you are looking for