.. | ||
create-netns.sh | ||
README.md |
In here is where I'll be saving a copy of the likely complicated iptables rules and a breif description of what they're supposed to do, so I can remember how the hell this works in 3 months. The purpose of this is that I want to connect the Car Pi to all three networks, actually connecting isn't too hard, it's being able to talk to BOTH devices that are under the 10.99.77.1 ip address at the same time that's the hard part.
Facts
Devices:
- Raspberry PI - Car Pi
- Blackvue 650GW - Cam A
- Blackvue 550GW - Cam B
- Apartment Wifi - Car Wifi
Networks:
- Cam A Net - 10.99.77.0/24 device 10.99.77.1
- Cam B Net - 10.99.77.0/24 device 10.99.77.1
- Car Wifi - 192.168.1.0/24 device 192.168.1.XX
Plan
- Redirect http traffic going to 10.99.78.1 to Cam A Net 10.99.77.1.
- Redirect http traffic going to 10.99.79.1 to Cam B Net 10.99.77.1.