123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <!DOCTYPE html><html lang="en">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <meta charset="utf-8">
- <meta name="description" content="">
- <meta name="author" content="Thomas Dy">
- <title>Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU | Pleasant Programmer</title>
-
- <link href="../assets/css/rst.css" rel="stylesheet" type="text/css">
- <link href="../assets/css/code.css" rel="stylesheet" type="text/css">
- <link href="../assets/css/colorbox.css" rel="stylesheet" type="text/css">
- <link href="../assets/css/theme.css" rel="stylesheet" type="text/css">
- <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="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
- <![endif]-->
- <link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../rss.xml">
-
-
-
- </head>
- <body>
- <header>
- <a href="../" title="Pleasant Programmer">
- <div class="thomas">
- <img src="../assets/img/thomas.gif" alt="DJ THOMAS IN DA HAUS">
- <img src="../assets/img/thomas.png" alt="Pleasant Programmer">
- </div>
- <h1 id="blog-title">
- Pleasant Programmer
- </h1>
- </a>
- <ul class="nav">
- <li class="twitter"><a href="http://twitter.com/pleasantprog">@pleasantprog</a></li>
-
- <li><a href="../archive.html">Archives</a>
- </li><li><a href="../categories/index.html">Tags</a>
- </li><li><a href="../rss.xml">RSS</a>
- </li></ul>
-
-
- </header>
- <div class="container">
- <div class="content">
-
- <div class="postbox">
- <div class="title">
-
- <h1>Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU</h1>
- <small>
- Posted: 2013-11-27 10:12
-
-
- | More posts about
- <a class="tag" href="../categories/sysadmin.html"><span class="badge badge-info">sysadmin</span></a>
- </small>
- </div>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
-
- <ul class="pager clearfix">
- <li class="previous">
- <a href="console-keymap-switching.html">← Previous post</a>
- </li>
- </ul>
-
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- var disqus_shortname ="pleasantprog";
- var disqus_url="http://pleasantprogrammer.com/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html";
- var disqus_title="Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU";
- var disqus_identifier="cache/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html";
- var disqus_config = function () {
- this.language = "en";
- };
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
- </div>
- </div>
- </div>
- <footer>
- <small><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> © 2013 Thomas Dy - Powered by <a href="http://nikola.ralsina.com.ar">Nikola</a></small>
- <script src="../assets/js/konami.js"></script>
- <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
- <script>
- var easter_egg = new Konami();
- easter_egg.code = function() {
- $(".thomas").toggleClass("whoa");
- $("body").scrollTop(0);
- }
- easter_egg.load();
- // love you, thomas!
- // yours, @_phi + @meggykawsek
- </script>
- </footer>
- <script type="text/javascript">var addthis_config={"ui_language":"en"};</script>
-
- </body>
- </html>
|