Coder Social home page Coder Social logo

why about windows HOT 7 CLOSED

dockur avatar dockur commented on July 4, 2024
why

from windows.

Comments (7)

matthiasdotsh avatar matthiasdotsh commented on July 4, 2024 1

You are absolutely right!
I've got it running now, but I think it's just not meant for my use case.

Thanks anyway for this cool project and the quick help!

from windows.

kroese avatar kroese commented on July 4, 2024

It says it in the screenshot:

"Perhaps your iptables or kernel needs to be updated.."

Which OS/kernel are you using?

from windows.

matthiasdotsh avatar matthiasdotsh commented on July 4, 2024

Any idea what kernel and iptables versions are needed?

I'm running AlmaLinux9.2

with kernel

$ uname -srm
Linux 5.14.0-284.30.1.el9_2.x86_64 x86_64

and iptables

$ iptables --version
iptables v1.8.8 (nf_tables)

and get the same error...

from windows.

kroese avatar kroese commented on July 4, 2024

Try

modprobe  ip_tables 
modprobe  iptable_filter

To load the modules before starting the container.

from windows.

matthiasdotsh avatar matthiasdotsh commented on July 4, 2024

Thanks for your fast reply.

Looks like both are not loaded

$ lsmod | grep ip_tables
$ lsmod | grep ipptable_filter

Unfortunately, I don't have permissions on the relevant host (gitlab shell executor) to change this.

from windows.

kroese avatar kroese commented on July 4, 2024

If you enable DHCP mode (see the FAQ) it will not need iptables at all (it switches to a macvtap interface). So that would solve your issue.

However if I understand you correctly, you are trying to run this container in the cloud, which will cause lots of other issues (as I am pretty sure Gitlab will not allow you to use KVM for example), so even if you workaround the network problem you will run into the next problem.

from windows.

AlBundy33 avatar AlBundy33 commented on July 4, 2024
can't initialize iptables table `nat': Table does not exist (do you need to insmod?)

added error message to find this issue when searching

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.