Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
59b80cf6
Commit
59b80cf6
authored
Jul 31, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_new_system.sh: add tuning for IPv6 tempaddr (eterbug #14600)
parent
0553e35f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
tune_new_system.sh
etersoft/tune_new_system.sh
+8
-0
No files found.
etersoft/tune_new_system.sh
View file @
59b80cf6
...
...
@@ -131,4 +131,12 @@ if [ -f /etc/net/ifaces/e*/options ] ; then
subst
"s|^NM_CONTROLLED=yes|NM_CONTROLLED=no|"
/etc/net/ifaces/e
*
/options
subst
"s|^DISABLED=yes|DISABLED=no|"
/etc/net/ifaces/e
*
/options
fi
if
[
!
-f
/etc/sysctl.d/40-tempaddr-ipv6.conf
]
;
then
cat
<<
EOF
> /etc/sysctl.d/40-tempaddr-ipv6.conf
# Enable IPv6 Privacy Extensions
# see https://bugs.etersoft.ru/show_bug.cgi?id=14600#c5
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
EOF
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment