My web pages aren't loading when connected to the internet through Ethernet cable?

Yesterday my web pages stopped loading on Safari. I tried loading them on google chrome and had the same problem. I then deleted all saved web site data and reset Safari but this still didn't solve the problem. Finally I restarted with safe mode, where the web pages loaded, but slowly, however when I restarted normally the web pages still weren't loading or partially loading. To test whether this was my computer or the ethernet cable I was connected to, I connected to the wifi at my university, where the web pages loaded perfectly. Plus, when connected to the ethernet cable I could Skype, use Spotify etc., it is just the web pages that are causing a problem. Any suggestions how I can fix this? Thank you!

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
2. 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.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request 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. Ask for other options.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. 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.
5. 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 section doesn’t apply. Don't log in as root.
6. 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 the browser window, 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:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d; s/^ */   /; s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//p;};/^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/(.*: )(.*)/ \(\2\)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caught bu|GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|SATA W|ssert|Thrott|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); 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 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Environment"; o=`find -L {,/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}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{print "not "}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed -E 's:/Users/[^/]+/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; 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 -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; 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]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; 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.
7. 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.
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.
8. If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
9. 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 don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
10. The test may take 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. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
[Process completed]
to appear. If you don't see it 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 the results. No harm will be done.
11. 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.
12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test 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 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • Macbook Pro suddenly will not connect to the internet via ethernet cable.

    I know this is a long shot... but I figured I would give it a try.
    My macbook pro suddenly does not connect to the internet via ethernet cable. Please bear with me, as I am not very tech-savvy - I will try my best to describe the symptoms!
    I connect to the internet via ethernet (we don't have wifi). It was working before I went to work, and when I came home I suddenly couldn't get anything to work (I know everyone says this, but I truly didn't mess with anything). Internet browsers just think for awhile and then turn up the 'You are not connected to the internet' error.
    I went into my network preferences and curiously, the 'Ethernet' shows a green dot and says 'connected'. However it says 'Authentication server is not responding' underneath the last part that says '802.1X: WPA: eduroam' (I think that is my user profile).
    When I go into my 'security' settings I can see that my firewall is off, so that shouldn't be causing any problems.
    I've tried restarting the router and computer itself many times. Diagnostics just gets to a certain point and reports back 'Network Diagnostics cannot fix the current networking problems.' I've also tried switching to a different ethernet cable, and I tried both cables out on a PC laptop and it connected without issue.  Additionally, I brought my macbook along to a friend's house and it connected to his wifi just fine, so the problem appears to just be with ethernet connections.
    I know it's hard to troubleshoot this kind of thing without being there and having a look at the computer yourself, but any tips wouild be greatly appreciated.

    As I mentioned above, I am not very tech savvy so I have no idea why a wireless protocol would be showing up there, I'm just listing everything I see in hopes that someone might know something I can try. This is why I am asking for help here - I'm not sure what has happened that has made me unable to connect, especially since it seemingly occured while nobody was using the computer.
    I guess I should clarify that I'm not a total hillbilly- normally my firewall is set to 'on', but I set it to 'off' to try and troubleshoot the issues here as I was told that sometimes it can interfere with the computer's ability to connect to the internet. If this is not the case and firewall does not affect anything, I will turn it back on while I try to fix this.
    I have tried the method you mentioned above a few times - I actually contacted my ISP earlier this week and they recommended resetting the router like that. They didn't mention any known network issues.

  • MacBook will not connect to the internet via ethernet cable anymore.

    My MacBook apparently decided the other day that it no longer desired to connect to the internet through an ethernet connection; it still works perfectly through a wireless network. I am a university student and so there is wireless almost everywhere so it's not so bad, but I cannot connect in my dorm and it's becoming a bit of a pain. I have tried to connect through several known working ethernet ports and no matter what my computer thinks it's not even plugged in. It's even more strange because I just woke up one morning and it was no longer working. Everything else it totally normal, save this one little inconvenience. Any ideas?

    So I'm having the same problem. I woke up one morning and my macbook's ethernet connection suddenly stopped working. For some reason It wont recognize the cable.... I have tried 3 different cables and theses cables work with my sisters PC so I know the cable is not the issue. Im also living in college dorms which seems to be a commonality with this issue. I've searched for answers all over and I really don't have the time to make it to the mac store anytime soon. My wireless works but it's not allowed in my college dorms for security reasons(lame). Please help!...
    Apple needs to formally address this issue.

  • Satellite L735-10V - unable to connect to the internet through ethernet

    I have problems in connection to the network through ethernet.
    i connect the ethernet cable and the laptop connects to the net but after a few seconds it disconnects.
    I have no idea what the problem is.
    I tried turning off the TCP/IPv6 and it does not work.
    Can please someone help me out here.
    This is just killing me.

    Hi
    Did you test another Ethernet cable?
    Would recommend doing this maybe some lose connection or broken cable cause this.

  • I want to connect to the internet using ethernet cable.

    I want to use ethernet cable to connect to the internet. I follow the instructions, I am still unable to connect to the internet with the ethernet cable. I want faster browsing and uploads and download speeds

    If you have a router connect an Ethernet cable from the cable/DSL modem to the WAN port on the router. Connect another Ethernet cable from one of the router's LAN ports to the Ethernet port on the computer. Open Network preferences, select the Ethernet port and click on the Advanced button. Click on the TCP/IP tab then select DHCP from the Configure IPv4 drop down menu. Click on the Apply button.
    Turn off the computer, router, and modem. Wait at least one minute. First, turn on the modem and wait until the status lights indicate connection to your ISP. Second, turn on the router and wait until the status light shows communication with the modem. Last, turn on the computer.
    If you do not have a router, then do the same as the above except that the Ethernet cable connects from the modem's Ethernet port to your computer's Ethernet port.

  • When i try to open a web page, a blue screen appears and it is telling me " safari cannot open the page because i am not connected to the internet. i have an iphone, no problem and a laptop with connection - no problem - not sure what the trouble is.

    when i try to open a web page, a blue screen appears - message says - sarfari cannot open the page because it is not connected to the internet. i have an iphone - no proble and a laptop - no problem as well.
    what is wrong?

    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r32
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi has anyone else had the same issues works fine with BigPond WiFi

    Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi (this connection is working on other devices) has anyone else had the same issues, works fine with BigPond Wifi

    and now, when i tried to check again my network preference below the airport tab is showing a message that
    "my airport does not have an IP address and cannot connect to the internet!"
    then after seconds it will goes back to the first message that
    "airport has the self assigned IP address etc....."
    i don't know whats going on now!
    airport tab is not showing green color anyway! i'ts always in yellow!
    i tried turning it on and off but nothing happen! HEEELLLLPP!!!!

  • Web pages aren't loading properly

    Since installing Mavericks Web pages aren't loading properly. Neither with safari nor chrome. I've added the Open DNS to the DNS pane but makes no difference. Many pages don't download images, and look like the CSS hasn't loaded either. Have emptied browser caches too.

    So, I changed my DNS servers to Google's (8.8.8.8 and 8.8.4.4) and all is well.

  • HT4199 What does it mean when I click on my wifi name and the bars come up but the network keeps thinking and the ipad says safari cannot open the page because it is not connected to the internet. ?

    What does it mean when I click on my wifi name and it show I'm on my wifi, but the network keeps thinking and the ipad says, Safari cannot open this page because it is not connected to the internet. ?

    When you click on the WiFi network name, have you also provided the password for accessing the network?  You should get a dialogue box asking you for the security information the first time you connect.
    If you are not able to connect, you might want to go to Settings > General > Reset > Reset network settings.
    Then go back to Settings > WiFi and select your network name again and make sure the security information is now entered correctly.
    If you still cannot connect, power down the router, wait a few minutes, power up the router, with the iPad powered down the whole time, and after the router has had several minutes to stabilize power up the iPad.  See if it now connects correctly.

  • When I try to get on the internet thru safari at home, on my network, I get a pop up that says Safari cannot open the page because it is not connected to the Internet.  How can this be and how do I fix it?

    when I try to get on the internet thru safari at home, on my network, I get a pop up that says Safari cannot open the page because it is not connected to the Internet.  How can this be and how do I fix it?

    Does the iPod connect to other networks?
    Do other device connect?
    Did the iPod connect to this network before?
    Try:
    - Reset the iPod. Nothing will be 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 the router
    - Reset network settings: Settings>GeneralReset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • When i click on safari to use the internet it says "safari cannot open the page because it is not connected to the internet", but i am connected to a wifi network so how do i get safari to work?

    when i click on safari to use the internet it says "safari cannot open the page because it is not connected to the internet", but i am connected to a wifi network so how do i get safari to work?

    you may be connected to the wireless network but the question is the internet working properly on the wireless network...
    what i mean is that i can make a wireless network without the internet so i can save and share files and have other devices connected to the same network access them... but you have to make sure that your internet it running properly... may have to reconfigure the router is your using PPPOE or if it was working prior to your post then try to restart your modem... that usually resolves most issues.

  • Since about 2 weeks ago for no apparent reason, the internet on my iPad suddenly stopped working (when I open Safari, it says: "Safari cannot open the page because it is not connected to the Internet"), even though the Wifi icon in the top left corner sti

    hi

    Since about 2 weeks ago for no apparent reason, the internet on my iPad suddenly stopped working (when I open Safari, it says: "Safari cannot open the page because it is not connected to the Internet"), even though the Wifi icon in the top left corner still shows full signal. However, I noticed when I went into Wifi settings (Settings>Wifi) that there is no checkmark next to my network name (only the spinning circle icon, as if it's trying to process something). This only happens at home (I can browse the internet while connected to  Wifi at university). My other Apple devices (MacBook Pro and iPhone 4S) work perfectly fine at home.
    I've tried resetting my router, restarting my iPad, resetting Network Settings on my iPad, and tried following Hynes' instructions on this thread:https://discussions.apple.com/thread/2453187?start=15&tstart=0, but nothing has worked so far (although I have to admit that I found the instructions on that thread somewhat confusing, so there is a chance that I accidentally did not follow them properly).
    Could someone please help? It'd be VERY much appreciated.

  • When i try to go on the internet on wi fi a pop up appears and says safari cannot open the page because it is not connected to the internet

    when i try to go on the internet on wi fi a pop up appears and says safari cannot open the page because it is not connected to the internet.

    Has it EVER worked?

  • Certain web pages will not load and itunes and the appstore wont load either, what could be a probable cause and solution to this problem?

    certain web pages will not load and itunes and the appstore wont load either, what could be a probable cause and solution to this problem?

    the router is a netgear wireless extreme for pc and mac

  • How on earth could I be connecting to the Internet through my airport express when it is not connected to anything?

    I'm not entirely displeased with the situation but I cannot see how I could be connecting to the Internet through my airport express when the Airport is not connected to anything.
    Weird huh?
    I have a separate non- Airport wireless network connected to the Internet.  I had previously set-up the Airport to link with this network but disconnected it (by resetting it) as music streaming was unlistenable due to frequent drop out.  I now just have the Airport Express as a standalone wireless network only connecting to the stereo to stream music from devices.
    My devices are only connected to the Airport network with cellular data off. Yet I can still connect to the Internet AND listen to streaming music (without drop-out no less).
    I don't want to fix it but I would like to know how the frag it could happen so i don't screw it up accidentally.

    I would say you still have something of the previous setup.
    To be sure you don't mess up, save the configuration.. go to the top menu area of the airport utility and export configuration.. which will land on your computer.
    Now you can recover at anytime to the current setup.
    How it works.. that is magical ..
    Open the airport utility.. edit.. and take a screenshot and post it of the following pages..
    Internet wireless network
    THen we can tell you how it is working.

Maybe you are looking for

  • How many lies can BT tell in one phone call?

    Yesterday I had extremely slow broadband (dropping to 0.2Mbps)  I phoned the people in India who imformed me that this was due to engineers upgrading my exchange.  I questioned why they would be doing this work at 6:20 on a saturday night and was tol

  • Numbers formula for "sum of all cells above this row"

    Is there a way, using the cell formulas in Numbers, to say "sum of all the cells above this row"?  I'm trying to make a ledger of sorts, and I want to have a column that is "how much you've spent so far" for each entry, which is the sum of all the "P

  • How do we stop payments from cancelled account?

    We setup a forms central account but tthen transferred that account to our client who added their own payment details. However, adobe are still taking payments out or our bank account and there is no mechanism for us to cancel the payment as we no lo

  • Windows could not start HomeGroup Listener

    Windows could not start HomeGroup Listener on. Local Computer. For more.... service-specific error code-2147023817. I have also a problem with the home group provider. . I have tried nearly every thing. ....i cannot join the home group. thanks

  • Problem setting up outgoing e-mail on i-phone 4.

    What is the ISP you are using?  Yahoo, Roadrunner, Comcast, etc?