-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq-general.html
More file actions
52 lines (42 loc) · 1.63 KB
/
faq-general.html
File metadata and controls
52 lines (42 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>HamBSD FAQ: General Questions</title>
<meta name="description" content="HamBSD FAQ: General Questions">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://hambsd.org/faq-general.html">
<h2 id="HamBSD">
<a href="index.html">
<b>Ham</b><i>BSD</i></a>
FAQ: General Questions
<small>
<a href="faq.html">[FAQ Index]</a>
</small>
</h2>
<hr>
<ul>
<li><a href="#fork" >Is HamBSD a fork of OpenBSD?</a>
<li><a href="#amprnet" >Why not provide support for IPIP tunnels or an
ampr-ripd port?</a>
</ul>
<p>
<hr>
<h2 id="fork"><a class="permalink" href="#fork">Is HamBSD a fork of OpenBSD?</a></h2>
<p>
Hopefully not. It would be great to be able to upstream this work into OpenBSD
at some point in the future. Patches that fix or enhance existing OpenBSD
functionality will be submitted upstream.
<p>
During development however, technical preview releases may be produced for
amateur radio operators (and others interested) to try out.
<h2 id="amprnet"><a class="permalink" href="#amprnet">Why not provide support
for IPIP tunnels or an ampr-ripd port?</a></h2>
<p>
Centralisation is not a goal of this project. In order to provide robust and
resilient infrastructure, we need decentralised systems where operators actually
talk to each other to set up links. When traffic is coming in from the Internet,
it would be great if that traffic were also authenticated in some way. (The
source IP address is <em>not</em> a form of authentication.)
</body>
</html>