Details added
This commit is contained in:
parent
ffcfb09ddd
commit
8ec3eaf57f
|
@ -561,19 +561,30 @@ Info | {{ block.super }}
|
||||||
</div>
|
</div>
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h4 class="panel-title">Wired Network</h4>
|
<h4 class="panel-title">Internet Connection and Uplink</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>
|
<p>
|
||||||
BornHack will have a wired and a wireless network. The wired
|
BornHack will have a 1Gbit fiber uplink to the outside
|
||||||
network will run with public internet addresses (v4 and v6)
|
world generously sponsored by BornFiber. We have plenty
|
||||||
|
of IP space to go around, courtesy of RIPE NCC temporary assignment.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div> <div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Networks: Wired and Wireless</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
BornHack will have both wired and wireless networks. The default
|
||||||
|
networks will run with public internet addresses (v4 and v6)
|
||||||
so you must protect yourself with a firewall at all times.
|
so you must protect yourself with a firewall at all times.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The wired network will be split in two parts where one uses
|
The wired network will provide DHCP but also allow manually
|
||||||
static, manually configured IP addresses, and the other uses
|
configured IP addresses, using peg DHCP according to Management
|
||||||
dynamic (DHCP) allocation. If you want to set up servers with
|
of IP numbers by peg-dhcp RFC 2322. If you want to set up servers
|
||||||
static IP's you should use the static network. You can also use
|
we recommend to do so with static IP's. You can also use
|
||||||
static configuration on clients to avoid attacks involving
|
static configuration on clients to avoid attacks involving
|
||||||
rogue DHCP servers and similar.
|
rogue DHCP servers and similar.
|
||||||
</p>
|
</p>
|
||||||
|
@ -585,24 +596,19 @@ Info | {{ block.super }}
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>
|
<p>
|
||||||
There will be two wireless networks, one with public
|
There will be multiple wireless networks, using standard
|
||||||
addresses like the wired, and one which is behind NAT for
|
IEE 802.11 5GHz and 2.4GHz.
|
||||||
ipv4 and a stateful firewall for ipv6. The security on the
|
|
||||||
wireless network will be EAP-TLS where any credentials
|
|
||||||
can be used. There is no user management, we just use
|
|
||||||
EAP-TLS to get the encryption it provides.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4 class="panel-title">Bandwidth and Uplink</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>
|
<p>
|
||||||
BornHack will have a 1 gigabit fibre uplink to the outside
|
We will also provide a wireless network which is put behind NAT,
|
||||||
world generously sponsored by BornFiber. We will have plenty
|
which is similar to usual guest networks. NOTE: NAT IS NOT SECURITY,
|
||||||
of IP space to go around, courtesy of RIPE.
|
use caution always - turn the firewall on.
|
||||||
|
</p>
|
||||||
|
</p>
|
||||||
|
One SSID will also be configure to use WPA Enterprise with 802.1x
|
||||||
|
aka EAP-TLS - where any credentials
|
||||||
|
can be used. There is no user management, we just use
|
||||||
|
EAP-TLS to get the encryption it provides for individual users.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue