enable ipv6 routing
parent
c5748a7c09
commit
d18d1ffd4f
@ -1,10 +1,21 @@
|
|||||||
net.ipv4.ip_forward=1
|
net.ipv4.ip_forward=1
|
||||||
#net.ipv6.conf.all.forwarding=1
|
|
||||||
|
net.ipv6.conf.all.forwarding=1
|
||||||
|
|
||||||
|
net.ipv6.conf.all.autoconf = 0
|
||||||
|
net.ipv6.conf.default.autoconf = 0
|
||||||
|
|
||||||
|
net.ipv6.conf.all.accept_ra = 0
|
||||||
|
net.ipv6.conf.default.accept_ra = 0
|
||||||
|
|
||||||
net.ipv6.neigh.default.gc_thresh3=4096
|
net.ipv6.neigh.default.gc_thresh3=4096
|
||||||
net.ipv6.neigh.default.gc_thresh2=2048
|
net.ipv6.neigh.default.gc_thresh2=2048
|
||||||
net.ipv6.neigh.default.gc_thresh1=1024
|
net.ipv6.neigh.default.gc_thresh1=1024
|
||||||
net.ipv6.neigh.default.gc_interval=3600
|
net.ipv6.neigh.default.gc_interval=3600
|
||||||
net.ipv6.neigh.default.gc_stale_time=3600
|
net.ipv6.neigh.default.gc_stale_time=3600
|
||||||
|
|
||||||
|
# decrease nf_conntrack_tcp_timeout_established - default=432000
|
||||||
|
net.netfilter.nf_conntrack_tcp_timeout_established=86400
|
||||||
|
|
||||||
# reboot after kernel panic
|
# reboot after kernel panic
|
||||||
kernel.panic=1
|
kernel.panic=1
|
||||||
|
Loading…
Reference in New Issue