Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
Just emailed Mark at Fusion.
He said "Yes, the official FusionPBX install script works fine with Debian 9 and Freeswitch 1.8."
Anyone using https://skyetel.com/ ?
It is one of the preferred providers in FusionPBX.
This sounds interesting: https://skyetel.atlassian.net/wiki/spaces/SUG/pages/16580671/Our+Network+Topology
I've signed up since I intend to test FusionPBX.
So you want to install Fedora WS on 10, 20 or 100 pc's
How does one accomplish/automate this process without a 1:1 install?
New install of F29.
Install hangs up at this point.
In layman's terms, what is going on at this stage of the install?
System hung at Starting Switch Root...
Update from SM:
"After we perform more test and use a non-widescreen monitor, we can finish installing Fedora 29 on our 4C version MB."
Auto-update is taking care of biz...
0.2.8-p
Do you have https://virt-manager.org/ on multiple pc's?
How did you "export" the configs?
How do you keep them in sync?
@Ylian Relay Map is badass...just used it to 2-step RDP to a machine that does not have MC installed on it.
ER4 <--> Meraki MX S2S is "up"
Many thanks to @JaredBusch for all the help.
I know this is a bit of an old thread, but....
I had to stand up a 3CX system (on-prem) & was having some connectivity issues between the site's ER-4 & Skyetel!!
Thank god for the "Endpoint Health Status" page on the Skyetel portal.
The support I've gotten from Skyetel has been nothing short of fantastic.
I'll be moving the rest of my stuff from Twilio to Skyetel.
And No, I don't get paid by Skyetel to give fake reviews (for the cynic's out there)
Thanks to Chris @Skyetel for the early AM support session & showing me the sngrep tool.
It turns out the ER4 seems to prefer SIP TCP (vs UDP).
This post above is just my opinion, YMMV.
What's the trick to getting this to work, especially when you aren't on the same LAN as the vm's?
Just spoke (by phone) to Jose Montes at VitalPBX.
I pointed him to this thread, he'll come on later to chime in & hopefully (wrong sp: hoefully) answer a few questions.
The previous IT guy at a client site had purchased 22 seats of Malwarebytes.
These are all Win 10 pc's.
At a price of $1,600 for a 1 year subscription, this doesn't seem to be money well spent?
What's everyone else using?
@FATeknollogee said in HCI vendors: software or hardware:
Correct, but you still need Windows to manage the Linux version...which makes no sense to me.
I reached out to Starwind & stand corrected.
Windows is not needed to manage Starwind VSAN for vSphere & KVM (upcoming, still in beta)
I have 5 vpn client profiles setup on my F31 Deepin desktop.
Today, I try to connect & none of them work! (I was able to connect via Win10 vpn client).
I was not aware that "modp1024" no longer worked?
# systemctl status ipsec.service
Failed to add connection "...": ike string error: IKE DH algorithm 'modp1024' is not supported
Changed "modp1024" to "modp2048" & all is good.
Spun up a nested Proxmox instance.
Really liking the built-in backup & the fact that I can snapshot a UEFI vm!
@travisdh1 said in Tactical RMM:
@FATeknollogee said in Tactical RMM:
Who's up for using it in "production"?
I don't know about production, but I may just give it a shot for my "friends and family" group.
Sounds like "production" to me!
Anyone else trying this out?
https://blogs.windows.com/msedgedev/2020/10/20/microsoft-edge-dev-linux/
https://www.microsoftedgeinsider.com/en-us/download/?platform=linux-rpm
Fedora
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge
sudo mv /etc/yum.repos.d/packages.microsoft.com_yumrepos_edge.repo /etc/yum.repos.d/microsoft-edge-dev.repo
## Install
sudo dnf install microsoft-edge-dev
Debian/Ubuntu
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
sudo rm microsoft.gpg
## Install
sudo apt update
sudo apt install microsoft-edge-dev