{"id":288,"date":"2024-03-03T20:06:43","date_gmt":"2024-03-03T12:06:43","guid":{"rendered":"https:\/\/www.xxiaoteng.cn\/?p=288"},"modified":"2026-05-11T21:16:47","modified_gmt":"2026-05-11T13:16:47","slug":"%e7%bd%91%e5%8d%a1%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6%ef%bc%88centos-ubuntu%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.xxiaoteng.cn\/?p=288","title":{"rendered":"\u7f51\u5361\u914d\u7f6e\u6587\u4ef6\uff08centos ubuntu\uff09"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\" id=\"toc-0\">\u7ea2\u5e3d\u7cfb\u7edf<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >ONBOOT=yes #\u7f51\u5361\u662f\u5426\u5f00\u673a\u81ea\u542f\u52a8 \nBOOTPROTO=none #\u7f51\u5361ip\u7684\u83b7\u53d6\u65b9\u5f0f \n#dhcp \u81ea\u52a8\u83b7\u53d6 \n#none \u624b\u52a8\u8bbe\u7f6eip \nIPADDR=ip\u5730\u5740 \nDNS1=223.5.5.5 #dns \nDNS2=223.6.6.6 #dns\n\n\n\n&lt;strong&gt;# \/etc\/sysconfig\/network-scripts\/ifcfg-ens33&lt;\/strong&gt;\n\nTYPE=Ethernet\nBOOTPROTO=static        # static=\u624b\u52a8\uff0cdhcp=\u81ea\u52a8\nDEFROUTE=yes\nNAME=ens33\nDEVICE=ens33\nONBOOT=yes\n\n# IP \u914d\u7f6e\nIPADDR=192.168.88.101\nNETMASK=255.255.255.0   # \u6216 PREFIX=24\n#PREFIX=24\nGATEWAY=192.168.88.2\n\n# DNS \u914d\u7f6e\nDNS1=223.5.5.5\nDNS2=223.6.6.6\n#DNS3=8.8.8.8\n\n# \u53ef\u9009\uff1aMAC\u5730\u5740\u7ed1\u5b9a\n#HWADDR=00:0c:29:xx:xx:xx\n\n# IPv6\uff08\u4e0d\u9700\u8981\u53ef\u7981\u7528\uff09\nIPV6INIT=no\n\n\n\n---------------------------------------------------------\ncat \/etc\/sysconfig\/network-scripts\/ifcfg-ens33 \nTYPE=Ethernet \nPROXY_METHOD=none \nBROWSER_ONLY=no \nBOOTPROTO=none \nDEFROUTE=yes \nIPV4_FAILURE_FATAL=no \nIPV6INIT=yes \nIPV6_AUTOCONF=yes \nIPV6_DEFROUTE=yes \nIPV6_FAILURE_FATAL=no \nIPV6_ADDR_GEN_MODE=stable-privacy \nNAME=ens33 \nUUID=a36c9f66-180f-473b-b3c2-48b7309525e8 \nDEVICE=ens33 \nONBOOT=yes \nIPADDR=10.0.0.200 \nPREFIX=24 \nGATEWAY=10.0.0.2 \nDNS1=223.5.5.5 \nDNS2=223.6.6.6 \nIPV6_PRIVACY=no\n\n\n\n&lt;strong&gt;\u4fee\u6539\u7f51\u5361\u914d\u7f6e\u6587\u4ef6\u540e:\u91cd\u542f\u7f51\u5361. systemctl restart network(\u9e92\u9e9f\u4e2d\u65e0\u6cd5\u4f7f &lt;\/strong&gt;&lt;strong&gt;\u7528) &lt;\/strong&gt;&lt;strong&gt;ifdown ens33 ; ifup ens33&lt;\/strong&gt;&lt;strong&gt;\u901a\u8fc7nmtui\u547d\u4ee4\u4fee\u6539&lt;\/strong&gt;<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"toc-1\">ubt<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" ># This is the network config written by &#039;subiquity&#039;\ncat \/etc\/netplan\/00-installer-config.yaml\nnetwork:\n  version: 2\n  ethernets:\n    ens33:\n      addresses:\n        - 10.0.0.201\/24      # IP\u5730\u5740\n      nameservers:\n        addresses:\n          - 223.5.5.5         # \u4e3bDNS\n          - 223.6.6.6         # \u5907DNS\n        search: &#091;]\n      routes:\n        - to: default\n          via: 10.0.0.2        # \u7f51\u5173<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7ea2\u5e3d\u7cfb\u7edf ubt<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-288","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=\/wp\/v2\/posts\/288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=288"}],"version-history":[{"count":1,"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=\/wp\/v2\/posts\/288\/revisions"}],"predecessor-version":[{"id":289,"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=\/wp\/v2\/posts\/288\/revisions\/289"}],"wp:attachment":[{"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xxiaoteng.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}