sysctl settings
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 4s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 14:23:35 +02:00
parent 0b74680fff
commit 3afc668228

View File

@ -6,13 +6,13 @@ jobs:
build:
runs-on: alpine-latest
steps:
- name: remove sysctl
run: sysctl -w net.ipv6.conf.all.disable_ipv6=0
- name: apply sysctl
run: sysctl -p
- name: show ip addr
run: ip a
- name: show ip route
run: ip route
- name: show sysctl
run: sysctl -a
- name: show resolv.conf
run: cat /etc/resolv.conf
- name: Test IPv6 connectivity
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"