GithubHelp home page GithubHelp logo

Shared folder problem about windows HOT 3 OPEN

JustDj-Git avatar JustDj-Git commented on August 15, 2024
Shared folder problem

from windows.

Comments (3)

kroese avatar kroese commented on August 15, 2024 1

The reason is these errors in the log:

 ERROR: The 'tun' kernel module is not available. Try this command: 'sudo modprobe tun' or run the container with 'privileged: true'.
❯ Warning: falling back to usermode networking (slow)!

When using usermode networking you cannot use the name //host.lan but only the IP //20.20.20.1. But the best solution is to figure out why the TUN module is not loaded on Suse Tumbleweed, or load it manually using the commands in the error message.

from windows.

ghostvar avatar ghostvar commented on August 15, 2024 1

wondering the solution to the same problem, which in my case was a bit different with //host.lan showing but not being accessible, was doing a rebuild due same issue.

It turns out that I forgot to change the DNS settings in Windows container using custom Google or Cloudflare DNS, causing the host name host.lan cannot be resolved.

To still have custom domain enabled, writing dns on compose yml file doesn't working so I just using hosts file and pointing host.lan to 20.20.20.1.

image
image

from windows.

JustDj-Git avatar JustDj-Git commented on August 15, 2024

The reason is these errors in the log:

 ERROR: The 'tun' kernel module is not available. Try this command: 'sudo modprobe tun' or run the container with 'privileged: true'.
❯ Warning: falling back to usermode networking (slow)!

When using usermode networking you cannot use the name //host.lan but only the IP //20.20.20.1. But the best solution is to figure out why the TUN module is not loaded on Suse Tumbleweed, or load it manually using the commands in the error message.

Loading this module manually doesn't help too. Strange problem. Switched to other distro and all good so far. Thank you for helping!

from windows.

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.