Category Archives: Information

WordPress suckiness

Well, in making yesterday’s post, I encountered a wordpress error when I wanted to edit the post.  It would give me a ‘critical error‘.  However, it would only give that error for yesterday’s posting.  If I tried editing a previous post, either without embedded graphics, or with, it worked fine.

I tracked it down to an issue with WP User Manager plugin that I use for various system settings.  If I temporarily disabled it, I could edit yesterday’s post fine.  So, after I did, I re-enabled that plugin.

I may have to look into upgrading the main blog version, as I have 5.3.2 installed, and I believe 5.7.2 is available.  However, that can wait for awhile, I think.  But, this issue is most definitely worth remembering.

More cost savings

As if cutting my internet costs in half from about $140/month to about $70/month wasn’t enough, I finally cut the cable cord (well, almost).

Many people nowdays get most of their viewing content over the internet, myself included.  My monthly cable bill was about $170/month, and I don’t think I had anything special like HBO or NFL channel.  That is steep.  So, I went to ‘basic’, which is basically local networks.  Xfinity still gets $70/month for that, which is highway robbery.

I did that a month ago, and I’m fairly happy, as things like Netflix, Hulu, Disney+, XBMC, etc are all internet-served.  Same thing with many new movie releases.  You can stream them when they get released.  So, net savings per month for the ISP and the cable is about $170/month.  🙂

So, a fiber internet upgrade allowed me to rely more heavily on streamed content, and will save me about $2000 per year.  Not too bad.  😀 

Issues with servers

With every upgrade paths there are bound to be hiccups.  Yesterday, the power company disrupted my service for an hour or so to replace a pole.  Unfortunately, only the ONT power supply was on the UPS, and the fiber router was not.  I have a fairly stout UPS that will keep up my two main servers, and various other items a couple hours or so.

Well, the only thing that should have happened would be a connectivity disruption. I am business class with a static IP address, and when everything came back up together, it gave me a dynamic IP address.  Spent awhile on the phone today with Frontier, and a tech has to come by.  They think the router is defective and not maintaining static connection versus dynamic.

The nice part about business class, is that calling them, you usually get connected almost immediately.  Another nice thing is my tech visit appointment to replace the router is TOMORROW.  😉

So, for the moment, the krabradio.net domain still points to the IP that is supposed to be my static address.  I have set crabradio.net to the current dynamic address.  That should hold things until tomorrow.  After the router issue gets taken care of, I shall point all domains back to the static IP.  For now, webpages (to include blogs), ftp, icecast stream, ssh, etc should all be working fine.  Unfortunately, the ircd won’t be working until this matter is resolved.

P.S.  Besides, the servers, now the ONT power supply and the fiber router are both on the UPS. 😉

Thanks for your patience.

<the management>

Internet Upgrade

Well, it’s been a long wait, but I finally ditched the business class dsl with static IP address for business class fiber with a static IP.  Now, ftp users shouldn’t have to throttle their connection speed so that my connection wouldn’t saturate.  My connection is symetrical, so I have lots of headroom.  The amazing thing is, that the static ADSL was costing me $130/month, and the fiber will only cost me $60/month.  That’s a win.

I had a fairly custom set up.  A Dlink ADSL bridged modem, and a pair of DD-WRT flashed linux based linksys routers.  One was the main router, and the other a wireless bridge.  As usual, the private IP numbers were in the 192.168.1.1 address block.  Everything was under that range, with many IP addresses static.  Servers, security servers, security cameras, printers, Kodi android tv box, etc.  Other items, such as wifi lightbulbs, were handled by the main router’s DHCP server.

So, the installer that showed up was just that: an installer.  He knew very little about networking or anything besides getting the fiber router up and running so that computers, etc could get the internet.  Pretty much okay for a residential customer, but not so much for a business customer.

So, I decided that the easiest way to get everything working was to keep the wifi lights, cameras, camera servers, etc on the linksys infrastructure.  So, I moved the two main publicly accessible servers to the new arris fiber router, and set up the intial port forwards for services.  However, there was something that had to be dealt with first.  The arris router comes set to 192.168.254.254, which won’t talk to the 192.168.1.1 block.

I could have simply changed the netmasks from 255.255.255.0 to 255.255.0.0 making it a class B network.  However, I would prefer having just a class C private network.

So, I changed the arris router to 192.168.1.1, and the main linkys infrastructure router to 192.168.1.3, since 192.168.1.2 was taken by the wireless bridge.  I then hooked that to the arris router just like an extension switch, by connecting the eth ports together.  (Not the linksys WAN port)

I went through the arris configure pages to set it all up, including the SSID and password of the wireless interface.  The only wierd thing is that for a couple laptops (most were fine), they wouldn’t properly pick up the gateway, so connections were borked.  Solved this easily by setting the laptop’s connection to ‘static’ and manually entered in 192.168.1.1 for the gateway and dns.  I really don’t perceive that as a problem, and may be an issue with the arris router.  In a few days, I’ll try to hook a wireless access point to the arris, to see if that fixes it.  I really don’t think I’ll lose much sleep over it.

Moral of this story:  If you are a business class customer of your ISP and you choose an upgrade like this, you better know what you are doing network-wise.  Or, enlist the help of someone like me.  😉