VPN just stopped working again!!!

I have had VPN working fine both internally (without going through a router) and also from external Pcs and Macs. This was working fine, until came back into office after weekend and the server had dropped all connections including AFP. Rebooting the clients for the AFP resolved this side of things but the VPN service now has the error "The L2TP-VPN server did not respond. Try reconnecting. If problem continues verify your settings and contact your Administrator" I get this from both internal and external clients. So Im sure its not a router problem.
I had a probelm before with the PPTP connection, this again came about after working fine for ages... I solved this and then the VPN ws working fine until the L2TP-VPN error appeared.
Im not really sure where to look tbh with regards this... there have been no changes to routers, and in fact the internal VPN connections I had working dont use the router anyway. The external PCs that had a connection were using the PPTP protocol and now they cant connect either so it seems to be a general failure. Although I can get a connection for a short time using my iPhone VPN but this drops off after about a minute, and doesnt allow me to connect to any servers on network, which I could do before when it was all working fine.
Im at a loss with this VPN and hope that someone somewhere out there can help with this. Do Apple read these posts I wonder?
Cheers

I found a TEMPORARY solution.
The short answer: "hard code" all DNS servers. No Automatic configurations.
I have observed that traffic is still route-able over the regular internet connection and to the remote network being accessed via Cisco IPSEC, only DNS is hurt!
To fix this you will have to "hard code" all DNS servers in your network configuration, DHCP and other automatic configurations will be ignored!
On the plus side, you will have all the IP addresses you need will be in your network interface's config as "soft" in a light grey font.
To get to a typical DNS configuration for an interface you will go into System Settings -> Network -> Click on a required interface --> Advanced button and then finally there will be a DNS tab. All you need to do is put that nice and soft IP address in by clicking the "+" button.
If your in a bit of a BIND, for a public DNS server (On your Airport or Ethernet interfaces) may I recommend Google's DNS server at 8.8.8.8 because it is very easy to remember. This will allow you to speed up your configuration by not having to even think of "192.168.0.1","10.0.0.1" or "234.245.12.333". (Good luck with that last one!)
Possibly Optional:
And as for your VPN interface, you will need to add your super secret domains into the "Search Domains" box by clicking on the "+". I have observed some odd behavior with adding these.
If you have issues with the above, you should setup a resolver configuration.
To do this you will have to do the following:
- Open up the terminal, type "sudo bash" and then enter your password.
- Make a directory with "mkdir /etc/resolver"
- Change the current directory to resolver with "cd /etc/resolver"
- Now you will have to create a file for each domain on the VPN you wish to access (yes pain, thankfully I only have a couple to setup). For this example I will use the domain "foo.com", so create the file by typing in "nano foo.com".
- Now fill the file with the following (note the almost bogus IP address) :
domain foo.com
nameserver 8.8.8.8 <-- change to your VPN's DNS server
- Hit "Control+x" to save and exit.
And then you should be OK.
It isn't ideal, but it is working for me at the moment.
BONUS:
Hopefully your host list isn't long, Edit /etc/hosts:
Company hostnames that exist on the public internet you will want to specify in your hosts file.
ie:
mail.your-company-email-hosted-by-google.com
VPN endpoints
Any other site you need outside the VPN
The reason for doing this is once you connect to vpnendpoint.foo.com, you may not be able to resolve it again because of the resolver config or the OS X DNS configuration. So re-connecting to the VPN without rebooting will be impossible, and in one case where I used the raw IP instead of a hostname!
Apple: you're not off the hook, please fix so we don't have to do this crap!
OH, and fix the **** key management issue! I am sick of re-entering my passwords and keys!!

