Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
re6stnet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joanne Hugé
re6stnet
Commits
36e6ea82
Commit
36e6ea82
authored
Mar 25, 2013
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warning about NetworkManager
parent
3dff857c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
docs/re6stnet.rst
docs/re6stnet.rst
+23
-0
No files found.
docs/re6stnet.rst
View file @
36e6ea82
...
...
@@ -48,6 +48,9 @@ re6stnet_subnet
re6stnet_network
the re6st network you belong to, written in CIDR notation
Starting re6st automatically
----------------------------
If the `/etc/re6stnet/re6stnet.conf` configuration file exists, `re6stnet` is
automatically started as a daemon. This is done is 2 different ways, depending
on whether it is bound or not to a specific interface, by using the
...
...
@@ -61,6 +64,26 @@ on whether it is bound or not to a specific interface, by using the
interface is enabled/disabled by ``NetworkManager``\ (8). Debian package also
provides `ifupdown` scripts.
Important note about NetworkManager
-----------------------------------
It is required to configure properly every connection defined in NetworkManager
because default settings are wrong and conflict with re6st:
- If re6st routes all your IPv6 traffic, using ``--table 0`` option, then make
sure to disable IPv6 in NetworkManager.
- Otherwise, the following options must be set in [ipv6] section::
ignore-auto-routes=true
never-default=true
In applets, these options are usually named:
- Ignore automatically obtained routes (KDE & Gnome)
- Use only for resources on this connection (KDE)
- Use this connection only for resources on its network (Gnome)
HOW TO
======
...
...
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