lal12

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lal12's Achievements

Noob

Noob (1/14)

4

Reputation

  1. I have a weird issue with a Windows 10 VM: As soon as I start the VM (or the whole server) again, the win 10 clock is wrong. I think it might be an issue with the virtual hardware clock, does it maybe need a specific virtio driver?
  2. Ah ok, I misunderstood you, I got that there only is active backup available.
  3. OK I didn't know that, but still active backup mode is not the thing @Ron looked for, it only uses the slave NIC on failure of the first one. He wants higher speed so he would need one of the existing balance modes.
  4. Well I actually have two NICs on my server, which in theory could be bonded (I guess unraid can't do that) but what I wanted was two IPs on one NIC, which is a different thing. Unraid does give you the option to set a separate IP on each NIC, so you probably could set up each NIC with a different IP and do some kind of load balancing, however not that great as a solution I would say.
  5. I passed some usb mass storage device through to my VM, I stopped the VM and removed the usb device. When I later tried to start the VM again it complained about a missing usb device. Since USB has hot plug capabilities I would think that is better to give a warning instead of an error. But even worse I could not remove the usb device in the settings since it was not shown if not plugged. I was lucky that I still knew which usb stick it was so I could plug it in and disable the pass through in the settings.
  6. In my opinion the network settings in Unraid are very basic. I would wish for a little bit detailed settings, which offer functionality like adding multiple IPs. Also showing that br0 is the main interface and not eth0, which is shown on the network page. Additionally I have a second nic in my server, so I would wish for a better configurability for it, like e.g. adding it to br0.
  7. Well, in my case I set up Unraid for a small business as their storage solution, since they needed something, which has some pro features, but still is easily manageable by a not that experienced guy which is working for them. However I setup a new structure which was different from their old setup. But some devices are configured and managed by an external company to use an specific IP for their network share, which was not possible (or wished) to reconfigured or changed, so I needed to add a second IP. All that I was told after I was done with my original setups, so the easiest way was to add the additional IP. But I really wondered that it was not possible through Unraid itself, since it is a really common feature, you find it in any PC or Server with WebGUI. BTW what's your "MB"?
  8. Thanks, I went the User Scripts way.
  9. Hello, I am looking for a way to add a second IP to the unraid main interface. I guess I could to "ip addr add x.x.x.x/24 dev br0" but this of course will only be kept until the next boot. Is there a GUI way or another recommend way via a terminal?