Ask Slashdot: Dealing With Service Providers When You're an IT Pro?
New submitter username440 writes: So, a lot of us will have been here: You have a problem with your ISP, cable TV, cellphone whatever technology and you need to call the provider. Ugh. Foreign call centers, inane fault-finding flowcharts (yes, I have turned it off and on again) and all the other cruft that you have to wade through to get to someone with the knowledge to determine that YOU in fact also have a degree of knowledge and have a real problem.
Recently I had a problem with my ISP, where the ISP-provided "modem" — it's a router — would lock up at least 3 times per day. I had router logs, many hundreds of Google results for that model and release of hardware showing this as a common problem, and simply wanted the ISP to provide a new router (it's a managed device). I replaced the router with a spare Airport Extreme and the problems disappeared, to be replaced with a warning from the ISP that they could't access my managed device" and the connection is provided contingent to using THIER router. However my point was to prove that their router is at fault.
How do you fare when trying to get through to a service provider that they actually DO know something in the field? How do you cut through the frontline support bull*hit and talk to someone who knows what they are doing? Should there be a codeword for this scenario?
Recently I had a problem with my ISP, where the ISP-provided "modem" — it's a router — would lock up at least 3 times per day. I had router logs, many hundreds of Google results for that model and release of hardware showing this as a common problem, and simply wanted the ISP to provide a new router (it's a managed device). I replaced the router with a spare Airport Extreme and the problems disappeared, to be replaced with a warning from the ISP that they could't access my managed device" and the connection is provided contingent to using THIER router. However my point was to prove that their router is at fault.
How do you fare when trying to get through to a service provider that they actually DO know something in the field? How do you cut through the frontline support bull*hit and talk to someone who knows what they are doing? Should there be a codeword for this scenario?
Shibboleet
When they complain about not being able to connect to their managed router suggest that it might be because it is faulty and perhaps they should try sending a replacement device. ðY
"Hi, I'd like to terminate my service."
I have learned a long time ago that I must have a well working unrestricted and reliable internet connection. To get that you must pay for a business level account. This will usually mean that you talk to more qualified help desk members and even the engineers. Side benefits include static ips, no caps, Higher service priority, etc.
It costs more, but as an IT pro, I consider it a fact of life.
Currently I have a business level account account that I write off 100%. This is the middle tier that runs around 90 a month for 25 down and 5 up. I then have a second consumer grade line @ 120 down and 10 up ( with restricted ports) @ 75 a month. The access point and family crap is connected to that. I then have the consumer connection set up as a second wan on my pfsense firewall.
Expensive, sure until I deduct the business connection as a business expense. This setup also allows me to test things like vpns,etc. This also means that I can experiment with stuff and do not hear the family complain because Netflix is not working.
First level support have a script which their employer tells them to follow. Let them do that or you derail the process.
Honestly, as a last resort, it's not a bad idea. I have a fair amount of ESD test gear at work, including a bunch of static discharge guns and the like that can be dialed up to some crazy levels. I was once stuck in a situation much as you - they controlled the modem/router and it was crapping out every few hours, and they were the only game in town for non-dialup access (this was 15ish years ago). I'd already replaced it with a spare that did not have the issue, but since it wasn't provisioned, the only place I could go was their internal pages.
I spent probably two hours going through L1 support, L2 support, and then had them tell me that "oh, sometimes the boxes just do that". So I took the box to work, fried the shit out of it, plugged it back in to let it power up and do real damage to itself now that half the fet gates were probably cooked, and then called them back to tell them that the box had finally crapped out and started smoking. They promptly sent me a new one, and told me "must have been lightning or some sort of power surge."
Yup, a power surge indeed.
I have actually worked in support. A phone call is the worst possible medium for resolving a technical issue. Either email or chat is far superior. So the reason you are treated like a moron when you phone in, is because you are a moron. Furthermore, since dealing with morons is unpleasant, only the dregs and newbies work the phone lines, and are quickly promoted to chat/email as soon as they display the least bit of competence. Nearly all companies offer chat as an option, since is both cheaper and more effective. So stop using the phone.
Granted. But if your internet connection ain't working, it's kinda hard to chat/email...the ole "keyboard error, press F1 to continue" problem...
That error message is no where near as dumb as most think it is.
It exists for a very specific purpose
http://alphahole.net/?p=1011
Enjoy the story!
There is a technical solution
I have Verizon FiOS. They require their router for video on demand, program guide, etc. My solution -
1. Force release DHCP on their router.
2. Clone MAC on my pfsense box.
3. Reacquire DHCP via pfsense
4. Create a DMZ with a separate interface that hosts their router (without any connection to my internal network, but open access to the internet).
5. Connect the DVR box to their router
Everything works. Everyone is happy. Their router thinks it's doing the routing. The DVR box thinks their router is its bridge to the WAN and lets me use VoD.
Took me a few days to figure it out