Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sroamd
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
sroamd
Commits
4e27473a
Commit
4e27473a
authored
Jul 14, 2019
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add manual page.
parent
901816b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
sroamd.man
sroamd.man
+47
-0
No files found.
sroamd.man
0 → 100644
View file @
4e27473a
.TH SROAMD 8
.SH NAME
sroamd \- simple roaming daemon
.SH SYNOPSIS
.B sroamd
.IR option ...
[
.B \-\-
]
.IR interface ...
.SH DESCRIPTION
.B Sroamd
makes it possible to seamlessly roam between IP links (e.g. WiFi
access points) with no changes to clients. There is no central controller,
and no tunnelling is involved.
The daemon implements a custom DHCPv4 server, an IPv4 RA server and
a custom peer-to-peer flooding algorithm. It depends on hostapd for
link-layer configuration, and a routing protocol able to efficiently deal
with host routes (for example Babel).
.SH OPTIONS
.TP
.BI \-d " level"
Set the verbosity of debugging messages.
.TP
.BI \-P " prefix"
Configure the prefix used for roaming clients. \TP \BI \-N Configure the
nameserver address that will be announced to clients over DHCPv4 or IPv6
RA.
.TP
.BI \-a " address"
Bind the DHCPv4 server to the given address.
.TP
.BI \-f " port"
Set the local port used by the flooding protocol. If this is not set,
flooding is disabled.
.TP
.BI \-F " address:port"
Configure a neighbour for the flooding protocol. There is no automatic
neighbour discovery, you must configure enough neighbours to ensure that
your network remains connected. The remote address must be a unicast
address, either IPv4 or IPv6.
.SH SEE ALSO
.BR babeld (8).
.SH AUTHOR
Juliusz Chroboczek
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