Recent content by rlindsay

  1. R

    NAT networking but with multiple bridges?

    So this is really what I have currently. I'm very limited because essentially I only have 1 external facing IP I can't do any additional routing beyond the external IP because of the corporate infrastructure. I would like to be able to connect container C in a similar manner in that I can expose...
  2. R

    NAT networking but with multiple bridges?

    You wouldn't have an example of how that works in reality? Do you have to do anything to let each of the bridges talk to each other and route traffic?
  3. R

    NAT networking but with multiple bridges?

    Hmm, don't really see how that helps. I want to basically isolate each container from the others networking.
  4. R

    NAT networking but with multiple bridges?

    I've set my system up to use NAT. Which works ok, I can give my containers network access and run services on them However I am currently just running one bridge for the network and extending that with new pre and post iptables routes for each port on each container I want to expose. The problem...