博客專欄

        EEPW首頁 > 博客 > 【linux】給linux開發(fā)板配置重啟后依然有效的靜態(tài)IP的方法。

        【linux】給linux開發(fā)板配置重啟后依然有效的靜態(tài)IP的方法。

        發(fā)布人:電子禪石 時間:2020-11-04 來源:工程師 發(fā)布文章

        親測有效!

        1. 使用vi打開/etc/profile文件。

        vi /etc/profile1
        1. 在/etc/profile中增加如下代碼行:

        ifconfig eth0 192.168.0.200 netmask 255.255.255.0 up1
        1. 保存修改后,重啟開發(fā)板,OK!

        要改/etc/rc.local  也可以修改這個

        #!/bin/sh -e
        #
        # rc.local
        #
        # This script is executed at the end of each multiuser runlevel.
        # Make sure that the script will "exit 0" on success or any other
        # value on error.
        #
        # In order to enable or disable this script just change the execution
        # bits.
        #
        # By default this script does nothing.
        
        
        echo 30000 >  /proc/sys/vm/min_free_kbytes
        #ifconfig eth0 172.16.12.62 netmask 255.255.255.0
        ifconfig eth0 192.168.1.154 netmask 255.255.255.0
        /opt/StarPoint/start.sh > /dev/null &
        
        exit 0


        *博客內(nèi)容為網(wǎng)友個人發(fā)布,僅代表博主個人觀點,如有侵權(quán)請聯(lián)系工作人員刪除。



        關(guān)鍵詞:

        相關(guān)推薦

        技術(shù)專區(qū)

        關(guān)閉
        主站蜘蛛池模板: 河西区| 新干县| 广灵县| 吴桥县| 浮山县| 平乡县| 志丹县| 扬州市| 唐海县| 蓝山县| 格尔木市| 通河县| 德保县| 县级市| 习水县| 万源市| 常宁市| 崇义县| 黄山市| 克山县| 博客| 临洮县| 垫江县| 大安市| 新乐市| 扶沟县| 滨海县| 牟定县| 河南省| 大同县| 增城市| 科技| 河池市| 台北市| 金山区| 台山市| 都江堰市| 怀化市| 冕宁县| 武定县| 千阳县|