在线看毛片网站电影-亚洲国产欧美日韩精品一区二区三区,国产欧美乱夫不卡无乱码,国产精品欧美久久久天天影视,精品一区二区三区视频在线观看,亚洲国产精品人成乱码天天看,日韩久久久一区,91精品国产91免费

<menu id="6qfwx"><li id="6qfwx"></li></menu>
    1. <menu id="6qfwx"><dl id="6qfwx"></dl></menu>

      <label id="6qfwx"><ol id="6qfwx"></ol></label><menu id="6qfwx"></menu><object id="6qfwx"><strike id="6qfwx"><noscript id="6qfwx"></noscript></strike></object>
        1. <center id="6qfwx"><dl id="6qfwx"></dl></center>

            新聞中心

            EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > Ubuntu10.10網(wǎng)卡配置文件重啟失效

            Ubuntu10.10網(wǎng)卡配置文件重啟失效

            作者: 時(shí)間:2016-09-12 來(lái)源:網(wǎng)絡(luò) 收藏

            環(huán)境:ubuntu 10.10

            本文引用地址:http://www.biyoush.com/article/201609/303765.htm

            目標(biāo):配置網(wǎng)卡啟動(dòng)時(shí)加載iptables規(guī)則

            網(wǎng)絡(luò)上搜到的各種操作:

            sh -c iptables-save > /etc/iptables.rules

            vi /etc/network/interfaces

            ## 目標(biāo)網(wǎng)卡下增加一條命令

            ## pre-up iptables-restore /etc/iptables.rules

            但是,經(jīng)測(cè)試發(fā)現(xiàn)。重啟后這些配置會(huì)丟失,查看這個(gè)文件頭會(huì)發(fā)現(xiàn)。

            # This configuration file is auto-generated.

            # WARNING: Do not edit this file, your changes will be lost.

            # Please create/edit /etc/network/interfaces.head and /etc/network/interfaces.tail instead,

            # their contents will be inserted at the beginning and at the end

            # of this file, respectively.

            #

            # NOTE: it is NOT guaranteed that the contents of /etc/network/interfaces.tail

            # will be at the very end of this file.

            文件寫(xiě)得很明確,/etc/network/interfaces是自動(dòng)生成的。如果我們需要自定義配置,那就創(chuàng)建/etc/network/interfaces.head或/etc/network/interfaces.tail。其中/etc/network/interfaces.tail并不推薦。

            以下是一個(gè)示例:

            auto venet0:0

            iface venet0:0 inet static

            address 184.22.224.125

            netmask 255.255.255.0

            pre-up iptables-restore /etc/iptables.rules



            評(píng)論


            相關(guān)推薦

            技術(shù)專(zhuān)區(qū)

            關(guān)閉