Skip to content

Commit b0b079a

Browse files
committed
no overlapping ports
1 parent 19c691e commit b0b079a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

roles/geth/defaults/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ geth_container_ports:
2020
- "127.0.0.1:{{ geth_ports_engine }}:{{ geth_ports_engine }}"
2121
- "{{ geth_ports_p2p }}:{{ geth_ports_p2p }}"
2222
- "{{ geth_ports_p2p }}:{{ geth_ports_p2p }}/udp"
23-
- "[::1]:{{ geth_ports_p2p_ipv6 }}:{{ geth_ports_p2p_ipv6 }}"
23+
- "[::]:{{ geth_ports_p2p_ipv6 }}:{{ geth_ports_p2p_ipv6 }}"
2424
geth_container_volumes:
2525
- "{{ geth_datadir }}:/data"
2626
- "{{ geth_auth_jwt_path }}:/execution-auth.jwt:ro"

roles/lighthouse/defaults/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ lighthouse_container_ports:
3838
- "{{ lighthouse_ports_p2p_udp }}:{{ lighthouse_ports_p2p_udp }}/udp"
3939
- "{{ lighthouse_ports_quic }}:{{ lighthouse_ports_quic }}"
4040
- "{{ lighthouse_ports_quic }}:{{ lighthouse_ports_quic }}/udp"
41-
- "[::1]:{{ lighthouse_ports_p2p_tcp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}"
42-
- "[::1]:{{ lighthouse_ports_p2p_udp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}/udp"
41+
- "[::]:{{ lighthouse_ports_p2p_tcp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}"
42+
- "[::]:{{ lighthouse_ports_p2p_udp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}/udp"
4343
lighthouse_container_volumes:
4444
- "{{ lighthouse_datadir }}:/data"
4545
- "{{ lighthouse_auth_jwt_path }}:/execution-auth.jwt:ro"

0 commit comments

Comments
 (0)