ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. JaredBusch
    3. Controversial
    • Profile
    • Following 0
    • Followers 44
    • Topics 969
    • Posts 29,705
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Nginx Certificate Authentication issue

      What have you done do configure your site?

      I can spin up CentOS 7 install Nginx, and immediately have it serving SSL with no special configuration.

      This is my nginx.conf that to my recollection has zero modifications.
      [jbusch@nginxproxy ~]$ cat /etc/nginx/nginx.conf

      # For more information on configuration, see:
      #   * Official English Documentation: http://nginx.org/en/docs/
      #   * Official Russian Documentation: http://nginx.org/ru/docs/
      
      user nginx;
      worker_processes auto;
      error_log /var/log/nginx/error.log;
      pid /run/nginx.pid;
      
      events {
          worker_connections 1024;
      }
      
      http {
          log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                            '$status $body_bytes_sent "$http_referer" '
                            '"$http_user_agent" "$http_x_forwarded_for"';
      
          access_log  /var/log/nginx/access.log  main;
      
          sendfile            on;
          tcp_nopush          on;
          tcp_nodelay         on;
          keepalive_timeout   65;
          types_hash_max_size 2048;
      
          include             /etc/nginx/mime.types;
          default_type        application/octet-stream;
      
          # Load modular configuration files from the /etc/nginx/conf.d directory.
          # See http://nginx.org/en/docs/ngx_core_module.html#include
          # for more information.
          include /etc/nginx/conf.d/*.conf;
      
          server {
              listen       80 default_server;
              listen       [::]:80 default_server;
              server_name  _;
              root         /usr/share/nginx/html;
      
              # Load configuration files for the default server block.
              include /etc/nginx/default.d/*.conf;
      
              location / {
              }
      
              error_page 404 /404.html;
                  location = /40x.html {
              }
      
              error_page 500 502 503 504 /50x.html;
                  location = /50x.html {
              }
          }
          server {
              listen       443 default_server;
              listen       [::]:443 default_server;
              server_name  _;
              root         /usr/share/nginx/html;
              ssl          on;
              ssl_certificate /etc/ssl/cacert.pem;
              ssl_certificate_key /etc/ssl/privkey.pem;
              ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
      
              # Load configuration files for the default server block.
              include /etc/nginx/default.d/*.conf;
      
              location / {
              }
      
              error_page 404 /404.html;
                  location = /40x.html {
              }
      
              error_page 500 502 503 504 /50x.html;
                  location = /50x.html {
              }
          }
      
      }
      
      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Ubiquiti UNMS version 0.9.1 has been released

      @bnrstnr said in Ubiquiti UNMS version 0.9.1 has been released:

      Just ran a fresh install on Ubuntu 17.04 and it worked just fine. Was using Debian 9.1 before... No idea what was wrong

      Something you did. Because it works fine on Debian 9.1

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Ubiquiti UNMS version 0.9.1 has been released

      When I logged into my system this morning it popped up a warning that there was an upgrade I ignored it because I need to reboot something immediately

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Looking for virtualization advice

      @tim_g said in Looking for virtualization advice:

      @john-nicholson said in Looking for virtualization advice:

      @garyp said in Looking for virtualization advice:

      @dashrender said in Looking for virtualization advice:

      @scottalanmiller said in Looking for virtualization advice:

      @dashrender said in Looking for virtualization advice:

      @scottalanmiller said in Looking for virtualization advice:

      @garyp said in Looking for virtualization advice:

      We have equipment in 5 NA locations and over 500 phones, so management is not looking to move to anything else at this time.

      Why would management be involved? IT should be like "we can save money, improve systems" and that's the end of it. Why would management have any say other than verifying cost savings and such? The bigger the network, the more money there is to be saved, right?

      He's in the same situation as me. The hardware is already in place. Moving to FreePBX would likely require purchasing all new phones, or moving users to softphones on their computers, which would require purchasing headsets most likely.

      In either case, there would be a substantial hardware outlay likely if they changed.

      But they are looking at significant outlay to keep using what they have. They have to invest specifically in a VMware solution instead of what meets the needs of the business, they have to pay to keep the Avaya running and they have to take on the risks of using a solution from a non-viable or marginally viable vendor. That's all real costs that they are facing to NOT switch.

      I'm not saying you're wrong - but 500 phones, even Yealink aren't cheap, not to mention the training to the staff, the IT time, etc.

      If it really boils down to it, they can just leave it on the server it's currently on, and change nothing else about that one server. We assume there is already a backup solution in place - so that shouldn't be that bad to maintain.

      Then the business can plan for this change over down the road.

      We also have a few call centers, which accounts for a significant amount of revenue. So, aside from all the hardware expenses to rip and replace, we would need to reprogram all the routing (and the ability needs to be there, in whatever new system gets installed) along with retraining the call center staff. It would probably take an amazing ROI, before management would even begin to consider approving a project like this. I do appreciate the comments regarding the on-going expenses to manage Avaya.

      Even using cheap as shit labor for some of this ($20Hr).

      There it is, excellent point. If someone is not a flashy cool rich guy like yourself always flaunting their worth in almost every post, and someone only makes around $20/hr, their worth the same as your shit. It always makes its way out in some form or another in your posts, lol.

      $20/hour is shit labor cost. No one in this business should be making anything close to that past entry level years. And no entry level should be fucking with a call center's call trees.

      Leave your small man's syndrome out of things.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Ubiquiti released EdgeOS 1.9.7

      @dashrender said in Ubiquiti released EdgeOS 1.9.7:

      @jaredbusch said in Ubiquiti released EdgeOS 1.9.7:

      @dashrender said in Ubiquiti released EdgeOS 1.9.7:

      @jaredbusch said in Ubiquiti released EdgeOS 1.9.7:

      @donaldlandru said in Ubiquiti released EdgeOS 1.9.7:

      @jaredbusch said in Ubiquiti released EdgeOS 1.9.7:

      This means it is time for me to get off my ass and setup UNMS

      0_1501532116040_267a05fb-5c0a-4d26-a812-5f92968c1d0f-undefined

      Not much to see in here yet; however, it was pretty simple to get it going. Maybe I should write the how-to 😄

      I am looking at the guides now and I already want to over complicate it because I want it behind my own Nginx proxy.

      But I think I will skip that and just install it their way for now.

      Why? because you don't want to spend $2.50/m on a vultr instance?

      Because specs say 2GB RAM minimum recommended. That is not a $2.50 instance.

      Also, I do have a ton of space in colo that is perfectly viable to be used for this.

      I can use non standard ports and have no issues. But I don't want to do that either.

      Holy crap, batman!

      I have no idea what those specs are based on supporting. I am sure a handful of devices do not need a ton, but you are installing a docker image as part of this process.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: How Many Windows Server VMs Can You Run on Hyper-V SAMIT Video

      @msff-amman-itofficer said in How Many Windows Server VMs Can You Run on Hyper-V SAMIT Video:

      @tim_g

      @tim_g said in How Many Windows Server VMs Can You Run on Hyper-V SAMIT Video:

      @msff-amman-itofficer said in How Many Windows Server VMs Can You Run on Hyper-V SAMIT Video:

      Oh and they provide the hyper v integration as cab file (guest agent):
      windows6.x-hypervintegrationservices-x64.cab
      I cant belive I complained when VIRT IO Tools was repackaged some time ago and they changed some folders in there ISO image, while MS gives you a .cab file and not even an executable.

      What do you mean? What VM are you trying to install? You shouldn't need any integration tools at all for any modern operating system on a VM. They come built in and are updated via Windows Update (if running Windows OS)

      If you install RHEL or CentOS, you can download a Linux Integration Services .ISO if you need to. You simply run the ./install.sh file. All other modern Linux OSs already have the Hyper-V Integration built in to the kernel.

      This is what i am talking about:
      https://support.microsoft.com/en-US/help/3063109/hyper-v-integration-components-update-for-windows-virtual-machines

      Method 2: Microsoft Download Center

      The following files are available for download from the Microsoft Download Center.

      Operating system Update
      All supported x86-based versions of Windows 8.1 Download Download the package now.
      All supported x64-based versions of Windows 8.1 Download Download the package now.
      All supported x64-based versions of Windows Server 2012 R2 Download Download the package now.
      All supported x64-based versions of Windows Server 2012 Download Download the package now.
      All supported x86-based versions of Windows 7 Download Download the package now.
      All supported x64-based versions of Windows 7 Download Download the package now.
      All supported x64-based versions of Windows Server 2008 R2 Download Download the package now.

      Go to the download, and it is all .cab files.

      WTF are you talking about. This is not DVD media. You are doing it wrong from the beginning.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: analog video stream

      @wirestyle22 said in analog video stream:

      @Mike-Davis

      Any budget in mind? If they don't have a computer that you can use for this purpose I would consider buying something like an Intel Nuc and just doing it through IP's.

      Over complicated. The point is to have nothing but the hardware.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Iphone 7+

      @aaron said in Iphone 7+:

      @JaredBusch said in Iphone 7+:

      @aaron said in Iphone 7+:

      @JaredBusch that's not really relevant to my question, but I had read the thread and saw that she doing that.

      Sure it is relevant. She is on the subscription plan, and the entire point of that is to always upgrade. Compelling features have nothing to do with it.

      It had everything to do with my question.

      You asked if she found a big reason. The answer is there is no reason to find for her because of said plan.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Look I found PSX

      Not even close

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: BSA Declairing your software license compliance

      @Joel you have to wait until the 100% changes to the jpg/png/whatever before clicking submit

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Centralized password manager

      @Ambarishrh said in Centralized password manager:

      @StrongBad said:

      Keepass is pretty good. You can host it on DropBox or ownCloud or whatever to share it.

      Looks like a good option, nothing to maintain as a central repo, i hope the same file can be used on different machines same time via dropbox

      My problem with this is dealing with conflicting versions when two people change something different in between sync cycles.

      This is the #1 reason I do not like KeePass. You are syncing a full DB file. There is nothing to sync specific changes.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Xfinity (Comcast) is rolling out a metered connection trial in Chicagoland and I am part of it

      @prcssupport said in Xfinity (Comcast) is rolling out a metered connection trial in Chicagoland and I am part of it:

      I'm involved in a project in my town to start and expand a municipal network. Do you have any more info, links and stuff to help with that?

      I was not directly involved in the planning or implementation of HCS (the second link above), but I participated in the community meetings and talked to voters and such to get it passed on the ballot. At the time I worked for one of the towns larger employers and was sick and tired of the poor service choices available.

      I am sure you can contact HCS and eventually get put in contact with someone that was part of it all to give you more information.

      Edit: Highland, IL is a bit unusual due to the fact that until deregulation forced it, the only place to buy electricity was from the city. Most towns do not maintain their own utilities. The benefit this provided to the fiber project was that the city already had rights to poles and easements to run the fiber.

      Edit 2: Highland, IL was severely under served for internet. For telephones service, the ILECs kept selling the town around until it eventually ended up with Verizon, and they don't want it. The infrastructure was never upgraded over the years nor was the CO equipment. There is not not even any 15 year old DSL available, because there is no equipment in the CO for it.
      For cable service, the town did get cable internet from Charter back in late 1999 along with all the other towns in the area. But like the phone companies, never upgraded the network afterwards. In 2007/2008 when the HCS project was still in meetings with residents trying to decide a path forward, Charter sent people to tell the residents what a huge mistake it was and waste of taxpayer money. But for some reason, the next month the town was swamped with Charter vehicles working on the lines and within months DOCSIS 2 level of service was finally available.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Xfinity (Comcast) is rolling out a metered connection trial in Chicagoland and I am part of it

      damnit, move to IT News....

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Remotely Accessing Desktop of GUI-based Linux Clients

      I use ScreenConnect for the couple systems I have.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: UBNT EdgeRouter site to site VPN routes?

      @art_of_shred said in UBNT EdgeRouter site to site VPN routes?:

      @JaredBusch said in UBNT EdgeRouter site to site VPN routes?:

      @coliver said in UBNT EdgeRouter site to site VPN routes?:

      Out of curiosity is there a reason to use OpenVPN over IPSEC?

      This is not my setup, so I have no idea on their reasons.
      I use OpenVPN when connecting a home router into an office for site to site because OpenVPN has long worked better (for me) with dynamic IP addresses.
      I will use IPSEC for static assigned offices because you get more throughput when offloading is enabled.

      I don't see any reason we couldn't/shouldn't use IPSEC.

      Run the delete commands from before, then go into the GUI and setup IPSEC.

      delete blah blah
      commit
      save
      exit
      

      go to GUI.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Changed local IP on PBX, can't call out or receive calls now

      @SamSmart84 said in Changed local IP on PBX, can't call out or receive calls now:

      @JaredBusch

      I figured the IP change somehow defaulted that since switching it to the router is allowing calls in/out. However, it isn't letting me swap that back to 0.0.0.0, tells me I have a validation error. This is under Network Parameters in Elastix for the asterisk.pbx.com host

      Elastix is not FreePBX. Details matter.............

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Best Whiskey (Hypervisor) versus the most sold Whiskey (Hypervisor)

      The entire concept and stupid. There is no one thing that is always best ever. Best will always depend on the workload. Or in the case of whiskey personal preference to taste.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Fresh Win 10 install - doesn't include crapware

      @Dashrender just tried this and it failed

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: Axigen X Released

      @DustinB3403 said:

      @axigen said:

      @DustinB3403 said:

      @axigen Any response to @Breffni-Potter?

      @Breffni-Potter said:

      I saw this because Service Providers was tagged.

      https://www.axigen.com/mail-server/isp/hosted/

      How much for this per mailbox?

      I would more than gladly provide details about this offer but I would kindly ask, whoever is interested to write to us at i dot sales at axigen dot com and give us some details on the number of accounts. This program is dedicated to large SPs that want a hybrid on-premies / Managed Services / license mix. The offer is a little more complex to be summarized here.

      So for all those bots out there...

      Don't be more of an a***[moderated] than usual.

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • RE: FreePBX Asterisk Music on Hold Streaming Sources

      @Dashrender said:

      @donaldlandru said:

      Just about everyone that uses our conference system is complaining about the stock music on hold that is included. Personally I agree the music is dated; however, it is free and what came preloaded.

      I am curious to see what anyone else is doing for this. I was looking at easyonhold.com today and setup their demo stream in under 5 minutes which is good quality and not the same old boring.

      Anyone have experience (pricing) for these guys or other alternatives?

      Thank

      I looked at what it would cost to get service for things like MOH - you have to handle all of these yearly license with at least 2 if not three different companies that handle the licensing for music. I think it was going to cost something like $1000/year before the streaming service.

      Once of my clients uses Mood Media (formerly Muzak) to stream in their overhead music for $35/month. It is streaming in via a web browser. I wonder if that could be redone into something an asterisk PBX could handle. /ponders

      posted in IT Discussion
      JaredBuschJ
      JaredBusch
    • 1 / 1