您好,登錄后才能下訂單哦!
本篇內容主要講解“openwrt的簡單配置方法”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“openwrt的簡單配置方法”吧!
方法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設置成你自己想要的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變為8M)
編輯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的簡單配置方法”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。