Changes between Version 22 and Version 23 of Cnbp2019/Agenda/NetworkSetup
- Timestamp:
- Mar 6, 2019, 2:42:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cnbp2019/Agenda/NetworkSetup
v22 v23 538 538 || GUI-PC |||| via DHCP || 539 539 540 * On '''User B''' switch on '''Monitoring-Server''' and '''Web-Server'''. Log-in as user ''' cnbp2019''' with the class password.540 * On '''User B''' switch on '''Monitoring-Server''' and '''Web-Server'''. Log-in as user '''wsuser''' with the class password. 541 541 * Edit the following file to insert ip details according to the above table, you may also need to check the [wiki:Cnbp2019/Agenda/IpAllocation IP allocation table]. 542 542 {{{ 543 543 sudo vi /etc/netplan/50-cloud-init.yaml 544 544 }}} 545 * Edit details as follows 545 * Edit details as follows on Monitoring Server 546 546 {{{ 547 547 # This file describes the network interfaces available on your system … … 549 549 network: 550 550 ethernets: 551 enp0s3: 552 addresses: 553 - 192.248.6.XY/24 554 dhcp4: false 555 gateway4: 192.248.6.254 556 nameservers: 557 addresses: 558 - 192.248.6.201 559 search: 560 - instXY.ac.lk 551 enp0s3: 552 addresses: 553 - 10.XY.5.LMN/24 554 - 2401:dd00:20XY:5::AAAA/64 555 dhcp4: false 556 dhcp6: false 557 gateway4: 10.XY.5.254 558 gateway6: 2401:dd00:20XY:5::FFFF 559 nameservers: 560 addresses: 561 - 2401:dd00:20XY:1::FFFF 562 search: 563 - instXY.ac.lk 561 564 version: 2 562 563 565 }}} 564 566 * Restart servers. … … 566 568 sudo init 6 567 569 }}} 570 >You need to modify the above settings to suit the IP detail when applying to the webserver 568 571 * Test end-user connectivity using ping command on each.