Scale Update error

MadMan3353

Dabbler
Joined
Apr 9, 2018
Messages
48
hello all ever since i created a Linux VM and bridged the eth to the vm can talk to the nas box. I am receiving an error when trying to check for software updates. this is my first attempt at creating a VM via scale so im not sure why in the second picture it has so many entries created is this normal? Also the errors for the update are showed below. Any help would be greatly appricated.
 

Attachments

  • Capture.PNG
    Capture.PNG
    55.3 KB · Views: 159
  • Capture-1.PNG
    Capture-1.PNG
    56.4 KB · Views: 149
  • Capture2.PNG
    Capture2.PNG
    14.2 KB · Views: 154

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
When you installed the bridge and took over the IP address on the bridge, you need to tell the apps environment (K3s) where to look (at the bridge) for its connectivity

Apps | Settings | Advanced settings ... Route v4 Interface -> br0 (or whatever you called your bridge)


For the VM having 4 virtual disks... not sure if that's really the case. Looks like maybe you tried to create the VM 4 times and only 1 is likely to be used (check under devices in the VM to see which one and remove the others.
 

MadMan3353

Dabbler
Joined
Apr 9, 2018
Messages
48
When you installed the bridge and took over the IP address on the bridge, you need to tell the apps environment (K3s) where to look (at the bridge) for its connectivity

Apps | Settings | Advanced settings ... Route v4 Interface -> br0 (or whatever you called your bridge)


For the VM having 4 virtual disks... not sure if that's really the case. Looks like maybe you tried to create the VM 4 times and only 1 is likely to be used (check under devices in the VM to see which one and remove the others.
thank you that fixed the problem. now the new problem is my linux vm cannot ping the host even with creating the bridge.
 
Top