I have two independent networks in my home, and I want to them to be able to “talk together”.
The situation is, this: For a long time I have had a network with a “Technicolor” router provided by the ISP. I have a number of home monitoring devices and a raspberry pi connected to this network. This network uses IP adresses in the 10.0.0.0 net.
I recently got a second internet connection from a different ISP, and I bought the Turris Omnia router for that one. This network uses IP adresses in the 192.168.1.0 net.
Now, my PC (running Ubuntu) is connected to the Turris router and that works fine. But I would like to access the raspberry pi on the other network from my PC while the PC is connected to the Turris router.
I have sketch the situation below:
Current state:
192.168.1.1
ISP2 ------ Turris --------- PC
ISP1 ------ Technicolor ---- Raspberry
10.0.0.1
Desired state:
192.168.1.1
ISP2 ------ Turris --------- PC
|
|
ISP1 ------ Technicolor ---- Raspberry
10.0.0.1
In short: I would like to be able to reach a device on the 10.0.0.0 network (say 10.0.0.7) from a device on the 192.168.1.0 network (say 192.168.1.10).
Is this even possible, and if so, how do I set it up?