• 0 Votes
    15 Posts
    5k Views
    scottalanmillerS

    @obsolesce said in Set static ip for Hyper-V Server 2016 virtual ethernet adapter.:

    @scottalanmiller said in Set static ip for Hyper-V Server 2016 virtual ethernet adapter.:

    @obsolesce said in Set static ip for Hyper-V Server 2016 virtual ethernet adapter.:

    There are a lot of options rather than spending weeks figuring out such a dumb issue.

    Having to bring in a local tech or get a swing machine are actually much more intensive than looking at it remotely for a while. But seems doubtful that it will take weeks. Only has had a few minutes of being looked at, and only today.

    Oh, didn't realize it was like that. No local IT, no other available infrastructure or anything kind of limits things a lot.

    Yeah, a LOT. If we were local and it was one of two (or more) machines, yeah, we'd happily reinstall. As it is, we are scared of the backup device failing. Which isn't terrible as it is ONLY a backup device. But taking the server offline... we are pretty dependent on it.

  • FreePBX iOS/Android Mobile App in public beta now

    7
    2 Votes
    7 Posts
    2k Views
    JaredBuschJ

    @bigbear said in FreePBX iOS/Android Mobile App in public beta now:

    @jaredbusch said in FreePBX iOS/Android Mobile App in public beta now:

    @bigbear said in FreePBX iOS/Android Mobile App in public beta now:

    Just wanted to share that you can download the mobile iOS/Android beta for FreePBX's Zulu now if you are a user.

    This went online Wednesday August 28th
    https://wiki.freepbx.org/display/ZU/Zulu+Mobile+Installation

    You can get 2 free licenses for your installation for free. Just getting ready to provision my phone to check it out.

    The latest desktop version of Zulu has worked pretty well. There is a Slack/Teams feature that isnt bad, but since you cant invite outsiders to it its probably not going to gain much traction. The whole interface is pretty nice though.

    I hope they change the licensing model from the $199 per 20 users per year to something per actual user.

    That is only $10/user/year. That is not all the bad.

    What price point you after?

    Also, I was on their forum today and did not see a notice for this!

    The Zulu app on Fedora works okay-ish.

    I would like it to be just $10/user/year

    Currently if you have 9 users you have to buy 20 and if you have 22 users you have to buy 40. At least that’s the only option in the portal. Increments of 20 and I think 50

    Ah ok because of the price blocks. Yes, I agree there.

  • Fedora with ScreenConnect

    61
    2 Votes
    61 Posts
    8k Views
    scottalanmillerS

    @black3dynamite said in Fedora with ScreenConnect:

    I believe GDM is running under Wayland when using Fedora Gnome. Might have better success using Fedora XFCE for a jump box.

    We didn't have good results with that either, problems with menus in browsers.

  • How to configure IP Phone?

    11
    1 Votes
    11 Posts
    1k Views
    wirestyle22W

    @dbeato said in How to configure IP Phone?:

    I love Sonciwall

    😐 and not for the typo

  • Make Windows 10/Server 2016 RDP work with Guacamole

    4
    2 Votes
    4 Posts
    21k Views
    wirestyle22W

    @dbeato Has to be at least related because disabling it works

  • Is Spamhaus the DDoS Arm of Microsoft

    14
    0 Votes
    14 Posts
    1k Views
    JaredBuschJ

    @phlipelder said in Is Spamhaus the DDoS Arm of Microsoft:

    @scottalanmiller BTDT

    Back in the day the general sentiment was that RBL "services" were no more than extortion rackets. IMNSHO, that has not changed much.

    With the advent of SPF, DMARC, and DKIM their relevance will become a lot smaller which is a happy.

    SPF has been around forever, but a lot of mail domains still do not have it setup.
    DMARC has barely any traction by comparison.
    DKIM is not even a thing that does anything. DKIM only tells the receiving server what to do with a message that fails SPF or DMARC, instead of the receiving server deciding for itself.

  • O365 and backups

    73
    3 Votes
    73 Posts
    7k Views
    JaredBuschJ

    @scottalanmiller said in O365 and backups:

    It's like going into a car dealership and claiming you need a racecar, but when asked why or how fast it needs to go and you have no idea, that tends to suggest you have less need of one than even normal drivers, let alone actual race car drivers.

    /me goes back and deletes all those pictures of driving to and from St Louis that include his speed..

  • FreeOffice Command Line Options?

    Unsolved
    21
    0 Votes
    21 Posts
    4k Views
    ObsolesceO

    I tried it today...

    It tries to do something, but crashes without error.

  • HR web based app suggestions

    8
    2 Votes
    8 Posts
    1k Views
    B

    @murpheous said in HR web based app suggestions:

    namely.com

    Looks nice but their sales tactics look questionable. A lot of people here will be deterred by the fact that there isn't a price on the website.

  • Anyone use Miradore Online?

    2
    0 Votes
    2 Posts
    789 Views
  • Setup Strongarm.io at the home office

    42
    5 Votes
    42 Posts
    6k Views
    JaredBuschJ

    @penguinwrangler said in Setup Strongarm.io at the home office:

    Are you not using the PI-Hole with the porn block list added to it like you posted about here on Mangolassi awhile back?

    That is what I am doing, yes.

    I was using Strongarm DNS though until they removed the home service.

  • My config for HAPRoxy and Exchange 2013

    10
    4 Votes
    10 Posts
    8k Views
    JaredBuschJ

    @bradhawkins said in My config for HAPRoxy and Exchange 2013:

    Thank you so much for sharing your config, I have not found anything else that works for Exchange 2016 and this works perfectly. :grinning_face_with_smiling_eyes:

    Glad it works for you. I do not have a client with on prem 2016 to test with.

  • Attach drive to VM in Xenserver (not as Storage Repository)

    Solved
    6
    0 Votes
    6 Posts
    6k Views
    1

    Thanks guys.

    Unfortunately the link @dbeato provided is how you add a new disk to xenserver when you want it to be Storage Repository - a place to store VM partitions. So if you have a disk already xenserver will wipe it clean and put LVMs or EXT3 with VDI files on it.

    When it's passed through as a block device to a VM it will have whatever filesystem the VM formats it with.

    The problem with the info in the link @black3dynamite provided is that it's for xenserver 5.x so it doesn't work straight up with Xenserver 7.x (I'm running 7.4).

    What I ended up doing was adding a raid 1 array instead of just a disk. The principle is the same though, just another name on the block device.

    The array /dev/md0 is passed through to the VM as a block device.

    I did it by adding a rule to /etc/udev/rules.d/65-md-incremental.rules almost at the end.

    KERNEL=="md*", SUBSYSTEM=="block", ACTION=="change", SYMLINK+="xapi/block/%k", \ RUN+="/bin/sh -c '/opt/xensource/libexec/local-device-change %k 2>&1 >/dev/null&'"

    This rule will pass all md arrays to the VMs as Removable Storage in Xenserver (so you can attach it to whatever VM you want).

    Note that * in KERNEL=="md*" is a wildcard. So this will match the devices /dev/md0, md1 md2 etc. Just replace md* with whatever block device you want to pass through.

    The array is 2TB so I don't know if this works with bigger arrays.
    After trying some larger drives I can verify that it works fine with larger than 2TB arrays.
    Also the disks were empty so I'm not sure if xenserver will wipe the disk when you set this up the first time.
    After some experimenting it looks like Xenserver will not touch the drive.

    I'll add the complete file for reference.

    KERNEL=="td[a-z]*", GOTO="md_end" # This file causes block devices with Linux RAID (mdadm) signatures to # automatically cause mdadm to be run. # See udev(8) for syntax # Don't process any events if anaconda is running as anaconda brings up # raid devices manually ENV{ANACONDA}=="?*", GOTO="md_end" # Also don't process disks that are slated to be a multipath device ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="md_end" # We process add events on block devices (since they are ready as soon as # they are added to the system), but we must process change events as well # on any dm devices (like LUKS partitions or LVM logical volumes) and on # md devices because both of these first get added, then get brought live # and trigger a change event. The reason we don't process change events # on bare hard disks is because if you stop all arrays on a disk, then # run fdisk on the disk to change the partitions, when fdisk exits it # triggers a change event, and we want to wait until all the fdisks on # all member disks are done before we do anything. Unfortunately, we have # no way of knowing that, so we just have to let those arrays be brought # up manually after fdisk has been run on all of the disks. # First, process all add events (md and dm devices will not really do # anything here, just regular disks, and this also won't get any imsm # array members either) SUBSYSTEM=="block", ACTION=="add", ENV{ID_FS_TYPE}=="linux_raid_member", \ RUN+="/sbin/mdadm -I $env{DEVNAME}" # Next, check to make sure the BIOS raid stuff wasn't turned off via cmdline IMPORT{cmdline}="noiswmd" IMPORT{cmdline}="nodmraid" ENV{noiswmd}=="?*", GOTO="md_imsm_inc_end" ENV{nodmraid}=="?*", GOTO="md_imsm_inc_end" SUBSYSTEM=="block", ACTION=="add", ENV{ID_FS_TYPE}=="isw_raid_member", \ RUN+="/sbin/mdadm -I $env{DEVNAME}" LABEL="md_imsm_inc_end" SUBSYSTEM=="block", ACTION=="remove", ENV{ID_PATH}=="?*", \ RUN+="/sbin/mdadm -If $name --path $env{ID_PATH}" SUBSYSTEM=="block", ACTION=="remove", ENV{ID_PATH}!="?*", \ RUN+="/sbin/mdadm -If $name" # Next make sure that this isn't a dm device we should skip for some reason ENV{DM_UDEV_RULES_VSN}!="?*", GOTO="dm_change_end" ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", GOTO="dm_change_end" ENV{DM_SUSPENDED}=="1", GOTO="dm_change_end" KERNEL=="dm-*", SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="linux_raid_member", \ ACTION=="change", RUN+="/sbin/mdadm -I $env{DEVNAME}" LABEL="dm_change_end" # Finally catch any nested md raid arrays. If we brought up an md raid # array that's part of another md raid array, it won't be ready to be used # until the change event that occurs when it becomes live KERNEL=="md*", SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="linux_raid_member", \ ACTION=="change", RUN+="/sbin/mdadm -I $env{DEVNAME}" # Added line # Pass-through of all /dev/md* arrays. # Will end up as Removable Storage that can be assigned to a VM. KERNEL=="md*", SUBSYSTEM=="block", ACTION=="change", SYMLINK+="xapi/block/%k", \ RUN+="/bin/sh -c '/opt/xensource/libexec/local-device-change %k 2>&1 >/dev/null&'" LABEL="md_end"
  • 1 Votes
    17 Posts
    4k Views
    stacksofplatesS

    @stacksofplates said in Remmina: Fedora to Fedora issue.:

    @bigbear said in Remmina: Fedora to Fedora issue.:

    @gjacobse said in Remmina: Fedora to Fedora issue.:

    @bigbear said in Remmina: Fedora to Fedora issue.:

    @gjacobse said in Remmina: Fedora to Fedora issue.:

    @bigbear said in Remmina: Fedora to Fedora issue.:

    @gjacobse said in Remmina: Fedora to Fedora issue.:

    I know this was discussed in the past, but I am not able to find the thread on it.

    Windows to Fedora using RDP is fine,.. it's Fedora to Fedora using Remmina that I get the issue.

    0_1530814284753_Remmina RDP Error.png

    Thoughts?

    Is this a Type or are you saying that you RDP from a Windows box to a remote Fedora box?

    At that time, I was going from Fedora to Fedora

    But you are using RDP protocol and not VNC?

    Sadly I don't remember currently. And for the moment, I am mainly all Windows again due to some hardware issues. Once things getting settled - oh sometime about 2025 - I will have another go at it.

    I was just reading the part where you accessed a Linux PC via RDP from your Windows box, and wanting to make sure I read that right. I am assuming you meant that you accessed a WIndows BOX for Remmina RDP from your Linux box.

    No you can RDP into Linux. xRDP will either set up a full X session or use behind in ND the scenes to create a session.

    Wow that was terrible. It was supposed to say "or use vnc behind the scenes"

  • 1 Votes
    4 Posts
    1k Views
  • Backblaze for Windows Server

    34
    0 Votes
    34 Posts
    6k Views
    black3dynamiteB

    @bigbear said in Backblaze for Windows Server:

    @scottalanmiller said in Backblaze for Windows Server:

    @bigbear said in Backblaze for Windows Server:

    @travisdh1 said in Backblaze for Windows Server:

    @bigbear said in Backblaze for Windows Server:

    @travisdh1 said in Backblaze for Windows Server:

    @bigbear said in Backblaze for Windows Server:

    @travisdh1 said in Backblaze for Windows Server:

    @bigbear said in Backblaze for Windows Server:

    @travisdh1 said in Backblaze for Windows Server:

    @syko24 said in Backblaze for Windows Server:

    @bigbear - Duplicati is a free option for backing up to B2. I have not personally used it with B2 but seems to be very flexible with various storage platforms.

    https://www.backblaze.com/blog/duplicati-backups-cloud-storage/

    I do use duplicati with B2 for it's target storage. Works great.

    What type of file server are you running?

    It's NextCloud on my home lab box. So really... nothing. Maybe 500MB worth of things to actually back up.

    If you run nextcloud as a premise server can it serve as a bad to thr local network? Or only accessed via sync tool?

    You can use it as the only on-premise file server if you want. Everything can access it via webdav now, and you can tie it into any AD or OpenLDAP domains already on site. Just makes end-user life that much easier. If setup properly, it's always accessible via a website anyway. The sync client is really the most painful way to access it, honestly.

    Wow my typos....

    So you can use it as a NAS/File Server and it does file locking etc like a windows file server?

    I haven't specifically tested it's shared file locking, so I won't say for sure myself.

    But you use it to map a network drive, correct?

    And by file locking I just mean basic "this file is in use by XX user, the basic SMB stuff)

    Yes, you map a legacy network drive.

    I am debating whether to load up NextCloud or just some CentOS setup for basic file sharing services. I am worried I am going to come back one day and see that he has installed FreeNAS or some other junk. But I cant speak from any personal experience about NextCloud.

    Not sure we could rearrange the current gear to do a SAM-SD setup.

    Ubuntu Server 18.04 live installer makes it easy to quickly deploy nextcloud during the install to test Nextcloud.

  • Nginx SSL Certification + Nextcloud +Guacamole

    17
    0 Votes
    17 Posts
    2k Views
    wirestyle22W

    @jaredbusch Hm. I'm getting too many rewrite errors now. Some odd problems occurring. Relative pathing problem?

  • FreePBX Restored from Vultr Snapshot - No IP on boot

    16
    0 Votes
    16 Posts
    4k Views
    bigbearB

    @pete-s said in FreePBX Restored from Vultr Snapshot - No IP on boot:

    @bigbear
    It's udev that has a rule with eth0 and the old mac address.
    Don't know what distro you're running but try looking in /etc/udev/rules.d/70-persistent-net.rules.
    Delete the line that has NAME="eth0" in it. And change the line with NAME="eth1" to eth0.
    And then you have to swap back eth1 to eth0 in your network settings.

    Perfect!

  • 6 Votes
    13 Posts
    4k Views
    stacksofplatesS

    @jaredbusch said in How to use a systemd timer instead of cron to automate a git pull:

    Oh look I just found this posted here already /sigh..

    So many questions I could have not asked of @stacksofplates, had I recalled this thread.
    https://mangolassi.it/topic/13455/systemd-timers-instead-of-cron

    I honestly forgot I posted that.

  • Systemd timers instead of cron

    3
    4 Votes
    3 Posts
    5k Views
    stacksofplatesS

    @obsolesce said in Systemd timers instead of cron:

    @stacksofplates said in Systemd timers instead of cron:

    Now just enable each one
    systemctl enable backup-tower backup-pbx backup.target backup.timer

    I'm not sure how this works.
    Why wouldn't you just enable the backup.timer? Why add everything else in there?
    I'm not clear on how it's all linked.

    Yeah you don't. I honestly don't remember why I had it this way. Could have just been an accident. Was quite a while ago.