{"id":9634,"date":"2023-10-07T03:01:09","date_gmt":"2023-10-06T19:01:09","guid":{"rendered":"https:\/\/blog.hoyo.idv.tw\/?p=9634"},"modified":"2023-10-11T09:18:36","modified_gmt":"2023-10-11T01:18:36","slug":"openwrt-6-%e4%bf%ae%e6%94%b9%e7%ae%a1%e7%90%86%e4%bb%8b%e9%9d%a2-port","status":"publish","type":"post","link":"https:\/\/blog.hoyo.idv.tw\/?p=9634","title":{"rendered":"OpenWrt - 6. \u4fee\u6539\u7ba1\u7406\u4ecb\u9762 port"},"content":{"rendered":"<p>--<\/p>\n<h2>\u524d\u8a00<\/h2>\n<p>OpenWrt \u9810\u8a2d\u4f7f\u7528\u4e86 80 port\uff0c\u9019\u6a23\u5c0e\u81f4\u5982\u679c\u6709\u67b6\u8a2d\u7db2\u7ad9\uff0cHTTP \u7684 port \u5c31\u6703\u88ab\u4f54\u7528\uff0c\u56e0\u6b64\u9700\u8981\u5c07\u5f8c\u53f0\u7ba1\u7406 80 port \u6539\u6389<\/p>\n<p>--<\/p>\n<h2>\u53c3\u8003\u8cc7\u6e90<\/h2>\n<ul>\n<li><a href=\"https:\/\/blog.csdn.net\/QingNing3028\/article\/details\/102705727\" target=\"_blank\" rel=\"noopener\">Openwrt \u4fee\u6539Web\u9875\u9762\u9ed8\u8ba4\u8bbf\u95ee\u7aef\u53e3_openwrt\u7aef\u53e3\u53f7_QingNing3028\u7684\u535a\u5ba2-CSDN\u535a\u5ba2<\/a><\/li>\n<\/ul>\n<p>--<\/p>\n<h2>\u8a2d\u5b9a<\/h2>\n<p>\u4fee\u6539 \/etc\/config\/uhttpd \u8a2d\u5b9a\u6a94\u5167\u7684 list listen_http\uff0c\u9810\u8a2d 0.0.0.0 \u4ee3\u8868\u76e3\u807d\u6240\u6709 IPv4 \u7db2\u8def\uff0c\u56e0\u6b64\u8981\u6539\u6210\u53ea\u76e3\u807d\u5167\u90e8\u7db2\u8def IP\u3002<\/p>\n<p>\u8a2d\u5b9a\u6642\u4e0d\u80fd\u6574\u500b\u5340\u6bb5\uff0c\u4e5f\u5c31\u662f\u4e0d\u80fd\u8a2d\u5b9a\u50cf 192.168.0.0 \u9019\u6a23\u4ee3\u8868\u6574\u500b 192.168.0 \u7db2\u6bb5<\/p>\n<pre class=\"lang:default decode:true \">vi \/etc\/config\/uhttpd<\/pre>\n<pre class=\"lang:default decode:true\">config uhttpd 'main'\r\n        list listen_http '192.168.0.1:8080'\r\n        list listen_http '[::]:8080'\r\n        #list listen_https '0.0.0.0:443'\r\n        #list listen_https '[::]:443'\r\n        option redirect_https '0'\r\n        option home '\/www'\r\n        option rfc1918_filter '0'\r\n        option max_requests '3'\r\n        option max_connections '100'\r\n        option cert '\/etc\/uhttpd.crt'\r\n        option key '\/etc\/uhttpd.key'\r\n        option cgi_prefix '\/cgi-bin'\r\n        list lua_prefix '\/cgi-bin\/luci=\/usr\/lib\/lua\/luci\/sgi\/uhttpd.lua'\r\n        option script_timeout '60'\r\n        option network_timeout '30'\r\n        option http_keepalive '20'\r\n        option tcp_keepalive '1'\r\n        option ubus_prefix '\/ubus'\r\n\r\nconfig cert 'defaults'\r\n        option days '730'\r\n        option key_type 'ec'\r\n        option bits '2048'\r\n        option ec_curve 'P-256'\r\n        option country 'ZZ'\r\n        option state 'Somewhere'\r\n        option location 'Unknown'\r\n        option commonname 'OpenWrt'<\/pre>\n<p>\u91cd\u65b0\u555f\u52d5 uhttpd<\/p>\n<pre class=\"lang:default decode:true\">\/etc\/init.d\/uhttpd restart<\/pre>\n<p>--<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"9634\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;2,199&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>-- \u524d\u8a00 OpenWrt \u9810...<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"9634\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;2,199&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[308],"tags":[171,351],"_links":{"self":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/9634"}],"collection":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9634"}],"version-history":[{"count":11,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/9634\/revisions"}],"predecessor-version":[{"id":12737,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/9634\/revisions\/12737"}],"wp:attachment":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9634"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9634"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}