Forked from dimMaryanto93/01-network-manager-all.dhcp.yml
Created
January 23, 2021 10:30
-
-
Save clickinfinite/8c73a7c5dc352c2fd81f6d03897c2d90 to your computer and use it in GitHub Desktop.
Revisions
-
dimMaryanto93 revised this gist
Sep 28, 2018 . 2 changed files with 20 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ network: version: 2 renderer: networkd ethernets: enp3s0: dhcp4: yes dhcp6: no optional: false This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ network: version: 2 renderer: networkd ethernets: enp3s0: addresses: [192.168.88.50/24] # ip address static dhcp4: no # matikan dhcp4 dhcp6: no gateway4: 192.168.88.1 # route gateway to modem nameservers: addresses: [8.8.8.8,8.8.4.4] # dns server optional: false -
Dimas Maryanto revised this gist
Aug 25, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ sudo crontab -e @reboot /usr/sbin/netplan apply -
Dimas Maryanto revised this gist
Aug 24, 2018 . No changes.There are no files selected for viewing
-
Dimas Maryanto created this gist
Aug 24, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ network: version: 2 renderer: networkd wifis: wlp4s0: addresses: [192.168.1.80/24] dhcp4: no dhcp6: no gateway4: 192.168.1.1 access-points: "C Y B E R": password: cyber1234 nameservers: addresses: [8.8.8.8,8.8.4.4] optional: false ethernets: enp3s0: addresses: [192.168.1.50/24] dhcp4: no dhcp6: no gateway4: 192.168.1.1 nameservers: addresses: [8.8.8.8,8.8.4.4] optional: true