From 79bfed457f40520c328113e31e655116efe8971d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 27 Mar 2023 01:53:57 +0100 Subject: [PATCH] netconfig --- css/main2.css | 7 +++++ handbook/computing/netconfig.html | 48 +++++++++++++++++++++++++----- handbook/i/laptop-icon.jpg | Bin 0 -> 16882 bytes handbook/l/hut-cables.html | 6 ++-- 4 files changed, 52 insertions(+), 9 deletions(-) create mode 100644 handbook/i/laptop-icon.jpg diff --git a/css/main2.css b/css/main2.css index 8e069ae4c..12f5da6c9 100644 --- a/css/main2.css +++ b/css/main2.css @@ -484,6 +484,13 @@ var { # to match but inline when documenting systems #font-style: normal; background-color: #eee; } +/* added 2020-04-24 by Philip Sargent */ +samp { # to match not in italics + font-family: monospace; + font-size: 0.9em; + font-weight: bold; + background-color: #eee; +} /*Narrow screens support*/ /*Added 2019-02-22 by Radost Waszkiewicz diff --git a/handbook/computing/netconfig.html b/handbook/computing/netconfig.html index 8db63b3bf..34862110e 100644 --- a/handbook/computing/netconfig.html +++ b/handbook/computing/netconfig.html @@ -33,12 +33,12 @@ still upright and have not been knocked sideways.

The Gasthof Wifi

-

The Gasthof WiFi - which you can use if you are close enough - 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. You can get the password from the Gasthof front desk, or during expo it is usally written on the whiteboard in the potato hut. In the scripts published in this handbook we use the word GASTSECRET instead of the real password. +

The Gasthof WiFi - which you can use if you are close enough - 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. You can get the password from the Gasthof front desk, or during expo it is usally written on the whiteboard in the potato hut. In the scripts published in this handbook we use the word GASTSECRET instead of the real password.

If you are not actively using the internet, the Gasthof system will close the connection and you will have to re-login again, typing the password into the login page.

The Potato hut Wifi

The potato hut WiFi has SSID "tattyhut" with our usual cavey:beery password. Like almost every other wifi anywhere it is running DHCP and allocating IP addresses to your device. -

The DHCP system is issuing IP4 addresses of the form 192.168.1.x where x is a number between 11 and 199 with a lifetime of 48 hours. +

The DHCP system is issuing IP4 addresses of the form 192.168.1.x where x is a number between 11 and 199 with a lifetime of 48 hours.

The Expo laptops acquire a dynamic local address of this form, as does any other laptop or phone connecting to this wifi.

How it works - in words

@@ -56,11 +56,45 @@ that the netbook does not connect to any network except the StaudnGast wifi netw reconnect' checkbox for the "StaudnGast" network.

Netgear WNDR4000

-

The Netgear ethernet/wifi hub holds the radio transceievr that provides the wifi coverage inside the potato hut. -It is configured using its web control panel. -


+

The Netgear ethernet/wifi hub holds the radio transceiver that provides the wifi coverage inside the potato hut. +It is configured using its web control panel. It has an online manual but it needs no configuration at all during expo. Just turn it on at the beginning of expo and off again at the end. + +

IP6

+

While you can use 5Ghz wifi and IP6 to connect within the hut, there is no IP6 connectivity to the external internet. Sorry. We are dependent on the Gasthof system for this. + +

4 different 'networks'

+

To understand how the network is configured, you need to realise that we have to manage these different 'networks': +

    +
  • 192.168.2.x The Gasthof wifi network +
  • 192.168.1.x The potato hut wifi network +
  • 10.0.x.y The network on the short bit of cable connecting the netbook with the Netgear box. +
  • The network on the longer length of cable connecting the Netgear box with the expo laptop (and sometimes the printer). +
+We bridge the hut wifi with the hut ethernet cable to the expo laptop so they are both 192.168.1.x, but this is a matter of choice. This is configured in the netbook config files. + +

Where the DNS happens

+

DNS is what connects a computer name (such as expo.survex.com) with an internet address (such as 78.129.164.125). To make the internet work, we need to tell every laptop and phone where to find a DNS nameserver, or what machine to ask in order to get DNS queries forwarded to a DNS nameserver. +

The DNS configuration happens in the netbook. The Netgear box just forwards DNS queries to the netbook, and tells laptops connected to the hut wifi to use that too. + +

Where the DHCP happens

+

DHCP is what decides what the x is when the wifi issues an address that a laptop must use when it connects to the wifi as 192.168.1.x. +

We have done this in two different ways: +

    +
  • 2017-2019 : in the netbook. +
  • 2022 : in the Netgear box. +
+

The benefit of doing it in the Netgear box is that you get to play with a graphical web interface not text files. +

The benefit of doing it in the netbook is that all the configuration is in the same place, and you only have to learn one way of doing things instead of having to use text files and a web interface. Aslo, by making the Netgear box completely dumb, it is swap-replaceable if it dies with no reconfiguration required. + +

Static addresses

+

The netbook has two interfaces: the Alfa wifi antenna (which has an address issud by the Gasthof wifi system), and its ethernet cable socket which is configured to have the address 10.0.1.2. +

The Netgear box has its yellow ethernet cable socket set to the address 10.0.1.1. The four other ethernet sockets are all on the address range 192.168.1.x and the wifi network interface is set to 192.168.1.1 on the same network range. -

The Acer Aspire One ("tclaspire3") is on a static address 192.168.1.100 on WiFi but 192.168.200.100 on the ethernet cable. +

Because the netbook is on a different network from the laptops connecting to the hut wifi, you can't directly login to the netbook using ssh to the IP address (ssh expo@10.0.1.2), but you can using its name, so ssh expo@tclaspire3.potatohut should work if everything has been configured correctly. + + + + 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

@@ -94,7 +128,7 @@ the Gasthof. We continued with the wifi service in the hut but now it also conne
 

In 2022 Wifi reception from the Gasthof 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.

In 2023 a new Wifi device (the Alfa) should restore decent connectivity. We hope this will improve everything to how it was in 2019. However this Alfa has proved to be a right bastard to find the right drivers for. Wookey has had to be inventive in using an Ubuntu PPA to make it work with the Acer Aspire 1. -

Also during winter 2023/23 Wookey upgraded the operating system on the Acer Aspire 1 netbook from whatever Linpus ancient Debian it had been running to a decently almost-modern Debian distribution. This required much coaxing. As of 26 March, it is still a couple of Debian versions behind where we would want it to be. +

Also during winter 2023/23 Wookey upgraded the operating system on the Acer Aspire One netbook from whatever ancient Debian it had been running to a decently almost-modern Debian distribution. This required much coaxing. As of 26 March, it is still a couple of Debian versions behind where we would want it to be.

History of the scripts

The structure of the system was created by Wookey in 2013 who used the fakenet principle and the netbook to run training sessions for the Cave Survey Group in the UK. [This is why the script has an extra level of parameter setting that might seem necessary: it has 'csg' and 'expo' options, but the two configurations have diverged so much over the years that this is merely a fossil.] diff --git a/handbook/i/laptop-icon.jpg b/handbook/i/laptop-icon.jpg new file mode 100644 index 0000000000000000000000000000000000000000..463d1c42c1b2732e6dc6345bf30a7a17fae1ba20 GIT binary patch literal 16882 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 literal 0 HcmV?d00001 diff --git a/handbook/l/hut-cables.html b/handbook/l/hut-cables.html index a466c9cc1..df4474b56 100644 --- a/handbook/l/hut-cables.html +++ b/handbook/l/hut-cables.html @@ -35,7 +35,7 @@

  • Powerbrick for R61 Thinkpad (Aziraphale)
  • Powerbrick for Netgear WNDR4000 wifi/ethernet device -

    The Acer Aspire One 1 (tclaspire3) and Dell E4200 (Crowley) each have internal, built-in wifi, but we do not use these and they are turned off (with a physical sliding-switch on the case) to reduce confusion. +

    The Acer Aspire One (tclaspire3) and Dell E4200 (Crowley) each have internal, built-in wifi, but we do not use these and they are turned off (with a physical sliding-switch on the case) to reduce confusion.

    Aziraphale also has an ethernet socket and can be connected by ethernet cable to the network if convenient and if within-hut wifi is congested.

    The mains power plugs are illustrated with 2 pins for clarity, but they are all 3-pin UK-style pugs in reality. @@ -46,10 +46,12 @@

      -
    • The ethernet cable to the Asus Aspire One 1 blue netbook (tclAspire One3) goes into the yellow ethernet socket on its own. +
    • The ethernet cable to the Asus Aspire One blue netbook (tclaspire3) goes into the yellow ethernet socket on its own.
    • The cable to the expo laptop Crowley (and to Aziraphale and the printer if you want) go into any of the block of 4 ethernet sockets in a row together.
    • We do not plug anything into the USB socket.
    +

    Networking Software - configuration nerding

    +

    This is now described on a separate page.


    Go back to Basecamp computers.