Replies: 3 comments 10 replies
-
Please provide the full output of With Netavark, we use IPv6 Unique Local Addresses for internal networks (which start with FC and FD prefixes), and NAT those to the internet, to allow IPv6 with zero external configuration, similar to how IPv4 is supported. |
Beta Was this translation helpful? Give feedback.
-
There you go. sudo podman info
|
Beta Was this translation helpful? Give feedback.
-
Does netavark not support IPv6 without IPv4? sudo podman inspect root_node | grep NetworkSetting -A 48
|
Beta Was this translation helpful? Give feedback.
-
Hey there!
I'm still trying to get 'safe network nodes' running inside a container,
'safe network' being some sort of a decentralized cloud network.
They are supposed to connect to each other and exchange data.
For safety concerns I want to run them all in containers.
I've succeeded setting up a test network in IPv4,
but I prefer IPv6, so I started a second test network.
Here's what I have so far.
sudo podman ps -a
As one can see, they run.
However when I enter join_node_1
via
sudo podman exec -u root -it join_node_1 /bin/bash
and try to ping the outside, which works on any IPv4 node, I get this:
ping ifconfig.me
This is the network configuration of container join_node_1
ip addr
I only have one simple network running.
sudo podman network ls
However, I'm unsure about my IPv6 setup.
Since IPv4 is default, I copy pasted the subnet and gateway part by from copypasting the results of
podman network create --ipv6
andcat /etc/containers/networks/podman1.json | grep
subnet|gateway'`sudo podman network inspect podman
Also, I have questions about IPv6.
The standard IPv4 address for podman (with netavark) seems to be 10.88.0.2.
Beta Was this translation helpful? Give feedback.
All reactions