networking module updates #52

Open
opened 2024-06-22 15:31:30 +10:00 by unkinben · 3 comments
Owner
  • add defaults hash to networking/manifests/init.pp
  • merge defaults into each interface
  • set defaults in common.yaml
  • cleanup interfaces in all hieradata/nodes/*.yaml
- [x] add defaults hash to networking/manifests/init.pp - [x] merge defaults into each interface - [x] set defaults in common.yaml - [ ] cleanup interfaces in all hieradata/nodes/*.yaml
Author
Owner
#21 #22
Author
Owner

manage almalinux 9 network manager:

  • need to re-import connections from file: sudo nmcli connection reload
  • start the interface: sudo nmcli connection up System\ ens19
manage almalinux 9 network manager: - need to re-import connections from file: sudo nmcli connection reload - start the interface: sudo nmcli connection up System\ ens19
Author
Owner

Network Manager:

  • prevent duplicate default routes: sudo nmcli connection modify System\ ens19 ipv4.never-default true
  • requires to down and up the interface to apply the changes
Network Manager: - prevent duplicate default routes: sudo nmcli connection modify System\ ens19 ipv4.never-default true - requires to `down` and `up` the interface to apply the changes
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unkin/puppet-prod#52
No description provided.