Giter Site home page Giter Site logo

Comments (3)

nifr avatar nifr commented on August 18, 2024

You need to route all traffic to docker's IP addresses through the tuntap interface like this:

sudo route add -net 172.16.0.0 -netmask 255.240.0.0 10.0.75.2

Needs to be done after every host restart obviously.

For some reason I occasionally need to remove the routing and add it back again if I can't connect to the containers anymore.

sudo route delete -net 172.16.0.0 -netmask 255.240.0.0 10.0.75.2
sudo route add -net 172.16.0.0 -netmask 255.240.0.0 10.0.75.2

Hope that helps :)

from docker-tuntap-osx.

AlmirKadric avatar AlmirKadric commented on August 18, 2024

@nifr thanks for the help

@blairexico no you do not need a default route out of your containers. They should already be setup to communicate out over the host. The fundamental issue is that on macOS docker doesn't support communicating in out of the box which is what theses scripts are designed to help setup.

Have you read the README file of the project? there is a pretty good explanation there of what the scripts do and what additional steps you need to take. Let me know if you find the README insufficient and what doesn't make sense.

from docker-tuntap-osx.

AlmirKadric avatar AlmirKadric commented on August 18, 2024

@blairexico has your problem been resolve?
I would like to clean up the issues list.
If I dont get a response by next week, I will close this issue.

from docker-tuntap-osx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.