February 24, 20206 yr Hi ... i'm trying out 'syncthing' docker, it's working well so far, i've only 'lost' 1000+ files just the once. I'm confident i can trust it in the shortterm but as my main and backup servers have 10Gb cards i'd like to amend the docker to point at those if possible. My understanding of docker + networking on unRaid is v.limited so is there any info out there or is anyone prepared to guide me along the way. At present it's just taking a bit too long to sync files between the two machines and as those faster cards are there (they've never been used cos i have no idea whether i've set them up correctly so never bothered) i may as well give them a try. They are configured on a separate subnet 192.168.2.xx each, i just dont know how to reconfigure at the network settings/docker end of things. Help would be appreciated ...
February 24, 20206 yr Author Two machines are at 192.168.1.10 & 192.168.1.15 .. eth0 both sides, eth1 is not used 10Gb cards are at 192.168.2.10/11 & 192.168.2.15/16 ... show as eth2 & eth3 (dual port) Edited February 24, 20206 yr by superloopy1
February 24, 20206 yr Author Here's what my 10Gb network setting looks like (they're all the same bar the ip addressing as above, i think i need to do some 'bridge' work but just what? This is 'eth2' on my 192.168.1.15 machine. Edited February 24, 20206 yr by superloopy1
February 24, 20206 yr Author Yup ... peer to peer. 1m cable. I need a dedicated connection for docker to "see" each machine on but no idea how to set this up. Edited February 24, 20206 yr by superloopy1
February 25, 20206 yr Yup ... peer to peer. 1m cable. I need a dedicated connection for docker to "see" each machine on but no idea how to set this up. Ok so I have a similar setup, I have a 4 port nic and 3 of those are on a different vlan. So what I wanted was my Sab to go out my vpn but my sonarr and radarr to be on my proxynet but what I found out is that sonarr or radarr could not talked to sab because they were in two different subnets. What I did was enabled bonding on each eth in unraid and it created br0 br1 etcThen on my sonarr and radarr docker I added the following command docker network connect br1 (or whatever the br is) sonarr ( name of the docker) and boom sab was reachable. However when the sonarr/radarr dockers get updated they lose it and I have to run that command again. But in my setup i have a dhcp running for each vlan and when it attaches to the other vlan it grabs an ip and that’s how they are able to talk to each other. Recently while I was looking at the docker advance settings ( docker not running ) I discovered a check box where it gives access from the subnet unraid is at to the docker networks. So that’s maybe something that you could use since you are doing peer to peer Sorry for the novel. Sent from my iPhone using Tapatalk
February 25, 20206 yr Author Thanks. I'll take a look but I think it's what is needed to join both 10Gb cards together in their own 'lan' and then point the docker to use it. Sync thing only talks across the two machines but I can't set it up to use my 10Gb cards. That's my problem. There's no internet access at all.
Archived
This topic is now archived and is closed to further replies.