sysctl settings
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 4s
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 4s
This commit is contained in:
parent
0b74680fff
commit
3afc668228
@ -6,13 +6,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: remove sysctl
|
||||||
|
run: sysctl -w net.ipv6.conf.all.disable_ipv6=0
|
||||||
|
- name: apply sysctl
|
||||||
|
run: sysctl -p
|
||||||
- name: show ip addr
|
- name: show ip addr
|
||||||
run: ip a
|
run: ip a
|
||||||
- name: show ip route
|
- name: show ip route
|
||||||
run: ip route
|
run: ip route
|
||||||
- name: show sysctl
|
|
||||||
run: sysctl -a
|
|
||||||
- name: show resolv.conf
|
|
||||||
run: cat /etc/resolv.conf
|
|
||||||
- name: Test IPv6 connectivity
|
- name: Test IPv6 connectivity
|
||||||
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"
|
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"
|
||||||
Reference in New Issue
Block a user