Setup Stretch on ULayer.net box

Fresh Stretch install:

  • Skip networking setup
  • Hostname: dns1
  • One big ext3 partition
  • Agree to warning about no swap
  • without network mirror
# nano /etc/hosts
129.97.134.71 mirror.csclub.uwaterloo.ca
# nano /etc/apt/sources.list
deb http://mirror.csclub.uwaterloo.ca/debian/ stretch main

Get interface list [ens18 on the ones I tried so far]

# ls /sys/class/net/ 
# nano /etc/network/interfaces
auto ens18
iface ens18 inet static
   address 192.99.183.132
   netmask 255.255.255.255
   gateway 192.99.35.254
tips/install_stretch_on_ulayer.txt · Last modified: 2023-08-06 19:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki