Gog

Members
  • Posts

    323
  • Joined

  • Last visited

Everything posted by Gog

  1. For years I've been using DHCP with a reserved IP for unraid. I've played with this recently (and a DNS server but all that is disabled now) so it might be related. Unraid won't ping my gateway or the internet but only if it's on 192.168.1.74. If I release the reservation, it resets on .46 and it works. I can configure a static IP to .111 and it works. If I use a static IP with .74, I get 100% packet loss on pings. For all these tests, the array is stopped, I have a bunch of docker container but that's all stopped too. I've tried this without reboots so the IP is litteraly the only thing that changed between tests. I've gone through every config screen on the gateway and the only place I see the IP and/or the MAC is in the device table. 192.168.1.74 is hardcoded all over the place but with the array stopped I don't see what config could have an effect. I also have one VM I use and a few that are usually stopped, only started for experiments. These come and go as I reboot with different IPs. I did not expect that one... Any suggestions or do I rebuild the config from scratch? I'm not familiar with route but from what I read, the gateway config looks ok root@Tower:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.254 0.0.0.0 UG 1 0 0 br0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 br0 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 root@Tower:~# ifconfig br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.74 netmask 255.255.255.0 broadcast 192.168.1.255 ether 0c:c4:7a:69:41:8c txqueuelen 0 (Ethernet) RX packets 107843 bytes 23898437 (22.7 MiB) RX errors 0 dropped 2007 overruns 0 frame 0 TX packets 102551 bytes 27536726 (26.2 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 172.17.42.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether 00:00:00:00:00:00 txqueuelen 0 (Ethernet) RX packets 14906 bytes 1770590 (1.6 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 15787 bytes 6858978 (6.5 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 ether 0c:c4:7a:69:41:8c txqueuelen 1000 (Ethernet) RX packets 568093 bytes 157746880 (150.4 MiB) RX errors 0 dropped 12513 overruns 0 frame 0 TX packets 742564 bytes 602355552 (574.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xf7600000-f767ffff eth1: flags=4355<UP,BROADCAST,PROMISC,MULTICAST> mtu 1500 ether 0c:c4:7a:69:41:8d txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xf7500000-f757ffff lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 0 (Local Loopback) RX packets 14270 bytes 11909320 (11.3 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 14270 bytes 11909320 (11.3 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255 ether 52:54:00:27:15:21 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  2. I did not use an unraid specific container but you should be able to search for "general use" dockers in the app store. Look for sameersbn's version of bind
  3. Hi A suggestion: modify the boot order from the GUI. It's not a big deal but I'm inexperienced with KVM and I had to dig for that one. Thanks
  4. Turns out I needed a DNS server... I installed the apache container for reverse proxy, SSL is setup and it does what I need. At that point I had to use a different URL to access my things depending if I was inside or outside my network. That's annoying. I needed a DNS server to intercept requests to my domain. Now I'm new to this so there might be a few stupid things in here but it works for me. I used sameersbn's docker container, loaded through the Community Applications/app store, with a mashup of setup info from here: http://www.damagehead.com/blog/2015/04/28/deploying-a-dns-server-using-docker/ and here: http://mixeduperic.com/ubuntu/seven-easy-steps-to-setting-up-an-interal-dns-server-on-ubuntu.html But that's not an unraid docker so I thought I'd document here what I did. There is a web admin page at https://tower:10000 that is a bit far from newby-friendly but the "edit config file" and "edit record file" buttons can save you from vi. Every time you start the docker, it will change the permissions on these config files to restrict access so it's annoying to edit from another system. modify the following config files to suit your needs: Define your forwarding address in named.conf.options Define your zone (domain) in named.conf.local Configure your zone in db.mydomain.com Configure reverse lookup in db.192 And restart the docker every time you change something.
  5. I'm using chrome on windows 7 and I get similar weird behavior. The Feedback, help, info and logs buttons overlap the search and update application buttons. I agree with Squid, his plugin deserves a spot in the top tabs but this behavior is annoying.
  6. Installed mariaDB docker, installed this docker, reverse-proxied thanks to CHBMB here: http://lime-technology.com/forum/index.php?topic=43858.msg424250#msg424250 It works but it's maddeningly slow. My CPU is almost idle, RAM usage is low, everything is stored on a SSD but there is a 4-5 second delay for every button press. Direct-connect or through apache reverse-proxy, same thing. All my other dockers perform as expected. Anybody else uses this?
  7. Thanks CHBMB, works for me too. I'll use piwigo for a while through that, see how it goes.
  8. Anybody got a reverse proxy config for Piwigo?
  9. And plexrequest reverse proxy is up and running. Groovy
  10. Another one of my posts? Which one and I'll edit it and stick a link to the method I pointed to above. Not a thread you started but you gave it some meat: https://lime-technology.com/forum/index.php?topic=40107.0
  11. Crap, I follow that thread and I missed it...
  12. Thanks for the pointer. I did not findnthisnone. I was about to use your post as a base to use a subdomain
  13. Which document is this on? https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/installation-of-apacheweb-docker/, the readme is dead Sorry for the continuity issues, I copied and pasted a lot from my personal blog to the linuxserver.io blog and the naming changed. I will go thru it again and update. Why are you signing up for two certs? I had my cert done on "www.mydomain.com" and "mydomain.com" I read afterwards that for PlexRequest I need to use "something_for_request.mydomain.com". Doesn't that require another cert? I will add text for this. Thank you. I will add more text about this. I really appreciate the feedback and any other you may have! You read some doc, you comment on some doc, it's the circle of life!
  14. Could you elaborate? When I tried, I couldn't figure out how to get the baseurl to cooperate. Did you use rewrites? I found at least 3 ways to configure deluge but this works for me. ProxyPassReverse doesn't seem to be needed. I haven't done complete regression test but so far so good. One side note: I don't use a container for Deluge, it's on a linux VM with it's own VPN so the deluge IP here is not the unraid IP. No clue if that changes anything. <Location /deluge> ProxyPass http://DELUGE_IP:8112/ ProxyPassReverseCookiePath / /deluge/ RequestHeader append X-Deluge-Base "/deluge/" </Location>
  15. I'm very new to Apache (all things web, really) so I had to dig around a bit but these two pages were my foundation. You have a dead link in "Installing the Docker on other systems". I was put on hold for validation of my SSL certificate so it deviated from your instructions a bit. It got me scrambling because you don't always refer to some document with the same name. Simple things like the private key is ssl.key (BTW, can you have two certificate use the same key?) And how to point Apache to the different SSL files is also not in there. Google fixed that quickly and it's also in your default.conf from the security check thread. Oh and it took me an embarrassing long time to understand what .htaccess does. 10M hits on google but I had to dig around to find out that it's a password popup...
  16. Hi guys. I'm trying to configure a reverse-proxy. There are a bunch of threads on the subject but the containers that they mention are all deprecated or in limbo (are you guys doing a Nginx or not?) Anyway, I figured I'd go the apache way and use this container. I started playing with this about a week ago, big thanks to the primers here: https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/installation-of-apacheweb-docker/ https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/add-ssl-to-your-apache-reverseproxy-docker/ If I can suggest an improvement for the SSL overview above, this thread https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/installation-of-apacheweb-docker/ brought me up to a much more secure config. You should add smdion's apache SSL config parameters from that thread to your overview, it's great info for the security settings and the SSLCertificateFile, SSLCertificateKeyFile and SSLCertificateChainFile parameters I got Deluge working through reverse proxy, I need to figure out plexrequest next but it looks like I'll need another certificate. "Let's encrypt" is going open beta today, I'll try to play with that.
  17. I just saw the announcement for Piwigo Remote Sync (http://piwigo.org/forum/viewtopic.php?id=26090) This is precicely what I was looking for, I'm going to have to try piwigo again!
  18. The autoupdate froze my engine container once. A container restart or two was all it needed
  19. Why not? Mine still does and if you want to make change use the windows client
  20. I get that too. The engine still runs, I have other pcs backuping to the unraid server but the desktop used to work and now gets this message
  21. You've checked the permissions for the content of /data/backup. What about the permissions of that directory? ls -l /data
  22. Hi Fairly new to VMs on KVM but I upgraded the server and I'm trying to migrate my Sage windows box to a VM. I'm having a hard time getting the windows VM to detect any USB device. The xml looks fine, the devices are plugged in before the VM starts, I installed the 4 virtIO drivers but the hauppauge usb tuner or a simple usb stick are invisible to the VM. Is there something specific I need to install to let the VM detect the devices? thanks
  23. A shot in the dark here but are your permissions OK on your config file?
  24. Thanks for the change. As for the directory, don't sweat it. I'll just do a symbolic link and forget about it.