User Tools

Site Tools


head_node_arch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
head_node_arch [2018/05/30 04:11] jrsetihead_node_arch [2023/10/28 18:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====Head Node==== ====Head Node====
 +
 +The **X10DRL-CT**
  
 The head node computer arrived new at the ATA on May 26, 2018. Here is what it looks like from the rear: The head node computer arrived new at the ATA on May 26, 2018. Here is what it looks like from the rear:
Line 8: Line 10:
   * [[http://setiquest.info/files/head-node-motherboard-user-manual.pdf|User manual]]   * [[http://setiquest.info/files/head-node-motherboard-user-manual.pdf|User manual]]
  
 +===OS install===
 +
 +Ubuntu 18.04LTS
 +
 +No longer use /etc/network/interfaces. Now use netplan /etc/netplan/01-netcfg.yaml
 +
 +  network:
 +  version: 2
 +  renderer: networkd
 +  ethernets:
 +    eno2:
 +      dhcp4: no
 +      dhcp6: no
 +      addresses: [10.1.49.167/24]
 +      gateway4: 10.1.49.1
 +      nameservers:
 +        addresses: [8.8.8.8,8.8.4.4]
 +    eno1:
 +      dhcp4: no
 +      dhcp6: no
 +      addresses: [10.1.48.167/24]
 +      gateway4: 10.1.49.1
 +      nameservers:
 +        addresses: [8.8.8.8,8.8.4.4]
 +
 +The "netplan --debug apply" to reset
 +===Misc===
  
 +For reference, the previous head node is documented [[initial_head_node_arch|HERE]]
head_node_arch.1527653473.txt.gz · Last modified: 2023/10/28 18:36 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki