Changes between Version 2 and Version 3 of campuswifiandeduroam2023Agenda/vmsetup


Ignore:
Timestamp:
Jul 29, 2024, 1:07:40 AM (3 months ago)
Author:
tuwan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • campuswifiandeduroam2023Agenda/vmsetup

    v2 v3  
    8282You may now login using your credentials
    8383
     84'''Ip Configuration'''
     85
     86{{{
     87vi /etc/netplan/00-installer-config.yaml
     88}}}
     89{{{
     90# This is the network config written by 'subiquity'
     91network:
     92  renderer: networkd
     93  ethernets:
     94    enp0s3:
     95      addresses:
     96        - 192.248.X.XX/24
     97      nameservers:
     98        addresses: [192.248.1.161, 8.8.8.8]
     99      routes:
     100        - to: default
     101          via: 192.248.4.254
     102  version: 2
     103}}}