ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. lab
    Log in to post
    • All categories
    • DustinB3403

      Vyos Configure DHCP Server
      IT Discussion • vyos lab routing • • DustinB3403

      6
      0
      Votes
      6
      Posts
      1625
      Views

      EddieJennings

      @JaredBusch said in Vyos Configure DHCP Server:

      @EddieJennings his second error is related to DNS.

      This is a working DNS setup.

      set service dns forwarding cache-size 150 set service dns forwarding listen-on eth7 set service dns forwarding listen-on eth7.2 set service dns forwarding name-server 1.1.1.1 set service dns forwarding name-server 8.8.8.8 set service dns forwarding options server=/domain.local/10.202.0.21 set service dns forwarding options server=/domain/10.202.0.21

      Correct. I gambled from his title the immediate interest was DHCP. I lost. šŸ™‚

    • DustinB3403

      Windows Domain routing question - dual-nic
      IT Discussion • lab question routing dhcp dns windows • • DustinB3403

      21
      0
      Votes
      21
      Posts
      421
      Views

      DustinB3403

      @Dashrender said in Windows Domain routing question - dual-nic:

      Though - if you have a second layer network like this, you'll need to inform your external router on the internal networks and how to route them.

      Routing to the internet is mostly just a nice to have.

    • DustinB3403

      Setting up an HP DL185 G5
      IT Discussion • lab server hypervisor • • DustinB3403

      7
      1
      Votes
      7
      Posts
      206
      Views

      Dashrender

      @DustinB3403 said in Setting up an HP DL185 G5:

      @Dashrender That is where I was thinking a surveillance system would be a good use. I could use it as a backup repo for my VMs as well with a simple NFS share.

      Just needing some things to do with it, maybe something the kid could eventually use. (years from now. . . she's almost 1 already.)

      All these things basically go directly to what Scott said - make it a giant storage array.

    • DustinB3403

      Home lab projects - for Middle aged teens
      IT Discussion • lab learning education projects intern • • DustinB3403

      42
      0
      Votes
      42
      Posts
      775
      Views

      DustinB3403

      @JaredBusch said in Home lab projects - for Middle aged teens:

      @DustinB3403 said in Home lab projects - for Middle aged teens:

      @JaredBusch said in Home lab projects - for Middle aged teens:

      @scottalanmiller said in Home lab projects - for Middle aged teens:

      @DustinB3403 said in Home lab projects - for Middle aged teens:

      @scottalanmiller said in Home lab projects - for Middle aged teens:

      Home PBX

      I was definitely considering setting up a home PBX but I don't know if I want to subscribe to any actual phone numbers

      You can learn a lot without doing that. Although voip.ms makes it SO cheap.

      And you can make calls without buying a phone number at all. Just pay per use.

      What option is that? I don't recall seeing that (granted this was some time ago)

      VoIP.ms has never required purchasing a number to have an account and setup a trunk.

      You simply have no way to receive calls from the PSTN.

      Ah.

    • EddieJennings

      Determining resources for hypervisor
      IT Discussion • hardware virtualization requirements resource allocation lab • • EddieJennings

      18
      2
      Votes
      18
      Posts
      1313
      Views

      scottalanmiller

      @eddiejennings said in Determining resources for hypervisor:

      @black3dynamite said in Determining resources for hypervisor:

      Instead of using Fedora as a firewall VM, how about using VyOS?
      https://wiki.vyos.net/wiki/User_Guide

      I was thinking of that as well, since the OS for the ERLs.

      EdgeOS and VyOS are cousins, both descended from Vyatta.

    • DustinB3403

      KVM in Production - Build it yourself
      IT Discussion • kvm lab production production environment • • DustinB3403

      47
      3
      Votes
      47
      Posts
      2796
      Views

      Obsolesce

      @dustinb3403 said in KVM in Production - Build it yourself:

      Building a template VM with your backup agent installed might work (urbackup etc) as they'd register to your server.

      Buy individual agents is again more than anyone really wants to manage.

      I think we have two KVM backup discussions going on, so I'll post a link to my other reply here:

      https://mangolassi.it/topic/15826/kvm-and-back-ups/23

    • DustinB3403

      KVM - Virt-Manager on a Separate VM
      IT Discussion • kvm beginner learning lab • • DustinB3403

      68
      0
      Votes
      68
      Posts
      2402
      Views

      JaredBusch

      @tim_g said in KVM - Virt-Manager on a Separate VM:

      @dustinb3403 said in KVM - Virt-Manager on a Separate VM:

      @tim_g said in KVM - Virt-Manager on a Separate VM:

      @dustinb3403 said in KVM - Virt-Manager on a Separate VM:

      @tim_g said in KVM - Virt-Manager on a Separate VM:

      @dustinb3403 said in KVM - Virt-Manager on a Separate VM:

      @jaredbusch said in KVM - Virt-Manager on a Separate VM:

      @DustinB3403

      I use my user in the libvirt group so I do not have to bother with the root user.

      gpasswd -a jbusch libvirt

      Then this works.
      0_1512760351248_a5ddf1f5-ef56-46e1-b1a7-f9593c68a19c-image.png

      Holy fuck it took way to long to get to this point.

      So here is the stupid approach. ssh-keygen -t rsa generating. . . . . . . . . The key fingerprint is . . . ssh-copy-id -i /home/user/.ssh/d_rsa.pub [email protected]

      Login with [email protected] password

      Test the login

      Disconnect from the remote server and run this next bit on your management system.

      gpasswd -a username libvirt

      Done, and it works.

      @JaredBusch thanks for cutting through the bullshit and helping out here.

      Wyd you talking about. JARED mentioned that step like 3 posts down from your OP, and it was mentioned several other times as well.

      Huh?

      Nothing was as simple as what I just did, Jared was getting to the point at the top of the topic, but there were additional steps I was missing (failed to do entirely). So I dumped all of the rsa keys, and started fresh.

      The whole thing is taht simple.

      generate your ssh keys copy the ssh keys add to libvirt group (mentioned in beginning of thread and every other KVM related thread)

      Done. You can break that up into as many sub steps as you want, but that's what you do.

      nevermind. . .

      That's the entire point i tried to make in my 5-steps before it getting ripped apart for me wanting to use 4096 instead of 2048, and not using ssh-copy-id.

      Because you were a twit about it.

    • EddieJennings

      Who needs an MSDN subscription?
      IT Discussion • licensing compliance windows server sql server lab testing • • EddieJennings

      17
      1
      Votes
      17
      Posts
      2176
      Views

      scottalanmiller

      @eddiejennings said in Who needs an MSDN subscription?:

      @bigbear said in Who needs an MSDN subscription?:

      @tim_g said in Who needs an MSDN subscription?:

      @eddiejennings said in Who needs an MSDN subscription?:

      This thread is inspired by the never-ending thread about licensing and replication in I Can't Even.

      I know that developers who use Visual Studio probably get their Visual Studio license through an MSDN subscription. One benefit of the subscription is that you're allowed to spin up Windows servers, SQL servers, etc., for development and testing.

      For organizations who have full-on lab environments or IT staff who need to spin up a VM Windows Server VM here and there to try something out, how do they stay in compliance? Do they also buy a MSDN subscription (perhaps MSDN platforms) for the IT staff member? Do they have their IT staff continually use Windows server 180-day evaluation licenses? Do they turn a blind eye as they give their IT staff activation keys from a dev's MSDN subscription and hope their organization is never audited?

      MSDN subscriptions are user-specific. To stay in compliance, every person who wants to take advantage of an MSDN benefit, will need to have their own MSDN subscription. They cannot be shared. Any VM spun up under the MSDN subscription cannot be used in any way by another person.

      Ah, didnt read the full OP post and assumed it was for him.

      However Bizspark MSDN does provide startup organizations with multiple user accounts all for internal use and testing. It is not for production or internal use.

      Yeah. It's not for me. I was just musing about the test VMs and such we need to spin up as IT, and I was curious how larger businesses or businesses with test labs license those test Windows VMs. I figured MSDN platforms wasn't used because of [see the above responses], but perhaps truth was going to be stranger than fiction.

      Larger is different. Once you are of any size you have enterprise agreements and your labs are just covered.

    • scottalanmiller

      Accessing the NTG Lab via the Jump System
      IT Discussion • ntg lab ntg lab jumpbox jump station jump server linux mint linux firefox ssh x2go terminal server ntg lab instructions • • scottalanmiller

      1
      4
      Votes
      1
      Posts
      841
      Views

      No one has replied

    • scottalanmiller

      I'll Show You Mine If You Show Me Yours, Home Labs
      IT Discussion • lab home lab show and tell • • scottalanmiller

      134
      2
      Votes
      134
      Posts
      12153
      Views

      Pete.S

      @AdamF said in I'll Show You Mine If You Show Me Yours, Home Labs:

      @black3dynamite said in I'll Show You Mine If You Show Me Yours, Home Labs:

      @AdamF said in I'll Show You Mine If You Show Me Yours, Home Labs:

      So I decided to upgrade. :). Weekend project while I’m sick. Vms created, moving all data now. This is MUCH quieter than the r710.

      I have an R710 and its pretty quiet.

      That's what I thought too. but the R630 is even quieter! now I just have to upgrade my network switch to a fanless one, and I'll be all set.

      We already have lots of colo servers at work for testing where I can run whatever I want but having some stuff on the home LAN is nice.
      So I'm thinking about building something around this supermicro chassis for SOHO use:
      alt text

      It's roughly 10" in all dimensions. It has 4x3.5" hotswap (SAS/SATA) and two internal 2.5". Takes micro-itx sized motherboards of which Supermicro has a couple of serverboards that fits. Can't go crazy because there are thermal restrictions but that wasn't the intention either. More along the lines of a small Xeon CPU and maybe 64GB RAM or so and a couple of drives.

    • ryanblahnik

      Lab server capacity
      IT Discussion • servers lab xen web server logging raid file server wiki database active directory owncloud vm apache memory elk mariadb • • ryanblahnik

      12
      0
      Votes
      12
      Posts
      3153
      Views

      scottalanmiller

      Getting lots of eyes on this thread today. Very interesting.

    • wirestyle22

      Training/Games for the Developmentally Disabled
      IT Discussion • lab training • • wirestyle22

      3
      1
      Votes
      3
      Posts
      677
      Views

      wirestyle22

      @Danp said:

      I don't know of any off hand, but I am involved with a NP that also works with the developmentally disabled. I can check with them to see what they are using if you would like.

      Have you checked on techsoup.org to see if they offer anything that would fit your needs?

      Thanks I would appreciate that. I use Techsoup regularly so I've seen what they offer. It's a good resource but I haven't seen anything mind blowing, not that it's required. I'm currently building a Raspberry Pi project that uses a capacitive sensing board to allow clients (verbal and non-verbal) to interact with different objects. When touched the Raspberry Pi will play an audio file that names what it is. This is an example of the types of projects I would be looking for. Even ideas would be great although take it easy, I'm new to Python.

    • B

      Home Lab Start-up.....
      IT Discussion • lab home lab • • BMarie

      36
      0
      Votes
      36
      Posts
      7855
      Views

      thanksajdotcom

      @Minion-Queen said:

      @thanksajdotcom said:

      @scottalanmiller said:

      @Hubtech said:

      @thanksajdotcom do you want people to hate you?

      I LOVE THIS IMAGE!

      You would

      It's brilliant!

    • scottalanmiller

      NTG Lab Physical Setup
      IT Discussion • ntg lab • • scottalanmiller

      35
      0
      Votes
      35
      Posts
      5326
      Views

      scottalanmiller

      If the dc5750 if causing issues, try putting Windows on the DL145 G2. Likely the proc is too old but worth a try.

    • afalcon

      Cloud/Hosted Lab Environment
      IT Discussion • lab cloud vps • • afalcon

      10
      1
      Votes
      10
      Posts
      1785
      Views

      scottalanmiller

      @ajstringham said:

      Rackspace is quite good.

      I've been working with them for 5+ years through NTG and they have really been awesome.

    • ?

      HTS's Lab in Progress
      IT Discussion • lab home lab • • A Former User

      53
      4
      Votes
      53
      Posts
      6803
      Views

      JaredBusch

      @hubtech are you prepending the 1? You can do it either in the Trunk or the outbound route.

      image.jpg