Skip to content

Commit

Permalink
release: enable IPv6 forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
etungsten committed Sep 22, 2021
1 parent 5a567a7 commit 2bf5e10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/release/release-sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ net.ipv4.ip_default_ttl = 255
# Enable IPv4 forwarding for container networking.
net.ipv4.conf.all.forwarding = 1

# Enable IPv6 forwarding for container networking.
net.ipv6.conf.all.forwarding = 1

# Accept router advertisement (RA) packets even if IPv6 forwarding is enabled on eth0
net.ipv6.conf.eth0.accept_ra = 2

# This is generally considered a safe ephemeral port range
net.ipv4.ip_local_port_range = 32768 60999

Expand Down

0 comments on commit 2bf5e10

Please sign in to comment.