{"id":2087,"date":"2024-09-27T18:06:21","date_gmt":"2024-09-27T09:06:21","guid":{"rendered":"https:\/\/www.rocher.kyoto.jp\/arbr\/?p=2087"},"modified":"2024-09-27T18:06:21","modified_gmt":"2024-09-27T09:06:21","slug":"netplan%e3%81%aegateway4%e3%81%8cdeprecated%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%a6%e3%81%84%e3%81%9f","status":"publish","type":"post","link":"https:\/\/www.rocher.kyoto.jp\/arbr\/?p=2087","title":{"rendered":"netplan\u306egateway4\u304cdeprecated\u306b\u306a\u3063\u3066\u3044\u305f"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>sudo vi \/etc\/netplan\/50-cloud-init.yaml\nnetwork:\n    ethernets:\n        enp2s0:\n            dhcp4: false\n            addresses:\n              - 192.168.1.5\/24\n<strong>            gateway4: 192.168.1.1<\/strong>\n            nameservers:\n              addresses:\n                - 8.8.8.8\n                - 8.8.4.4\n    version: 2<\/code><\/pre>\n\n\n\n<p>\u304b\u3089\u306e<\/p>\n\n\n\n<p>sudo netplan try<\/p>\n\n\n\n<p>\u3067<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">** (process:991): WARNING **: 08:38:09.630: gateway4 has been deprecated, use default routes instead.<br>See the 'Default routes' section of the documentation for more details.<\/pre>\n\n\n\n<p>\u3068\u6012\u3089\u308c\u305f\u3002<\/p>\n\n\n\n<p>gateway4\u304cdeprecated\uff08\u975e\u63a8\u5968\uff09\u306b\u306a\u3063\u3066route\u3092\u4f7f\u3048\u3068\u306e\u3053\u3068<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>network:\n  version: 2\n  ethernets:\n    enp0s3:\n      dhcp4: false\n      addresses:\n        - 192.168.1.100\/24\n<strong>      routes:\n        - to: 0.0.0.0\/0\n          via: 192.168.1.1<\/strong>\n      nameservers:\n        addresses:\n          - 8.8.8.8\n          - 8.8.4.4<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>Docker\u304chost\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408routing\u304c\u3053\u306eto\u8a2d\u5b9a\u306e\u5f71\u97ff\u3092\u53d7\u3051\u308b\u306e\u3067\u8981\u6ce8\u610f<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u304b\u3089\u306e sudo netplan try \u3067 ** (process:991): WARNING **: 08:38:09.630: gateway4 has been deprecated, use default r [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[],"class_list":["post-2087","post","type-post","status-publish","format-standard","hentry","category-58"],"_links":{"self":[{"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=\/wp\/v2\/posts\/2087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2087"}],"version-history":[{"count":1,"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=\/wp\/v2\/posts\/2087\/revisions"}],"predecessor-version":[{"id":2088,"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=\/wp\/v2\/posts\/2087\/revisions\/2088"}],"wp:attachment":[{"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2087"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2087"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rocher.kyoto.jp\/arbr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}