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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="Hugo 0.92.0" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="/assets/css/theme.css">
  8. <link rel="alternate" href="/rss.xml" type="application/rss+xml" title="Pleasant Programmer">
  9. <script type="text/javascript" src="//use.typekit.net/iwm5axp.js"></script>
  10. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  11. <title>Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU - Pleasant Programmer</title>
  12. </head>
  13. <body>
  14. <header id="header" role="banner">
  15. <div id="thomas">
  16. <img src="/assets/img/thomas.gif" alt="DJ THOMAS IN DA HAUS">
  17. <img src="/assets/img/thomas.png" alt="Pleasant Programmer">
  18. </div>
  19. <h1 class="site-title"><a href="/">Pleasant Programmer</a></h1>
  20. <nav id="menu" role="navigation">
  21. <ul>
  22. <li><a href="/pages/projects.html">projects</a></li>
  23. <li><a href="/posts.html">archives</a></li>
  24. <li><a href="/tags.html">tags</a></li>
  25. <li><a href="/rss.xml">rss</a></li>
  26. </ul>
  27. </nav>
  28. </header>
  29. <div id="container">
  30. <main id="content" role="main">
  31. <article itemscope itemtype="http://schema.org/BlogPosting">
  32. <h1 class="p-name entry-title" itemprop="headline name">
  33. <a href="/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html">Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU</a></h1>
  34. <small>
  35. <span class="dateline">Posted: <time itemprop="datePublished" datetime="2013-11-27">2013-11-27</time></span>
  36. | More posts about
  37. <a class="tag p-category" href="/tags/sysadmin.html" rel="tag">
  38. sysadmin
  39. </a>
  40. </small>
  41. <div class="e-content entry-content" itemprop="entry-text">
  42. <p>I&rsquo;ve always thought that people were just too lazy to change their SSIDs when I see &ldquo;PLDTMyDSLBizCafeJapan&rdquo;. 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>
  43. <p>This is not the kind of thing you expect as a business customer. Even for home customers, I feel it&rsquo;s still a bit dishonest. I&rsquo;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>
  44. <p>Of course, we couldn&rsquo;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>
  45. <p>We did still try the firebug/inspector tricks, but it seems that there is a server-side check that adds in the &ldquo;PLDTMyDSLBiz&rdquo;. 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>
  46. <p>The backup is actually just an XML file. You can search for SSID and change the parameter there. It&rsquo;s a bit annoying because the router has to restart after restoring the configuration, but it works!</p>
  47. <p>A minor note, the router doesn&rsquo;t seem to support SSIDs with a comma (,) well. It just gets everything before the comma as the SSID for some reason.</p>
  48. </div>
  49. <aside class="postpromonav">
  50. <nav>
  51. <ul class="pager clearfix">
  52. <li class="previous">
  53. <a href="/posts/console-keymap-switching.html" rel="prev" title="Console Keymap Switching">&larr; Previous post</a>
  54. </li>
  55. <li class="next">
  56. <a href="/posts/is-my-terminal-window-active.html" rel="next" title="Is My Terminal Window Active?">Next post &rarr;</a>
  57. </li>
  58. </ul>
  59. </nav>
  60. </aside>
  61. <section class="comments">
  62. <script
  63. data-isso="https://isso.pleasantprogrammer.com/"
  64. data-isso-require-author="true"
  65. data-isso-vote="false"
  66. src="https://isso.pleasantprogrammer.com/js/embed.min.js">
  67. </script>
  68. <section id="isso-thread"></section>
  69. </section>
  70. </article>
  71. </main>
  72. <footer id="footer" role="contentinfo">
  73. <p>
  74. <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
  75. <img alt="CC-BY-SA" style="border-width:0" src="https://licensebuttons.net/l/by-sa/3.0/80x15.png">
  76. </a> &copy; 2022 Thomas Dy - Powered by <a href="http://gohugo.io">Hugo</a></p>
  77. </footer>
  78. </div>
  79. <script src="/assets/js/konami.js"></script>
  80. <script>
  81. var easter_egg = new Konami();
  82. easter_egg.code = function() {
  83. var el = document.getElementById('thomas');
  84. if(el.className == "whoa") {
  85. el.className = "";
  86. }
  87. else {
  88. el.className = "whoa";
  89. }
  90. document.body.scrollTop = document.documentElement.scrollTop = 0;
  91. }
  92. easter_egg.load();
  93. </script>
  94. </body>
  95. </html>