TheBR

Members
  • Posts

    2
  • Joined

  • Last visited

TheBR's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi, I've installed this, made a snapshot and alls good but how do i go about restoring? There is an option to "Send" the snapshot, if i wanted to restore this over where i am now would i delete / move the original disk and then "Send" this snapshot to the original directory of the VM or am i missing something here?
  2. Hi all, First up im pretty good with networks just not linux networking but i cant work out whats going on here. My server is on 192.168.254.2, i created a 802.3ad bond with interfaces eth0,1,2,3 This has mac address AC:1F:6B:7B:E9:44 and has the 192.168.254.2 address statically configured. https://i.imgur.com/mrlHTP7.png As i was worried about losing connectivity when i did this, as an afterthougt i configured eth5 as standalone interface with static ip 192.168.254.254, if im honest i didnt put too much thought into this and i didnt even expect it to work as I assumed the sheel and the GUI would be tied to .2 somehow. This int has a mac of 00:24:81:81:8D:0A https://i.imgur.com/IwFPfb0.png On my cisco switch i configured a LAG interface using known good config and applied the changes then plugged eth0,1,2 & 3 in. Nothing worked. LAG was up on the cisco side, it all looked good but no response to ping on 192.168.254.2 So i thought i'd give my hail mary a shot and plugged in eth5 to some random port on my switch in the same vlan aaaand it ALL sprung into life. 192.168.254.2 is pinging, bonded interfaces are passing traffic (i have docker containers configured to use bond0 and i can see the stats increasing on the counters in the cisco switch when runnuing plex etc), i can access the GUI via .2 So im thinking WTF? So i start checking out the ARP tables on my router and here's what i see:- 192.168.254.2 a6:b9:e8:b3:c9:72 <<<< MAC Address of iinterface shim-br0 23: shim-br0@br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether a6:b9:e8:b3:c9:72 brd ff:ff:ff:ff:ff:ff inet 192.168.254.2/32 scope global shim-br0 valid_lft forever preferred_lft forever inet6 fe80::a4b9:e8ff:feb3:c972/64 scope link valid_lft forever preferred_lft fore 192.168.254.254 ac:1f:6b:7b:e9:44 <<<< MAC address of bond0 Eh - that makes no sense! Has anyone any ideas whats going on here? Where has shim-br0 come from - why is 192.168.254.254 on bond0 when its configured on eth5? I'm lost. Finally - output from /boot/config/network.cfg if it helps IFNAME[0]="br0" BONDNAME[0]="bond0" BONDING_MIIMON[0]="100" BRNAME[0]="br0" BRSTP[0]="no" BRFD[0]="0" BONDING_MODE[0]="4" BONDNICS[0]="eth0 eth1 eth2 eth3" BRNICS[0]="bond0" PROTOCOL[0]="ipv4" USE_DHCP[0]="no" IPADDR[0]="192.168.254.2" NETMASK[0]="255.255.255.0" GATEWAY[0]="192.168.254.1" DNS_SERVER1="192.168.254.1" USE_DHCP6[0]="yes" DHCP6_KEEPRESOLV="no" IFNAME[1]="eth5" PROTOCOL[1]="ipv4" USE_DHCP[1]="no" IPADDR[1]="192.168.254.254" NETMASK[1]="255.255.255.0" GATEWAY[1]="192.168.254.1" SYSNICS="2"