Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ address=/gw.wlan/192.168.4.1

The Raspberry Pi will deliver IP addresses between `192.168.4.2` and `192.168.4.20`, with a lease time of 24 hours, to wireless DHCP clients. You should be able to reach the Raspberry Pi under the name `gw.wlan` from wireless clients.

NOTE: There are three IP address blocks set aside for private networks. There is a Class A block from `10.0.0.0` to `10.255.255.255`, a Class B block from `172.16.0.0` to `172.31.255.255`, and probably the most frequently used, a Class C block from `192.168.0.0` to 192.168.255.255`.
NOTE: There are three IP address blocks set aside for private networks. There is a Class A block from `10.0.0.0` to `10.255.255.255`, a Class B block from `172.16.0.0` to `172.31.255.255`, and probably the most frequently used, a Class C block from `192.168.0.0` to `192.168.255.255`.

There are many more options for `dnsmasq`; see the default configuration file (`/etc/dnsmasq.conf`) or the http://www.thekelleys.org.uk/dnsmasq/doc.html[online documentation] for details.

Expand Down
4 changes: 4 additions & 0 deletions jekyll-assets/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
</ul>
</div>
<div class="__rptl-footer-column">
<div class="__rptl-footer-heading">For home</div>
<ul class="__rptl-footer-list">
<li class="__rptl-footer-item"><a href="/for-home/" class="__rptl-footer-link">Raspberry Pi for home</a></li>
</ul>
<div class="__rptl-footer-heading">For industry</div>
<ul class="__rptl-footer-list">
<li class="__rptl-footer-item"><a href="/for-industry/" class="__rptl-footer-link">Raspberry Pi for industry</a></li>
Expand Down
59 changes: 42 additions & 17 deletions jekyll-assets/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<style>
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
#__rptl-header {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -177,21 +176,35 @@
transition: none;
}
}
#__rptl-header .__rptl-header-nav-list {
#__rptl-header .__rptl-header-nav-inner {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
list-style: none;
display: block;
box-sizing: border-box;
}
@media (min-width: 1200px) {
#__rptl-header .__rptl-header-nav-list {
text-align: right;
#__rptl-header .__rptl-header-nav-inner {
display: flex;
justify-content: space-between;
flex-direction: row;
}
}
#__rptl-header .__rptl-header-nav-list {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
list-style: none;
display: block;
box-sizing: border-box;
}
#__rptl-header .__rptl-header-nav-list:first-child .__rptl-header-nav-list-item:first-child {
border: 0;
}
#__rptl-header .__rptl-header-nav-list-item {
margin: 0;
padding: 0;
Expand All @@ -202,9 +215,6 @@
box-sizing: border-box;
border-top: 1px solid #dedede;
}
#__rptl-header .__rptl-header-nav-list-item:first-child {
border-style: none;
}
@media (min-width: 1200px) {
#__rptl-header .__rptl-header-nav-list-item {
display: inline-block;
Expand All @@ -227,6 +237,16 @@
color: #fff;
background-color: #333;
}
#__rptl-header .__rptl-header-nav-link--for-home {
color: #cd2355;
font-weight: 700;
}
#__rptl-header .__rptl-header-nav-link--for-home:hover {
background-color: #cd2355;
}
#__rptl-header .__rptl-header-nav-link--for-industry {
font-weight: 700;
}
@media (min-width: 800px) {
#__rptl-header .__rptl-header-nav-link {
padding: 16px 76px;
Expand Down Expand Up @@ -258,15 +278,20 @@

<nav class="__rptl-header-nav">
<div class="__rptl-header-wrapper">
<ul class="__rptl-header-nav-list">
<li class="__rptl-header-nav-list-item"><a href="/for-industry/" class="__rptl-header-nav-link">For Industry</a>
<li class="__rptl-header-nav-list-item"><a href="/products/" class="__rptl-header-nav-link">Hardware</a>
<li class="__rptl-header-nav-list-item"><a href="/software/" class="__rptl-header-nav-link">Software</a>
<li class="__rptl-header-nav-list-item"><a href="/documentation/" class="__rptl-header-nav-link">Documentation</a>
<li class="__rptl-header-nav-list-item"><a href="/news/" class="__rptl-header-nav-link">News</a>
<li class="__rptl-header-nav-list-item"><a href="https://forums.raspberrypi.com/" class="__rptl-header-nav-link">Forums</a>
<li class="__rptl-header-nav-list-item"><a href="https://www.raspberrypi.org" class="__rptl-header-nav-link" rel="noopener">Foundation</a>
</ul>
<div class="__rptl-header-nav-inner">
<ul class="__rptl-header-nav-list">
<li class="__rptl-header-nav-list-item"><a href="/for-home/" class="__rptl-header-nav-link __rptl-header-nav-link--for-home">For home</a>
<li class="__rptl-header-nav-list-item"><a href="/for-industry/" class="__rptl-header-nav-link __rptl-header-nav-link--for-industry">For industry</a>
</ul>
<ul class="__rptl-header-nav-list">
<li class="__rptl-header-nav-list-item"><a href="/products/" class="__rptl-header-nav-link">Hardware</a>
<li class="__rptl-header-nav-list-item"><a href="/software/" class="__rptl-header-nav-link">Software</a>
<li class="__rptl-header-nav-list-item"><a href="/documentation/" class="__rptl-header-nav-link">Documentation</a>
<li class="__rptl-header-nav-list-item"><a href="/news/" class="__rptl-header-nav-link">News</a>
<li class="__rptl-header-nav-list-item"><a href="https://forums.raspberrypi.com/" class="__rptl-header-nav-link">Forums</a>
<li class="__rptl-header-nav-list-item"><a href="https://www.raspberrypi.org" class="__rptl-header-nav-link " rel="noopener">Foundation</a>
</ul>
</div>
</div>
</nav>
</header>
Expand Down