日本黄色一级经典视频|伊人久久精品视频|亚洲黄色色周成人视频九九九|av免费网址黄色小短片|黄色Av无码亚洲成年人|亚洲1区2区3区无码|真人黄片免费观看|无码一级小说欧美日免费三级|日韩中文字幕91在线看|精品久久久无码中文字幕边打电话

當(dāng)前位置:首頁(yè) > 嵌入式 > 嵌入式軟件
[導(dǎo)讀]環(huán)境:ubuntu 10.10目標(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)卡下增

環(huán)境:ubuntu 10.10

目標(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.

文件寫得很明確,/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

本站聲明: 本文章由作者或相關(guān)機(jī)構(gòu)授權(quán)發(fā)布,目的在于傳遞更多信息,并不代表本站贊同其觀點(diǎn),本站亦不保證或承諾內(nèi)容真實(shí)性等。需要轉(zhuǎn)載請(qǐng)聯(lián)系該專欄作者,如若文章內(nèi)容侵犯您的權(quán)益,請(qǐng)及時(shí)聯(lián)系本站刪除( 郵箱:macysun@21ic.com )。
換一批
延伸閱讀
關(guān)閉