June 5, 201511 yr So the syslog only seems to show since I powered the machine back up. When I came and inspected the situation, the server was on and the NIC light looked fine, but I could not telnet or ping the server. I now have a keyboard and monitor hooked up. But the syslog does not seem helpful at this point syslog.zip
June 5, 201511 yr Community Expert I think the powerdown plugin will save a copy of the syslog to your flash before it shuts down / reboots. This syslog shows IP 10.0.0.2. Can you ping that? Jun 4 20:16:10 Unraid logger: /etc/rc.d/rc.inet1: /sbin/ifconfig br0 10.0.0.2 broadcast 10.0.0.255 netmask 255.255.255.0
June 5, 201511 yr it works after reboot. I will have to wait for it to act up again Do you have a VM created from b12 or prior?
June 6, 201511 yr Author I suppose technically I do. I had virtualbox under unraid 5. I converted the disk to RAW and am using it with KVM. Disk only though
June 6, 201511 yr I had the exact same issue as you are describing, no issue in logs but the server was unreachable from outside. Everything seemed to be working fine except for this network issue. The solution in my case was to change the network in the xml file from br0 to virbr0. Loosely speaking, it seemed like the br0 network from the kvm was taking over the unraid network. If you create a temporary kvm, you can copy off this network portion into your current xml. Someone with better knowledge about this can chime in if necessary. Let me know if you want me to copy that portion of code here... Edit: here is the code that replaced the br0 network in my old xml file that fixed the issue for me. <source bridge='virbr0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> I suppose technically I do. I had virtualbox under unraid 5. I converted the disk to RAW and am using it with KVM. Disk only though
June 7, 201511 yr Author thats interesting. Well, I will certainly try that. Server is unpingable again. Is there any value in getting the log? Can someone tell me how to copy it to my flash or something before I reboot?
June 7, 201511 yr Community Expert thats interesting. Well, I will certainly try that. Server is unpingable again. Is there any value in getting the log? Can someone tell me how to copy it to my flash or something before I reboot? See v6 help in my sig for instructions on capturing a syslog without network.
June 9, 201511 yr Author So I did an ifconfig, and oddly, the only MAC that showed was my VM mac. So @htpcnewbie, I think you are spot on. Is there any value to continuing to look at this or should I just apply the workaround?
June 9, 201511 yr Author So the problem is, if I do not bridge br0, then I receive a 192.168 NAT address rather than a DHCP address from the router. This is still a problem.
June 11, 201511 yr Author so the machine is on and running now. My Main mac does not show if the VM is running, I assume thats normal. Does anyone have any other Ideas? Otherwise I will have to wait until it drops again to capture the log
June 23, 201511 yr Author Server is still going strong. I did disable ipv6 on the vm. Surely that wouldn't make a difference?
Archived
This topic is now archived and is closed to further replies.