mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 15:21:55 +00:00
82 lines
4.0 KiB
HTML
82 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CUCC Expedition Handbook: Hut network</title>
|
|
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
|
</head>
|
|
<body>
|
|
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
|
|
|
|
|
<h1>Hut Network Configuration</h1>
|
|
|
|
<div align=center>
|
|
<p>If the internet is not working, the <b>first thing to check</b> is that<br>the black WiFi antennae are
|
|
still upright and have not been knocked sideways.
|
|
</div>
|
|
<br>
|
|
|
|
<h2>Networking Software - configuration nerding</h2>
|
|
|
|
<p>First, make sure you understand the physical cabling:
|
|
|
|
<figure align=center >
|
|
<a href="../l/hut-cables.html"><img border=1 src="../t/hut-cables-small.jpg"></a>
|
|
<br><figcaption>Hut Network - click for instructions</figcaption>
|
|
</figure>
|
|
|
|
|
|
<h2>ALL BEING RE-WRITTEN MARCH 2023</h2>
|
|
|
|
<strike>
|
|
<p>The potato hut WiFi is running DHCP and allocating IP addresses of the form 192.168.1.x where x is a number between 11 and 99 .
|
|
<p>The <em>Expo laptops</em> have a dynamic local address of this form, as does any other laptop connecting to this WiFi.
|
|
|
|
|
|
<p>The Gasthof WiFi - which you can still use - is "StaudnGast" and has no WiFi password but there is a login webpage. It allocates IP addresses in the range
|
|
192.168.2.x etc. The antenna is now on the first-floor balcony within
|
|
sight of the tatty hut window.
|
|
|
|
<p>The Acer Aspire One ("tclaspire3") is on a static address <a href="http://192.168.1.100/">192.168.1.100</a> on WiFi but <a href="http://192.168.200.100/">192.168.200.100</a> on the ethernet cable.
|
|
This is the address to use for configuring it using ssh when everything else has failed. So to manage the
|
|
connection to the Gasthof WiFi you would use
|
|
<pre>
|
|
ssh expo@192.168.200.100
|
|
</pre>
|
|
to run Mark Shinwell's script (re-edited by Sam 2019)
|
|
<pre>/root/fakenet/runfakenet
|
|
</pre>
|
|
This used to need running once or twice a day when the internet stops working, but it was radically fettled in 2022 and so should be much more reliable.
|
|
Sometimes you may have to walk over to the blue Acer Aspire netbook and run this script directly by typing on its keyboard
|
|
as the network has collapsed so badly that <span style="font-family:monospace">ssh</span> doesn't work.
|
|
|
|
<p>The netbook needs to have its persistent networking set up correctly <i>in addition to the script</i>. This is the
|
|
<b>wicd</b> gui program that has an icon in the top-right of the sceen in the system panel. (Or search in all applications in the Internet section
|
|
for the wicd application). Set the checkboxes so that the netbook does connect to any network except the Staudingast wifi network,
|
|
and also tick the 'automatica;lly reconnect' checkbox for the "StaudnGast" network.
|
|
</strike>
|
|
|
|
<h3>Historical Notes</h3>
|
|
|
|
<p>Prior to 2018 we used to run an unconnected local network with our own DNS domain
|
|
name "potato.hut", our own server holding all the website and survey data, and published WiFi as SSID "tattyhut".
|
|
Updates to the rest of the world were done by taking an up-to-date laptop which had been in
|
|
the tatty hut to a real internet connection and
|
|
pushing the changes to the distributed version control system on
|
|
<span style="font-family:monospace">expo.survex.com</span> to be merged.
|
|
</p>
|
|
|
|
<p>In 2017 the hard-drive on our server died which triggered the general reconfiguration
|
|
to connect the tattyhut to the internet continuously and not to have our own local server. This coincided with
|
|
a much-improved WiFi service at the Gasthof.
|
|
|
|
<p>In 2018 and 2019 we had good Internet access at basecamp, but the high-gain system was returned to its owner during Covid.
|
|
<p>In 2022 Wifi reception from the gasthaus was very poor. The connection script was improved so that dropped connections were restored more quickly. However the basic bandwidth with a cheap antenna was not enough.
|
|
<p>In 2023 a new Wifi device (the Alfa) should restore decent connectivity. We hope this will improve everything to how it was in 2019.
|
|
|
|
|
|
<hr />
|
|
Go back to: <a href="computer.html">Basecamp computers</a><br />
|
|
Go on to: <a href="onlinesystems.html">Expo online systems</a><br />
|
|
<hr /></body></body></html>
|