-
[Support] GitLab-CE
Hello, Everything worked great for me in adding this container and setting it up. I am not able to connect via SSH, which perhaps someone can point me in the right direction as to what I'm doing incorrectly. 1) With "unraid" being in the name and not my actual server's hostname, I just added a host name for unraid in /etc/hosts on my client, I now hit the correct IP address 2) With SSH being on a different port, I created a config file ( ~/.ssh/config) formatted like the following: Host unraid port 9022 Now I'm going to 9022 whenever I try to SSH to the unraid hostname, so all looks good, yet I'm still getting the following: $ git push -u origin master ssh: connect to host unraid port 9022: Connection refused fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. The repository has been set up, SSH keys, etc. I must be missing something simple, I'd appreciate any assistance someone could provide. Thanks!
-
Having a VM use multiple bridge interfaces
Hello, I've been searching the forums and have had no luck, so I'm hoping someone might know what I'm missing. I have a new UnRaid server with two Intel GigE cards, each connected to a different VLAN. I have them both configured in the Web interface of UnRaid as bridging, br0 and br1 respectively. I have created an Ubuntu VM that I need two network interfaces; one from br0 and one from br1. Using the Ubuntu template br0 is the default and that is fine. My issue is adding br1 to the VM. I edited the VMs .xml and added a 2nd interface similar to br0, duplicating the configuration but changing only the slot number to an unused slot and changing the MAC address for the second NIC, so my configuration looks like this: <interface type='bridge'> <mac address='52:54:00:93:57:5f'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <interface type='bridge'> <mac address='52:54:00:93:57:55'/> <source bridge='br1'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </interface> The second interface shows up in Ubuntu upon restart, but it remains in a disabled state and I can't assign it an IP address. The second VLAN contains a traffic intensive application that uses this VM and my router cannot handle the throughput, which is why I need the second interface on that VLAN. In frustration I tried passing through the entire NIC, but the IOMMU groupings won't allow that. Can anyone please point me in the right direction? Thank you very much in advance. Ok, this does work. As soon as I gave the interface an IP it came up. As the GUI didn't give me the option and I'm still coming up to speed on Linux, I didn't realize why it would stay disconnected. Hopefully this post will still help someone else, as I searched for a while and couldn't find the answer here, this Link on an Ubuntu forum showed me the answer, but the only step required was the editing of the .xml file as UnRaid had already taken care of the other steps. Interesting to see how the 2nd bridged interface becomes a drop down in the GUI.
SLogik
Members
-
Joined
-
Last visited