Similar Messages

  • VPN working fine.... then just stopped working!

    Have posted this before, but was hoping that someone out there has experienced the same issue.
    I setup the VPN on 10.6 McMini server and it worked really well for several weeks. Then all of a sudden (without any changes being made to the server) it just stopped working!
    I cant get a VPN connection either on the internal network (so no routers involved here) or from external clients. Both of these worked before. Im convinced its def something to do with the server.
    The error I get is PPP Server could not be authenticated.
    Have tried restarting server, stopping and starting VPN service, turning L2TP and PPP of and on again, changed the shared key.. Checked the DNS with changeip and that is all good....
    Hopefully soemone out there will be able to shed some light on this for me...
    Here is the log from the VPN :
    2011-03-09 09:25:41 GMT Listening for connections...
    2011-03-09 09:26:13 GMT Incoming call... Address given to client = 192.168.181.148
    Wed Mar 9 09:26:13 2011 : Directory Services Authentication plugin initialized
    Wed Mar 9 09:26:13 2011 : Directory Services Authorization plugin initialized
    Wed Mar 9 09:26:13 2011 : L2TP incoming call in progress from '192.168.181.161'...
    Wed Mar 9 09:26:13 2011 : L2TP received SCCRQ
    Wed Mar 9 09:26:13 2011 : L2TP sent SCCRP
    Wed Mar 9 09:26:13 2011 : L2TP received SCCCN
    Wed Mar 9 09:26:13 2011 : L2TP received ICRQ
    Wed Mar 9 09:26:13 2011 : L2TP sent ICRP
    Wed Mar 9 09:26:13 2011 : L2TP received ICCN
    Wed Mar 9 09:26:13 2011 : L2TP connection established.
    Wed Mar 9 09:26:13 2011 : using link 0
    Wed Mar 9 09:26:13 2011 : Using interface ppp0
    Wed Mar 9 09:26:13 2011 : Connect: ppp0 <--> socket[34:18]
    Wed Mar 9 09:26:13 2011 : sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x5934b5e4> <pcomp> <accomp>]
    Wed Mar 9 09:26:13 2011 : rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x239b96e4> <pcomp> <accomp>]
    Wed Mar 9 09:26:13 2011 : lcp_reqci: returning CONFACK.
    Wed Mar 9 09:26:13 2011 : sent [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x239b96e4> <pcomp> <accomp>]
    Wed Mar 9 09:26:13 2011 : rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x5934b5e4> <pcomp> <accomp>]
    Wed Mar 9 09:26:13 2011 : sent [LCP EchoReq id=0x0 magic=0x5934b5e4]
    Wed Mar 9 09:26:13 2011 : sent [CHAP Challenge id=0x6e <497c45160158160c673b40066c697935>, name = "tabloidserver.farnham.fcn"]
    Wed Mar 9 09:26:13 2011 : rcvd [LCP EchoReq id=0x0 magic=0x239b96e4]
    Wed Mar 9 09:26:13 2011 : sent [LCP EchoRep id=0x0 magic=0x5934b5e4]
    Wed Mar 9 09:26:13 2011 : rcvd [LCP EchoRep id=0x0 magic=0x239b96e4]
    Wed Mar 9 09:26:13 2011 : rcvd [CHAP Response id=0x6e <b9b67750edb8186d6d48bc0b9d9405d000000000000000002f8f465d892860e169ed20ebab1d33 9aaace5ecd0eb28d0700>, name = "garnettgreen"]
    Wed Mar 9 09:28:42 2011 : sent [CHAP Success id=0x6e "S=E6415BFDE46D35DD639BE513051169EEE28ECB44 M=Access granted"]
    Wed Mar 9 09:28:42 2011 : CHAP peer authentication succeeded for garnettgreen
    Wed Mar 9 09:28:42 2011 : DSAccessControl plugin: User 'garnettgreen' authorized for access
    Wed Mar 9 09:28:42 2011 : sent [IPCP ConfReq id=0x1 <addr 192.168.181.122>]
    Wed Mar 9 09:28:42 2011 : sent [ACSCP ConfReq id=0x1]
    Wed Mar 9 09:28:42 2011 : L2TP received CDN
    Wed Mar 9 09:28:42 2011 : L2TP hangup
    Wed Mar 9 09:28:42 2011 : Connection terminated.
    Wed Mar 9 09:28:42 2011 : rcvd [CHAP Response id=0x6e <b9b67750edb8186d6d48bc0b9d9405d000000000000000002f8f465d892860e169ed20ebab1d33 9aaace5ecd0eb28d0700>, name = "garnettgreen"]
    Wed Mar 9 09:28:42 2011 : Connect time 2.5 minutes.
    Wed Mar 9 09:28:42 2011 : Sent 0 bytes, received 0 bytes.
    Wed Mar 9 09:28:42 2011 : L2TP disconnecting...
    Wed Mar 9 09:28:42 2011 : L2TP sent CDN
    Wed Mar 9 09:28:42 2011 : L2TP sent StopCCN
    Wed Mar 9 09:28:42 2011 : L2TP disconnected
    2011-03-09 09:28:42 GMT --> Client with address = 192.168.181.148 has hungup

    My Server is OS X 10.6.8 Server, my clients ar all 10.7 but I tested today with an 10.6.6 and it did't work as well.
    The protokoll says:
    2011-07-28 20:51:28 CEST          Incoming call... Address given to client = 192.168.1.166
    Thu Jul 28 20:51:28 2011 : Directory Services Authentication plugin initialized
    Thu Jul 28 20:51:28 2011 : Directory Services Authorization plugin initialized
    Thu Jul 28 20:51:28 2011 : L2TP incoming call in progress from '192.168.1.2'...
    Thu Jul 28 20:51:28 2011 : L2TP received SCCRQ
    Thu Jul 28 20:51:28 2011 : L2TP sent SCCRP
    2011-07-28 20:51:29 CEST          Incoming call... Address given to client = 192.168.1.167
    Thu Jul 28 20:51:29 2011 : Directory Services Authentication plugin initialized
    Thu Jul 28 20:51:29 2011 : Directory Services Authorization plugin initialized
    Thu Jul 28 20:51:29 2011 : L2TP incoming call in progress from '192.168.1.2'...
    Thu Jul 28 20:51:29 2011 : L2TP received SCCRQ
    Thu Jul 28 20:51:29 2011 : L2TP sent SCCRP
    2011-07-28 20:51:31 CEST          Incoming call... Address given to client = 192.168.1.168
    Thu Jul 28 20:51:31 2011 : Directory Services Authentication plugin initialized
    Thu Jul 28 20:51:31 2011 : Directory Services Authorization plugin initialized
    Thu Jul 28 20:51:31 2011 : L2TP incoming call in progress from '192.168.1.2'...
    Thu Jul 28 20:51:31 2011 : L2TP received SCCRQ
    Thu Jul 28 20:51:31 2011 : L2TP sent SCCRP
    2011-07-28 20:51:35 CEST          Incoming call... Address given to client = 192.168.1.169
    Thu Jul 28 20:51:35 2011 : Directory Services Authentication plugin initialized
    Thu Jul 28 20:51:35 2011 : Directory Services Authorization plugin initialized
    Thu Jul 28 20:51:35 2011 : L2TP incoming call in progress from '192.168.1.2'...
    Thu Jul 28 20:51:35 2011 : L2TP received SCCRQ
    Thu Jul 28 20:51:35 2011 : L2TP sent SCCRP
    2011-07-28 20:51:39 CEST          Incoming call... Address given to client = 192.168.1.170
    Thu Jul 28 20:51:39 2011 : Directory Services Authentication plugin initialized
    Thu Jul 28 20:51:39 2011 : Directory Services Authorization plugin initialized
    Thu Jul 28 20:51:39 2011 : L2TP incoming call in progress from '192.168.1.2'...
    Thu Jul 28 20:51:39 2011 : L2TP received SCCRQ
    Thu Jul 28 20:51:39 2011 : L2TP sent SCCRP
    2011-07-28 20:51:43 CEST          Incoming call... Address given to client = 192.168.1.171
    Thu Jul 28 20:51:43 2011 : Directory Services Authentication plugin initialized
    Thu Jul 28 20:51:43 2011 : Directory Services Authorization plugin initialized
    Thu Jul 28 20:51:43 2011 : L2TP incoming call in progress from '192.168.1.2'...
    Thu Jul 28 20:51:43 2011 : L2TP received SCCRQ
    Thu Jul 28 20:51:43 2011 : L2TP sent SCCRP
    2011-07-28 20:51:47 CEST          Incoming call... Address given to client = 192.168.1.172
    Thu Jul 28 20:51:47 2011 : Directory Services Authentication plugin initialized
    Thu Jul 28 20:51:47 2011 : Directory Services Authorization plugin initialized
    Thu Jul 28 20:51:47 2011 : L2TP incoming call in progress from '192.168.1.2'...
    Thu Jul 28 20:51:47 2011 : L2TP received SCCRQ
    Thu Jul 28 20:51:47 2011 : L2TP sent SCCRP
    2011-07-28 20:51:48 CEST             --> Client with address = 192.168.1.166 has hungup
    2011-07-28 20:51:49 CEST             --> Client with address = 192.168.1.167 has hungup
    2011-07-28 20:51:51 CEST             --> Client with address = 192.168.1.168 has hungup
    2011-07-28 20:51:55 CEST             --> Client with address = 192.168.1.169 has hungup
    2011-07-28 20:51:59 CEST             --> Client with address = 192.168.1.170 has hungup
    2011-07-28 20:52:03 CEST             --> Client with address = 192.168.1.171 has hungup
    2011-07-28 20:52:07 CEST             --> Client with address = 192.168.1.172 has hungup
    Thanks for any help!

  • Since updating to Mavericks, Mail doesn't work properly.  It just stops working (no error messages--it just won't check for new mail) and I must shut it down and reopen it to get it working again.  Any suggestions?

    Since updating to Mavericks, Mail doesn't work properly.  It just stops working (no error messages--it just won't check for new mail) and I must shut it down and reopen it to get it working again.  Any suggestions?

    Try to force quit the mail app
    Double tap the home button. When you see the app previews on the screen scroll sideways if needed to get the preview in question on the screen. Flick that preview up and off the screen to close the app. Single tap the home button or home screen preview to exit the mode.
    Failing that, go into the settings, mail, contacts and calendars and remove your account info then put it back in and see if that works

  • IMessage and FaceTime just stopped working. Everytime I try to sign in it says 'An error occurred during activation. Try again' . Any fix?

    iMessage and FaceTime just stopped working. Everytime I try to sign in it says 'An error occurred during activation. Try again' . Any fix?

    You can try here:
    Can't Activate FaceTime
    However, I suspect an Apple server problem. Many users have been reporting problems with Messages and Facetime today.

  • My Airport Express just stops working. Computer keeps searching for it. DSL modem is OK. Have to unplug Airport Express and replug to get it to work again. Starting happening sporaticaly some time ago, but now it is about once a day, maybe twice a day. Ha

    My Airport Express just stops working. Computer keeps searching for it. DSL modem is OK. Have to unplug Airport Express and replug to get it to work again. Starting happening sporaticaly some time ago, but now it is about once a day, maybe twice a day. Has v.6.3 on it. Supposedly up to date.What's the problem?
    Has anyone had that happen? Solution? (other than purchase a new one.......)

    My Airport Express just stops working. Computer keeps searching for it. DSL modem is OK. Have to unplug Airport Express and replug to get it to work again. Starting happening sporaticaly some time ago, but now it is about once a day, maybe twice a day. Has v.6.3 on it. Supposedly up to date.What's the problem?
    Has anyone had that happen? Solution? (other than purchase a new one.......)

  • On both my desktop and notebook, sync just stops working and needs to be set up again! Although my account is still there ?

    On both my desktop and notebook, sync just stops working and needs to be set up again! Although my account is still there ?
    I have windows 7 on both computers and I use the paid version of Roboform (which does not encounter any problems!) So, I really need my sync to work and keep working. Please help......

    Do you mean that after closing the browser your Sync set up is gone and you need to Set it up again?
    This is, generally, because your privacy settings are too restrictive and you are deleting the password of your Sync account.
    You can modify this in the Privacy tab of your Preferences/Options window. Select Remember History or Use Custom Settings in the drop down to configure the level that you want.

  • My iPod touch camera just stopped working its brand new any ideas on how to get it going again?

    Anyone ever has there camera just stop working in mid use? Can't get it going again any ideas?

    Try the standard fixes:
    - Reset.
    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
    - Restore from backup
    - Restore to factory deaults./new iPOd
    also see:
    Camera shutter issue: Apple Support Communities
    An appointment a the Genius Bar of an Apple store may be in order

  • My lock button doesn't work. It didn't break, it just stopped working

    Ok. So apparently during a workout outside, my brand new, month old iPhone 4S decides it wants to workout too. So I brought it to my workout, put it in a backpack, and set the bag down as I normally do. The dew on the grass that morning apparently casused enough condensation to trigger my litmus paper, and now my brnad new iPhone has no warranty, hence my question here. I have been searching for a week or 2 now on information for this, and can find nothing. Apple will do nothing but tellme they can replace the phone for $200 but then won't wanswer questions about the issue itself, and I seem to be the only iPhone owner in the world with this problem, so it's nowhere on the intarwebz.
    So my lock button, up top, on the shoulder, stopped working. It didn't break, it didn't get stuck down, it just stopped working. Like, the screen flashed (go to wake the phone up, it didn't wake up, so I pressed the button again, and it flashed on and then off again real quick, like normally would). Hit it again, nothing. Hit the Home button, woke up. Played with phone, etc, went to put to sleep...... nothing. Hit the button multiple times, nothing. Button still clicks down and functions as the button itself should, but no sleep or wake. The button only actually does what it's supposed to do when I hard reset, or the phone is off and I'm turning it on. I can't take a screenshoot of the phone, and every now and then my phone will be just sitting on the table or wherever, and it will wake up, the "Slide to Close" bar pops up, and then 15 seconds later, goes back to bed.
    Has anyone else experienced this issue, and what should I look at fixing inside? I have not taken this one apart yet as I don't have the tools anymore, waiting on them to get here, but I figure Apple has screwed me on my warranty, so I'm just going to fix it myself. Never had this specific issue before, so I'm not really sure what the **** is messed up until I can take a look inside. Any help until then would be wonderful. Sorry for the long back story, and thanks for looking.

    Your problem is rare from the symptoms you describe. Most lose the click function, yours still has it. Yours functions sporadically or only for certain functions. Maybe it is liquid damage causing this. Maybe it will dry and be OK.
    While waiting for your Pentalobe Screwdriver, try a Firmware Restore with iTunes. See if this helps. If you still decide to procede, the first step inside should be to carefully disconnect the battery at its connector. Also all the screws inside are different sizes, except for some of the Screen screws, so keep them well sorted.

  • My ipod touch 5th generation keeps wifi signal for 10-30 minutes and then just stops working.

         I've had my ipod for about a month now and it worked fine up until this week.
    This week I noticed probelms with the wifi. I would be just on facebook or browsing the web and the wifi would just stop working. Every time I turned wifi off and the on again it would give me about 5-10 more minutes of wifi before I had to do it again. I've never expeiranced this with my other 4th generation or 3rd generation ipod touches. The wifi itself is not the probelm because it works just fine on my laptop. Today I updated my software and the probelm was not resolved.
         I need help sould I got to the Apple store and have them check it out?

    Does the iPod have the problem with other networks?
    Do other devices work OK?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - DOes the router have the latest firmware?
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • WRT54G - wireless just stopped working on all devices

    Hi All,
    I've had my WRT54G for a couple of years and have my Desktop hard wired (to the router) and 2 laptops and an ipod connecting wirelessly succefully for the past 2 years.Woke up this morning and nothing will connect wirelessly,finding the router is intermitent and when it does it cannot establish a connection with it. I can connect the devices via the network cable directly to the router and all works fine, it's just wireless that has suddenly stopped working.
    I have tried 'turning it off and on again" turning WEP off, changing WEP password etc. but nothing seems to work. Im at a loss as to why my entire wireless network/connection has just stopped working?
    Any ideas?
    Message Edited by coldfuel on 02-06-2009 07:36 AM
    Solved!
    Go to Solution.

    I'm having a similar problem. This past month or so, the router just kicks my wireless computers off the network. Then I can't find the network at all. My work around has been to go into the wireless setting (via my hard-wired computer) and change the wireless channel from 9 to 11 or vice versa. This keeps the network connected for a day or two and then kicks us off again until I change the channel.
    I've looked into the solution previously posted of upgrading the Firmware but I'm having a difficult time doing so. I'm on a Mac and the firmware downloads seem to be for PC. The other problem I'm having is that my model is WRT54GS (no version number). Should I assume this is version 1.0? I think so. Anyway, like I said, when I download the firmware for that unit, it shows up as a bin file (WRT54GSv3_4.71.4.001_fw,3.bin). I then expand it and it becomes a cpgz file (WRT54GSv3_4.71.4.001_fw,3.bin.cpgz). And back and forth, over and over again.
    How can I upgrade my firmware on my Mac? 
    PS> Current Firmware Version: v2.07.1 
    Message Edited by Enyko on 08-19-2009 07:05 AM

  • Mail server has just stopped working. No errors in any log. Help!

    I am running OS X Server 3.0.2 on Mavericks 10.9.1. Today at around 14:30 my Mail server, which has been working fine for over a year and for nearly a month under Server 3.0.2 just stopped working! I have tried stopping and starting Mail in Server.app and via ServerAdmin but the servcies will not start... serveradmin claims that IMAP is running but that SMTP/SMTPD/Virus Scanner/SPAM filtering/Virus updating are not. I tried disabling the all the filtering services but to no avail. Even though it claims IMAP is running I cannot connect from any client...
    I have rebooted the machine but this did not help. I have looked at all the logs (system, mail, dovecot, postfix, amavis) and theer are no suspicious messages in any of them!
    I am out of ideas and my mail server is down which is very serious so if anyone has any ideas please pitch in.
    Thanks.

    My problems were:
    1.    Server.app shows the Mail service stuck in 'starting' status
    2.    serveradmin shows that IMAP is running but SMTPD, Spam filtering, Virus filtering and Virus updating were STOPPED.
    3.    No clients could connect to either IMAPS or SMTP.
    Diagnostics performed:
    All the various messafge logs (system.log, Mail.log, mail-info.log mail-err.log, amavis.log) show no abnormal messages.
    DNS is working just fine.
    In the end I did the following:
    1.    Stop all mail related services.
    2.    Make a safe copy of /Library/Server/Mail/Config
    3.    Restore the previous days version of /Library/Server/Mail/Config from backup.
    4.    Start the Mail service
    And all was working again just fine.
    I then did a file by file compare of all the configuration files between the workign and not working configurations and I found just the following two differences in postfix/main.cf:
    Not working:
    inet_interfaces = loopback-only
    smtpd_helo_required = no
    Working:
    inet_interfaces = all
    smtpd_helo_required = yes
    I don't think the second difference is so critical but the first seems to break everything (not too surprising I guess). All the other files were identical.
    So, the good news is that all is working again but the huge concern is why this change happenned, seemingly at random. My strong suspicion is that Server.app, at some point when I exited it havign made some minor change unrelated to mail decided to apply these incorrect changes to the Mail configuration. Why it would do this is beyond me. I think there are some subtle bugs in Server 3.0 (and maybe Server 2.2 as well)...

  • Imac 20" just stopped working - just switches off

    Hi I'm running an imac 20" intel and its about a year old - I've had no problems with it until now - I installed ilife 08 last week and also added a 4 port USB extender cable but it worked ok for a few days after.....Now it has suddenly started turning itself off and I have to unplug the power cable before turning on again and even then it starts to boot and then switches off........fortunately I backed everything up the first time it did it but is it the power cable or a computer issue? I'm in Singapore...
    Thanks for the help
    I'm running OSX Tiger and am fully updated.

    my imac does the same thing. have you gotten any resolution to this? I have had my mac only working first 2 months after i bought it.been sitting in box in closet now for over a year. Because it just "stopped working" . turns on -get the apple screen then click -off. help if u got any.

  • My new iPhone randomly just stopped working and will not turn on what should i do?

    My new iPhone randomly just stopped working and will not turn on what should i do?

    thanks paul, i just had a similar problem, had to hold it for 30 seconds and the apple sign has come up, my phone was vibrating for over two hours completly unresponsive, now my lap top seems to be comunicating too, oh hello, its back on again...thank you!!!!

  • Exchange just stops working.......

    I have my 3G set up on my corp network. Everything sets up fine and push works perfeclty. then, for no apparent reason, it just stops working. I manually try to sync and I get the "connecting" for about two minutes then it just stops and no emails come through nor can I send anything. the only fix seems to be deleting my account, waiting about 30 minutes and then re-configuring. This again works for a while until the same thing happens.
    Has anybody else run into this issue?

    Here is the ultra-lame Apple fix for this:
    http://support.apple.com/kb/TS2032

  • Wifi on my iPhone 5 just stopped working. It worked fine earlier. What can i do?

    Wifi on my iPhone 5 just stopped working. It worked fine earlier. What can i do?

    Hello Medz34,
    The following article provides troubleshooting steps that can help get your iPhone's WiFi working again.
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Cheers,
    Allen

Maybe you are looking for

  • Refresh adf table and selection row

    Hi, I create web application. I have created entity Users from MySQL database and managed Bean. In this managed Bean (sessionScope) is method for connection to database and method for adding new row (data) in database. It works. I have 2 problems. Th

  • My iMac won't see my firewire hard drive

    I'm trying to connect an external hard drive to my iMac. It just doesn't see it- I've been using it fine on 2 other macs. Always the drives just appear but there is nothing. I've tried different cables, 400/800, but it's just not there. Help would be

  • Low File Size/Great Image Quality: H.264, AAC

    1. I created a slideshow in iPhoto, exported it to a QT movie file. The properties of it is as follows: Exibit A: Dimensions: 720x480 Format: MPEG-4 Video, AAC, Stereo, 44.100kHz FPS: 30 Data Rate: 7277.87 kbits/sec Channel Count: 2 Duration: 02'46 S

  • I have to validate the field enter in that table  values is enter in the ra

    i have one table field with data 1. <=0.5 2. <=1 3.textsfsfs 4. >=2 like that i have to validate the field enter in that table  values is enter in the range of the above field. can you help me how to validate ex: if wa-upper =  wa2-sumplus  here i ha

  • Add Closed Captions to Button Audio?

    Can you add closed captions to the audio file that's linked to a button? This is different than adding closed captions to the slide's audio file. I have a single slide with 7 "Next" buttons. Each next button includes a short audio file. I'd like to a