-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 only / air-gapped test installation #319
Comments
rbo
changed the title
IPv6 only - /etc/hosts entry wrong
IPv6 only / air-gapped test installation
Jun 30, 2024
By default podman run's only with IPv4. To change this: Enable IPv6 at podman network
Change quay mirror registry listen config
Resources: |
I don't get DHCPv6 running, let's try agent base installer with static ipv6 agent-config.yamlapiVersion: v1alpha1
kind: AgentConfig
metadata:
name: demo
rendezvousIP: 2a01:4f9:4a:3355:32::1000
hosts:
- hostname: master-0
interfaces:
- name: eno1
macAddress: 52:54:00:a8:32:0a
networkConfig:
interfaces:
- name: eno1
type: ethernet
state: up
mac-address: 52:54:00:a8:32:0a
ipv6:
enabled: true
address:
- ip: 2a01:4f9:4a:3355:32::1000
prefix-length: 80
dhcp: false
ipv4:
enabled: false
dns-resolver:
config:
server:
- 2a01:4f9:4a:3355:32::1
routes:
config:
- destination: ::/0
next-hop-address: 2a01:4f9:4a:3355:32::1
next-hop-interface: eno1
table-id: 254
- hostname: master-1
interfaces:
- name: eno1
macAddress: 52:54:00:a8:32:0b
networkConfig:
interfaces:
- name: eno1
type: ethernet
state: up
mac-address: 52:54:00:a8:32:0b
ipv6:
enabled: true
address:
- ip: 2a01:4f9:4a:3355:32::1001
prefix-length: 80
dhcp: false
ipv4:
enabled: false
dns-resolver:
config:
server:
- 2a01:4f9:4a:3355:32::1
routes:
config:
- destination: ::/0
next-hop-address: 2a01:4f9:4a:3355:32::1
next-hop-interface: eno1
table-id: 254
- hostname: master-0
interfaces:
- name: eno1
macAddress: 52:54:00:a8:32:0c
networkConfig:
interfaces:
- name: eno1
type: ethernet
state: up
mac-address: 52:54:00:a8:32:0c
ipv6:
enabled: true
address:
- ip: 2a01:4f9:4a:3355:32::1002
prefix-length: 80
dhcp: false
ipv4:
enabled: false
dns-resolver:
config:
server:
- 2a01:4f9:4a:3355:32::1
routes:
config:
- destination: ::/0
next-hop-address: 2a01:4f9:4a:3355:32::1
next-hop-interface: eno1
table-id: 254 firewalld rules are not applied to IPv6 🤷🏻♀️
|
fixed agent-config.yaml, duplicated hostname |
Installion stuck in bootstrap... |
|
Looks like it pick the cni-podman0 interface ip... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like etc/host is wrong:
The text was updated successfully, but these errors were encountered: