removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html>
  2. <html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " vocab="http://ogp.me/ns" lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU | Pleasant Programmer</title>
  7. <link href="../assets/css/rst.css" rel="stylesheet" type="text/css">
  8. <link href="../assets/css/code.css" rel="stylesheet" type="text/css">
  9. <link href="../assets/css/theme.css" rel="stylesheet" type="text/css">
  10. <link href="../assets/css/custom.css" rel="stylesheet" type="text/css">
  11. <link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
  12. <link rel="canonical" href="http://pleasantprogrammer.com/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html">
  13. <script type="text/javascript" src="//use.typekit.net/iwm5axp.js"></script><script type="text/javascript">try{Typekit.load();}catch(e){}</script><!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta name="author" content="Thomas Dy">
  14. <link rel="prev" href="console-keymap-switching.html" title="Console Keymap Switching" type="text/html">
  15. <link rel="next" href="is-my-terminal-window-active.html" title="Is My Terminal Window Active?" type="text/html">
  16. <meta property="og:site_name" content="Pleasant Programmer">
  17. <meta property="og:title" content="Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU">
  18. <meta property="og:url" content="http://pleasantprogrammer.com/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html">
  19. <meta property="og:description" content="I've always thought that people were just too lazy to change their SSIDs when I see &quot;PLDTMyDSLBizCafeJapan&quot;. It became apparent when we got our own PLDT line that it was because the bundled router/mod">
  20. <meta property="og:type" content="article">
  21. <meta property="article:published_time" content="2013-11-27T10:12:31+08:00">
  22. <meta property="article:tag" content="sysadmin">
  23. </head>
  24. <body>
  25. <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
  26. <header id="header" role="banner"><div class="thomas">
  27. <img src="../assets/img/thomas.gif" alt="DJ THOMAS IN DA HAUS"><img src="../assets/img/thomas.png" alt="Pleasant Programmer">
  28. </div>
  29. <h1 id="brand"><a href="http://pleasantprogrammer.com/" title="Pleasant Programmer" rel="home">
  30. <span id="blog-title">Pleasant Programmer</span>
  31. </a></h1>
  32. <nav id="menu" role="navigation"><ul>
  33. <li class="twitter"><a href="http://twitter.com/pleasantprog">@pleasantprog</a></li>
  34. <li><a href="../archive.html">Archives</a></li>
  35. <li><a href="../categories/index.html">Tags</a></li>
  36. <li><a href="../rss.xml">RSS</a></li>
  37. </ul></nav></header><div id="container">
  38. <main id="content" role="main"><article class="post-text h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU</a></h1>
  39. <small>
  40. <span class="dateline">Posted: <a href="#" rel="bookmark"><time class="published dt-published" datetime="2013-11-27T10:12:31+08:00" itemprop="datePublished" title="2013-11-27 10:12">2013-11-27 10:12</time></a></span>
  41. |
  42. More posts about
  43. <a class="tag p-category" href="../categories/sysadmin.html" rel="tag">sysadmin</a>
  44. </small>
  45. </header><div class="e-content entry-content" itemprop="articleBody text">
  46. <div>
  47. <p>I've always thought that people were just too lazy to change their SSIDs when I see "PLDTMyDSLBizCafeJapan". It became apparent when we got our own PLDT line that it was because the bundled router/modem <em>does not</em> allow you to remove the prefix.</p>
  48. <p>This is not the kind of thing you expect as a business customer. Even for home customers, I feel it's still a bit dishonest. I'd be fine if it was just the default SSID, but forcing people to have it as part of their SSID is like advertising that your company (I mean PLDT) is a douche.</p>
  49. <p>Of course, we couldn't just leave the SSID prefix there, so we tried a number of things to get rid of it. There are articles for removing it from the <a href="http://www.phandroidinternet.com/2013/06/how-to-remove-on-wifi-name-or-ssid-on.html">Prolink H5004N</a> or the <a href="http://www.symbianize.com/showthread.php?t=730091">ZyXEL P-660HN-T1A</a> but not for the one we got which was the ZyXEL P-2612HNU-F1F.</p>
  50. <p>We did still try the firebug/inspector tricks, but it seems that there is a server-side check that adds in the "PLDTMyDSLBiz". We tried a number of things, but the one that ultimately worked (and we had a good laugh about) was to backup the configuration, edit the dumped file and restore it.</p>
  51. <p>The backup is actually just an XML file. You can search for SSID and change the parameter there. It's a bit annoying because the router has to restart after restoring the configuration, but it works!</p>
  52. <p>A minor note, the router doesn't seem to support SSIDs with a comma (,) well. It just gets everything before the comma as the SSID for some reason.</p>
  53. </div>
  54. </div>
  55. <aside class="postpromonav"><nav><ul class="pager clearfix">
  56. <li class="previous">
  57. <a href="console-keymap-switching.html" rel="prev" title="Console Keymap Switching">← Previous post</a>
  58. </li>
  59. <li class="next">
  60. <a href="is-my-terminal-window-active.html" rel="next" title="Is My Terminal Window Active?">Next post →</a>
  61. </li>
  62. </ul></nav></aside><section class="comments"><div id="disqus_thread"></div>
  63. <script>
  64. var disqus_shortname ="pleasantprog",
  65. disqus_url="http://pleasantprogrammer.com/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html",
  66. disqus_title="Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU",
  67. disqus_identifier="cache/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html",
  68. disqus_config = function () {
  69. this.language = "en";
  70. };
  71. (function() {
  72. var dsq = document.createElement('script'); dsq.async = true;
  73. dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  74. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  75. })();
  76. </script><noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
  77. </noscript>
  78. <a href="//disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a>
  79. </section></article><script>var disqus_shortname="pleasantprog";(function(){var a=document.createElement("script");a.async=true;a.src="//"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script></main><footer id="footer" role="contentinfo"><p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="CC-BY-SA" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"></a> © 2015 Thomas Dy - Powered by <a href="http://getnikola.com">Nikola</a></p>
  80. </footer>
  81. </div>
  82. <script src="../assets/js/konami.js"></script><script src="http://code.jquery.com/jquery-2.0.3.min.js"></script><script>
  83. var easter_egg = new Konami();
  84. easter_egg.code = function() {
  85. $(".thomas").toggleClass("whoa");
  86. $("body").scrollTop(0);
  87. }
  88. easter_egg.load();
  89. // love you, thomas!
  90. // yours, @_phi + @meggykawsek
  91. </script>
  92. </body>
  93. </html>