configure a docker to inteacturate between networks


Recommended Posts

I have a problem regarding networks.

 

I have running tvheadend as br0 (192.168.68.7), connected with a digibit r1 sat>ip (192.168.68.30)

It is also connceted to oscam docker; also set up as br0 (192.168.68.8).

It pass the playlist throug xteve docker also as br0 (192.168.68.8). Up to this step all parts work fine.

The problem is that I have emby set up in a custom network (cdocknet), that I cofigured for reverse proxy following an emby tutorial.

The problem is that emby does not recognice xteve signal, as it is in a different network (as I understand).

I read in docs.docker that it is possible that a docker can be connected to more than one network at a time. 

My question is, can xteve be connected both br0 and cdocknet (then I can connect both tvheadend by br0 and emby by cdocknet)? How can I do that? 

Thank you very much in advance

 

Edit:

Solved with the command "docker network connect cdocknet xteve" for xteve, tvheadend and oscam.

Edited by dellorianes
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.