Last active
June 14, 2024 00:48
-
-
Save karthik101/6c58dd1cce23e9e063c92c5baacb6161 to your computer and use it in GitHub Desktop.
Revisions
-
karthik101 revised this gist
Jun 14, 2024 . No changes.There are no files selected for viewing
-
karthik101 renamed this gist
Jun 14, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
karthik101 created this gist
Jun 14, 2024 .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,23 @@ # This is the network config network: version: 2 ethernets: enp0s3: dhcp4: true routes: - to: default via: 10.0.2.2 nameservers: addresses: - 8.8.8.8 - 8.8.4.4 enp0s8: dhcp4: no addresses: - 192.168.56.105/24 routes: - to: default via: 192.168.56.1 nameservers: addresses: - 192.168.1.200