熟女俱乐部五十路二区av,又爽又黄禁片视频1000免费,国产卡一卡二卡三无线乱码新区,中文无码一区二区不卡αv,中文在线中文a

新聞中心

EEPW首頁 > 嵌入式系統(tǒng) > 設計應用 > Ubuntu10.10網卡配置文件重啟失效

Ubuntu10.10網卡配置文件重啟失效

作者: 時間:2016-09-12 來源:網絡 收藏

環(huán)境:ubuntu 10.10

本文引用地址:http://www.bjwjmy.cn/article/201609/303765.htm

目標:配置網卡啟動時加載iptables規(guī)則

網絡上搜到的各種操作:

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

vi /etc/network/interfaces

## 目標網卡下增加一條命令

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

但是,經測試發(fā)現(xiàn)。重啟后這些配置會丟失,查看這個文件頭會發(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是自動生成的。如果我們需要自定義配置,那就創(chuàng)建/etc/network/interfaces.head或/etc/network/interfaces.tail。其中/etc/network/interfaces.tail并不推薦。

以下是一個示例:

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



評論


相關推薦

技術專區(qū)

關閉