Code Monkey home page Code Monkey logo

Comments (12)

sshnaidm avatar sshnaidm commented on June 4, 2024

@HolgerHees thanks for report. Can you please also paste your /etc/cni/net.d/mobile_vpn.conflist?

from ansible-podman-collections.

HolgerHees avatar HolgerHees commented on June 4, 2024
{
   "cniVersion": "0.4.0",
   "name": "mobile_vpn",
   "plugins": [
      {
         "type": "bridge",
         "bridge": "cni-podman1",
         "isGateway": true,
         "ipMasq": true,
         "hairpinMode": true,
         "ipam": {
            "type": "host-local",
            "routes": [
               {
                  "dst": "0.0.0.0/0"
               }
            ],
            "ranges": [
               [
                  {
                     "subnet": "10.100.0.208/29",
                     "gateway": "10.100.0.209"
                  }
               ]
            ]
         }
      },
      {
         "type": "portmap",
         "capabilities": {
            "portMappings": true
         }
      },
      {
         "type": "firewall",
         "backend": ""
      }
   ]
}

from ansible-podman-collections.

sshnaidm avatar sshnaidm commented on June 4, 2024

@HolgerHees I see, looks like you don't have podman dnsname plugin installed, and I consider it's installed by default. Need to find a way to detect that it's not enabled in the system.

from ansible-podman-collections.

sshnaidm avatar sshnaidm commented on June 4, 2024

@HolgerHees can you please check if this path exists on your target system? /usr/libexec/cni/dnsname
(where actual podman runs)

from ansible-podman-collections.

HolgerHees avatar HolgerHees commented on June 4, 2024

btw. the path is /usr/lib/cni/ on my system and the content is

-rwxr-xr-x  1 root root  3997672 20. Jul 17:56 bandwidth
-rwxr-xr-x  1 root root  4466286 20. Jul 17:56 bridge
-rwxr-xr-x  1 root root 11077776 20. Jul 17:56 dhcp
-rwxr-xr-x  1 root root  5698823 20. Jul 17:56 firewall
-rwxr-xr-x  1 root root  2943777 20. Jul 17:56 flannel
-rwxr-xr-x  1 root root  4007489 20. Jul 17:56 host-device
-rwxr-xr-x  1 root root  3465319 20. Jul 17:56 host-local
-rwxr-xr-x  1 root root  4139211 20. Jul 17:56 ipvlan
-rwxr-xr-x  1 root root  3078774 20. Jul 17:56 loopback
-rwxr-xr-x  1 root root  4217964 20. Jul 17:56 macvlan
-rwxr-xr-x  1 root root  2748441 16. Mai 16:28 noop
-rwxr-xr-x  1 root root  3786793 20. Jul 17:56 portmap
-rwxr-xr-x  1 root root  4385432 20. Jul 17:56 ptp
-rwxr-xr-x  1 root root  3252942 20. Jul 17:56 sbr
-rwxr-xr-x  1 root root  1132147 16. Mai 16:28 sleep
-rwxr-xr-x  1 root root  2760372 20. Jul 17:56 static
-rwxr-xr-x  1 root root  3208644 20. Jul 17:56 tuning
-rwxr-xr-x  1 root root  4139163 20. Jul 17:56 vlan

from ansible-podman-collections.

sshnaidm avatar sshnaidm commented on June 4, 2024

@HolgerHees OK, seems like it can be in /usr/libexec/cni /usr/lib/cni /opt/cni/bin /opt/bridge/bin so will check all of them

from ansible-podman-collections.

sshnaidm avatar sshnaidm commented on June 4, 2024

@HolgerHees please check if #118 helps.

from ansible-podman-collections.

HolgerHees avatar HolgerHees commented on June 4, 2024

it works! :-)

from ansible-podman-collections.

Trezamere avatar Trezamere commented on June 4, 2024

this appears to have been clobbered by #471 and is happening again

from ansible-podman-collections.

sshnaidm avatar sshnaidm commented on June 4, 2024

@Trezamere please open the another issue with logs.

from ansible-podman-collections.

sshnaidm avatar sshnaidm commented on June 4, 2024

@Trezamere so do you have an example?

from ansible-podman-collections.

Trezamere avatar Trezamere commented on June 4, 2024

No I had to work around it, I'll see if I can replicate it next week.

from ansible-podman-collections.

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.