Changes between Version 15 and Version 16 of campuswifiandeduroam2023Agenda/pwdc
- Timestamp:
- Jul 28, 2024, 3:52:53 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
campuswifiandeduroam2023Agenda/pwdc
v15 v16 453 453 For more info Regarding PHPmailer: https://github.com/PHPMailer/PHPMailer 454 454 455 '''Ip Configuration''' 456 457 {{{ 458 vi /etc/netplan/00-installer-config.yaml 459 }}} 460 {{{ 461 # This is the network config written by 'subiquity' 462 network: 463 renderer: networkd 464 ethernets: 465 enp0s3: 466 addresses: 467 - 192.248.4.XX/24 468 nameservers: 469 addresses: [192.248.1.161, 8.8.8.8] 470 routes: 471 - to: default 472 via: 192.248.4.254 473 version: 2 474 }}} 475 455 476 Other info: https://self-service-password.readthedocs.io/en/stable/presentation.html 456 477