Safari, iTunes, iMail, etc... won't connect to internet but FireFox will?

All of my apple applications that use Safari to connect to the internet won't. If I want to connect to the internet I have to use Firefox. I am using a Cisco Linksys Dual Band Wireless N Gigabyte Router with it. My apple my ipod touch which uses safari also will not connect to the internet. This is extremely annoying since I can no longer download anything from iTunes on my iMac or ipod Touch.

I have this problem also. I hope someone out there is reading that can help troubleshoot. When Mail and Safari quit I can still use Firefox. unplugging the network cable and plugging it back in fixes it temporarily. It happens at least twice a day.

Similar Messages

  • Safari won't connect to internet but firefox will

    I just set up a home wifi network. Firefox v 22 works perfectly.   However itunes store in itunes fails to open. I also just get a blank screen in Safari with no connectivity to the internet. No address I type into the browser bar generates ANY response. Chrome aso works just fine as a browser, so internet connectivity is NOT an issue. Any ideas on a fix to allow these two Apple products to work?

    Back up all data.
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If any proxy options are selected, make a note of them and then deselect them. You don’t need to change the bypass or FTP settings. Click OK and then Apply. Test. The result may be that you can't connect to any web server. Restore the previous settings if that happens.

  • Admin user account won't connect to internet - but guest will.

    I'm having a very strange problem with my imac.  When I am signed in using my normal admin account, the internet won't work.  Or if it does it is brutally slow.  And as long as I have the my computer plugged into the internet... whether it be ethernet or wifi, no one else in my house can connect to the internet either, or it's brutally slow as well.  The second I unplug the ethernet cable from the back of my computer, everyone else's computer on my home network works perfectly.
    The only way I can avoid this problem is to sign on to my imac with the guest account, in which case the internet works fine on my computer and everyone else's.  Does anyone know how to fix this?  I really don't want to just start using the guest account... I am a photographer and all my info, apps, etc. I use for my business are in my normal admin account.  Any help will be much appreciated.  Thanks, Beverly
    I am running Lion 10.8.5

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls *.{crash,hang,panic} | tail | awk -F_ '{$NF=a[split($NF,a,".")]; print}'`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 90 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Firefox won't connect to internet but IE will!!

    I'm using latest edition of Firefox on windows 07 laptop. Two days ago my internet connection slowed significantly (i was only one) for few hours but then things got to normal. My computer updated (windows) last night and when tried to turn on firefox it won't connect or load website pages. First it said errror in my connection, now message says 'the connection has timed out'. I have done everything stated on firefox support (checked proxy - am on college network so it was on auto and I switched it to no proxy - no luck), I checked my firewall (managed by mcafee) and even though windows is not being used on my laptop I added firefox just in case - no luck. I did the other steps on the page - no luck. IE is working fine and at reasonable speed so it's not the connection.
    Any help would be greatly appreciated!!
    Edit: don't know if this may help but googlechrome won't work for me either - it opens, and tries to connect to page but never does. . .

    [[https://support.mozilla.com/en-US/kb/Cannot%20connect%20after%20upgrading%20Firefox?s=cannot+connect+after+upgrading+firefox&as=s]]
    For me the problem was McAfee Security Center running on Windows 7. I reset McAfee and Firefox connected again.

  • My Ipod won't connect to Facebook, but it will log onto Skype

    For some reason, my Ipod touch won't get on Facebook, but it will operate Skype just fine. Also, it will send me messages when I am offline as well, from Facebook Messenger, and the games that I play. I have tried resetting the internet connection, but it's still the same thing. And I have checked it for updates as well. Can anyone help me?

    What is "it" in "Also, it will send me messages when I am offline as well, from Facebook Messenger, and the games that I play."
    The iPod can send or receive message without an internet connection.
    What iOS version on the iPod?
    Have yo went to FB's support site?'Have you tried when connected to another network? Maybe the network is blocking FB

  • Safari won't connect to internet but other browsers will

    Firefox and Chrome can connect to the internet but since upgrading to Yosemite, Safari, iTunes and other Apple Apps have an exceedingly difficult time connecting to the internet. (ie server not found) I have to resort to turning off/on my wifi and/or restarting my computer. All other non-Apple applications can access the internet just fine.

    I, too, am experiencing this problem. It occurs with both Safari and Firefox. It wasn't bad at the start; occasionally what seemed like my internet would cut out while I was surfing, but then the problem began to last for longer durations. As of this morning, I've been trying to get Safari to open for two hours with no success.
    Here's the specifics. I open Safari. Most times, the load bar will extend about 1/6 the length and stop, displaying my homepage address in the address bar. Sometimes, the load bar will creep halfway, and part of my homepage will appear; typically, images don't load, and sometimes the page format gets wonky. Rarely, the homepage will fully load! I can even move through the homepage's image slideshow seamlessly. However, if I try to go to another page, I'm back at the 1/6 occurrence. Very rarely, everything works fine. Closing the laptop or Quitting Safari kills the connection, and I have to start this stupid process all over again. Finally, Firefox is either all or nothing; either the pages load and work fine, or nothing works at all.
    I've done a DNS manual adjustment, I've created a specific Network, I've unchecked Safari from the iCloud options, I've run scans for malware and viruses (and came out clean), and I've done a clean reinstall of Yosemite. There's no need for me to tweak my router or contact my ISP; every other wireless application in our house is functioning perfectly. It's not the wifi.
    Nothing's working, and I'm about to throw my computer out a window (not really, just frustrated). Any help would be so very appreciated.

  • Safari won't hit the internet but Firefox does.

    I have two Airport Extremes and one Linksys router all on separate channels. I have both Windows and Macs. Windows computers hit all 3 routers. The Mac Air will hit the Linksys using Safari, Mail and iTunes. But is not friendly with the Airport Extremes unless I use Firefox.
    My MacBook and iMac will not hit the Airport Extremes with Safari, Mail or iTunes nor the Linksys with Safari, Mail or iTunes. However FireFox will load the internet just fine on all three routers.
    When I run Airport diagnostics it reports all three routers are running fine.
    What am I missing? My Toshiba, Dell, HP and Fujitu computer hit all three routers using XP and Vista.

    Back up all data.
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If any proxy options are selected, make a note of them and then deselect them. You don’t need to change the bypass or FTP settings. Click OK and then Apply. Test. The result may be that you can't connect to any web server. Restore the previous settings if that happens.

  • HT201210 i have an iphone 4s and there is a prompt that shows the itunes icon and a connection cable under it, i cant remove it.....connected to itunes and itunes said we are not connected to internet but i am....any help out there

    I have an iphone 4s and there is a prompt that shows the itunes icon and a connection cable i plugged it in and itunes is saying im not connected to the internet but i am....any help out there???

    If you are getting a message that iTunes is not connected to the Internet, try looking at this article: http://support.apple.com/kb/TS1490

  • Ipod won't connect to internet but says its on wifi

    Okay so I gave up my iPod for lent and of course as soon as I get it, it has problems. My iPod says it's connected to the network but any and every time I use Facebook or google or really anything with internet and it won't connect. It says its not connected to the internet. I've tried factoryr restoring and it wont work . Yeah I just checked and it said the internet connection appears to be offline. Help?!

    - Try powering off and then back on the router
    - Try resetting your iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    -Try resetting network settings: Settings>General>Reset>Reset Network Settings.

  • My mac won't connect to Internet but all other dev...

    hi there my Mac will not connect to the Internet but all other Apple and other devices will connect wirelessly can someone help ? Is it an issue with the IP address to the Mac or is it the DNS which is currently blank?

    Try these manual network settings.
    IP address      192.168.1.50
    Subnet Mask   255.255.255.0
    Default Gateway 192.168.1.254
    DNS Server    192.168.1.254
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Itunes write''you are not connected to Internet'' but it is ok. clearing dns isnot helpful

    Айтюнс пишет, что нет соединения с интернетом,хотя оно есть. И при этом же пишет, что защищенная ссылка на эппстор прошла проверку. И сам же айтюнс может заходить эппстор. очистка днс не помогает. файервол и антивирус выключен.

    i just had this problem i found my iphone completely flat this mornin and it said to charge i plugged it in my comp and it said to connect to itunes i did and it started loading the software on now works fine

  • IPod Touch 4G Won't Connect to Internet but No Problem with Nintendo DSi...

    My sons new iPod Touch 4G 32GB won't recognize any networks. We have manually entered the name of our network and entered the password but to no avail.
    I was able to get my daughter's new Nintendo DSi online within minutes but the iPod just won't work.
    We have updated the firmware on our router, rebooted our router, reset the iPod, read the iPod manual, we've tried EVERYTHING.
    Any suggestions?
    Thanks for your assistance!!

    - Reset the iPod. Nothing is lost
    Reset iPod touch: 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 yur 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

  • Itunes says I'm not connected to internet but i am

    i am trying to restore &/or update my ipod touch ( 4G ) and i keep getting error message # 8941- itunes could not contact the ipod software update server because you are not connected to the internet. i AM connected to the internet (54.0 Mbps). i tried reinstalling itunes and it doesn't help. anyone have any ideas?

    I'd try the following document, jerry:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

  • MacBook won't connect to wifi but iPhones will?

    Help! My MacBook will not connect to wifi at home. All other devices do, but  none of the MacBooks. Weird, right? I've tried every fix I could find in these forums and nothing works. Diagnostic test says network is working fine...

    i sometimes run to these issues when i have my nieces and nephews visiting me and a lot of devices trying to connect to the same router - some will connect and others won't.
    I solved my issue by getting into my router's settings and changing the channel - under the wireless section.
    I also changed all my macbooks dns settings to the image below.
    give that one a go and see if that helps you out.

  • IMac won't connect to internet, but can on internal network

    Hi,
    I've tried resetting the router and various other things that I found on the internet.  I know its not a router problem as I am using my MBP to post this discussion.  It won't even connect to the router's internap page.  Any thoughts?

    With the iMac failing to open any web page outside of your network, then I would be checking the DNS setting in System Preferences > Network > Wifi > Advanced. Compare what you have here to what the MBP has set.
    But with the iMac also failing to connect to the routers internal web page then you've got additional problems beyond DNS. Using the MBP as a reference, if you make a note of the TCP/IP network settings in the Advanced section as shown above, is the iMac using the same? (apart from the IP address which should have the last number set to a different value).

Maybe you are looking for

  • UDDI Error  while creating a new connection

    Hi, Iam trying to add my uddi of my 9ias R2 (windows) to my jdeveloper 10g connections. But when I provide the location of the uddi in the "create UDDI registry Connection" and then Test the connection I get the following error: Client Error The inqu

  • Is it safe to attempt to turn on your zen touch while battery is dead

    When I first got my micro i turned it on strait out of the box... The micro had about one bar worth of battery power... When i got my new Zen Touch I was so exited i just ignored the fact that the owners manual says, "Make sure battery is fully charg

  • IDoc packing with PI 7.1 EHP1

    Hello, how does IDoc packing (EHP1) work within a IDoc sender channel? Has anybody already tried it? Can I simply recieve "collected" IDoc from ECC (e.g. invoic IDocs) which are not splitted by IDoc adapter? So that I do not have to use a collect BPM

  • Deny Data Tracking = Deny Duplicate Report?

    We have just recently upgraded to 3.1.  We're working through some wacky little issues. Issue of the moment is, I have disallowed data tracking to most users while we assess the system impact of it.  However, when these users are working in the Inter

  • Prime Infrastructure 2.0 Collection Failure for WLC 5508

    Hi, We have installed prime infrastructure 2.0 as a VM. I added 2 WLCs (AIR-CT5508) in the device work center. Both the WLCs are showing as "Managed" but under the collection status it says "Collection Failure". When I hover over the message it reads