本篇內(nèi)容主要講解“openwrt的簡單配置方法”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學(xué)習(xí)“openwrt的簡單配置方法”吧!
成都創(chuàng)新互聯(lián)公司自2013年起,是專業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項目成都網(wǎng)站建設(shè)、網(wǎng)站設(shè)計網(wǎng)站策劃,項目實施與項目整合能力。我們以讓每一個夢想脫穎而出為使命,1280元民豐做網(wǎng)站,已為上家服務(wù),為民豐各地企業(yè)和個人服務(wù),聯(lián)系電話:18980820575
方法1:
編輯openwrt目錄下package/base-files/files/etc/config/network文件
1 # Copyright (C) 2006 OpenWrt.org 2 3 config interface loopback 4 option ifname lo 5 option proto static 6 option ipaddr 127.0.0.1 7 option netmask 255.0.0.0 8 9 config interface lan 10 option ifname eth0 11 option type bridge 12 option proto static 13 option ipaddr 192.168.1.123 14 option netmask 255.255.255.0 15 option ip6assign 60 16 17 config globals globals 18 option ula_prefix auto
把13行的IP設(shè)置成你自己想要的IP。
方法2:
uci set network.lan.ipaddr=192.168.1.123 uci commit /etc/init.d/network restart
方法3:
vi /etc/config/network /etc/init.d/network restart
編輯openwrt目錄下/package/base-files/files/etc/config/system文件
config system option hostname Kent option timezone CST-8 option zonename Asia/Shanghai config timeserver ntp list server 0.openwrt.pool.ntp.org list server 1.openwrt.pool.ntp.org list server 2.openwrt.pool.ntp.org list server 3.openwrt.pool.ntp.org option enabled 1 option enable_server 0
進入 make menuconfig菜單——》LuCI——》Modules——》Translations——》Chinese (zh-cn)選上
進入 make menuconfig菜單——》LuCI——》Collections——》luci選上
編輯openwrt目錄下target/linux/ramips/image/Makefile文件
# Build images for default ralink layout for 4MB flash # kernel + roots = 0x3b0000 # $(1) = squashfs/initramfs # $(2) = lowercase board name # $(3) = dts file #ralink_default_fw_size_4M=3866624 ralink_default_fw_size_4M=8060928 (4M變?yōu)?M)
編輯openwrt目錄下package/base-files/files/etc/shadow文件
root:$1$BTkC8R/1$ZtNrYbhknXmNKGHDJCmJc1:0:0:99999:7::: daemon:*:0:0:99999:7::: ftp:*:0:0:99999:7::: network:*:0:0:99999:7::: nobody:*:0:0:99999:7:::
上面的root密碼是123456
進入 make kernel_menuconfig菜單——》Kernel hacking——》rootfstype=squashfs,jffs2 mem=32M
編輯openwrt目錄下target/linux/ramips/dts/HLKRM04.dts文件
partition@50000 { label = "firmware"; reg = <0x50000 0x3b0000>; };
3b0000修改成7b0000
到此,相信大家對“openwrt的簡單配置方法”有了更深的了解,不妨來實際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!
分享文章:openwrt的簡單配置方法
瀏覽地址:http://www.rwnh.cn/article8/jcjgop.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供、Google、ChatGPT、網(wǎng)站建設(shè)、網(wǎng)站設(shè)計公司、App開發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)