博客專欄

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

        【linux】給linux開發板配置重啟后依然有效的靜態IP的方法。

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

        親測有效!

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

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

        ifconfig eth0 192.168.0.200 netmask 255.255.255.0 up1
        1. 保存修改后,重啟開發板,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


        *博客內容為網友個人發布,僅代表博主個人觀點,如有侵權請聯系工作人員刪除。



        關鍵詞:

        相關推薦

        技術專區

        關閉
        主站蜘蛛池模板: 佛坪县| 鱼台县| 茂名市| 西丰县| 化德县| 大冶市| 通榆县| 耒阳市| 达孜县| 新晃| 吴堡县| 昆明市| 信宜市| 湖北省| 嫩江县| 探索| 崇信县| 红河县| 仪陇县| 大关县| 垦利县| 高平市| 台中市| 内乡县| 昆山市| 揭阳市| 德令哈市| 白银市| 竹山县| 榆中县| 滦平县| 周宁县| 临沧市| 英超| 孝义市| 婺源县| 江西省| 梨树县| 襄樊市| 新邵县| 稻城县|