{"id":2583,"date":"2019-08-30T04:06:03","date_gmt":"2019-08-30T04:06:03","guid":{"rendered":"http:\/\/www.incredigeek.com\/home\/?p=2583"},"modified":"2019-08-30T04:14:38","modified_gmt":"2019-08-30T04:14:38","slug":"set-static-ip-address-in-ubuntu-19-04","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/set-static-ip-address-in-ubuntu-19-04\/","title":{"rendered":"Set static ip address in Ubuntu 19.04"},"content":{"rendered":"\n<p>The network configuration settings for the server edition of Ubuntu are now stored in the following location.  Create the file if it does not exist.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo vi \/etc\/netplan\/01-network-manager-all.yaml<\/pre>\n\n\n\n<p>Add or edit the config file to the following.  Change eno1 to your interface name and the address and gateway to the appropriate IP&#8217;s<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">For more information, see netplan(5).\n network:\n   version: 2\n   renderer: networkd\n   ethernets:\n     eno1:\n      dhcp4: no\n      addresses: [192.168.200.24\/24]\n      gateway: 192.168.200.1\n      nameservers:\n        addresses: [8.8.8.8,8.8.4.4]<\/pre>\n\n\n\n<p>Now apply the changes with the following command.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo netplan apply<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The network configuration settings for the server edition of Ubuntu are now stored in the following location. Create the file if it does not exist. sudo vi \/etc\/netplan\/01-network-manager-all.yaml Add or edit the config file to the following. Change eno1 to &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/set-static-ip-address-in-ubuntu-19-04\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[697,643,619,7,696,694,698,695,128,500,50,49],"class_list":["post-2583","post","type-post","status-publish","format-standard","hentry","category-ubuntu","tag-19-04","tag-configuration","tag-ip","tag-linux-2","tag-netplan","tag-network","tag-network-manager","tag-networkd","tag-networking-2","tag-server","tag-static-ip","tag-ubuntu-2"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=2583"}],"version-history":[{"count":3,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2583\/revisions"}],"predecessor-version":[{"id":2868,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2583\/revisions\/2868"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=2583"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=2583"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=2583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}