Ubuntu server 18.04的iptables怪怪的 - Linux

Charlotte avatar
By Charlotte
at 2019-12-30T21:02

Table of Contents

本來有ufw但不符需求,無法鎖網卡和增加時間參數等。

後來我把ufw移除了,但iptables怪怪的,用script shell輸入後,查iptables -L,規則有
輸入成功,但是實際執行起來都無效。


我的iptables是1.6.1版。

--
Tags: Linux

All Comments

Emily avatar
By Emily
at 2020-01-02T01:24
所以你要問什麼?
Frederic avatar
By Frederic
at 2020-01-05T00:09
你應該拿出你目前的iptables資訊(iptables -nvL --line)
Queena avatar
By Queena
at 2020-01-06T09:18
然後說你現在想要從外面或哪個內網 ip 連到這台的哪個
Una avatar
By Una
at 2020-01-10T20:38
port 走啥協定ipv4 ipv6等等的,一些基本資料
Frederic avatar
By Frederic
at 2020-01-13T19:42
阿不然我這樣回答你 iptables 可以用啊
16 18 19 我都在用...好了,你的問題我解決了?
David avatar
By David
at 2020-01-15T12:14
iptables-persistent netfilter-persistent

Eject跟“Safely Remove"的差別

Ivy avatar
By Ivy
at 2019-12-27T12:59
使用Ubuntu時,如果要移除USB隨身碟的連線, 會出現兩個選項:and#34;Ejectand#34;和“Safely Removeand#34;. 如下圖: https://i.imgur.com/J3n4k90.jpg 請問: 1. 這兩個選項有什麼不一樣呢? 2. and#34;Safely R ...

北韓駭客Lazarus開發出瞄準Linux的木馬程式

Kama avatar
By Kama
at 2019-12-27T11:30
新聞來源:ITHome https://www.ithome.com.tw/news/135048 內文: 安全廠商發現一款同時適用於Windows和Linux的新型遠端存取木馬, 開採了Atlassian Confluence 6.6.12以後版本中的Widget Connector巨集漏洞, 這個漏洞 ...

curl批次下載指令

Mason avatar
By Mason
at 2019-12-22T00:59
想下載圖片,但網址是規律的 更正網址為以下這個,因為檔名相同 http://XXXX.com/[000-999]/[000-999]/123.jpg 故用這個指令下載替其加上檔名 curl -o sav#1.#2 http://XXXX.com/[000-999]/[000-999]/123.{jpg ...

ubuntu硬碟轉移

Irma avatar
By Irma
at 2019-12-21T15:31
目前有一台Ubuntu主機 硬碟是兩個2TB硬碟使用LVM合在一起 現在想要將資料全部移到一個6TB的硬碟 然後拔除原本的2個硬碟 目前有想到三種辦法 但是都有些不確定的地方 麻煩各位大大開導一下 1.再生龍 但是複製完A硬碟後 複製B硬碟就會把原本複製完的洗掉 有什麼正確的方式嗎 2.用tar壓縮 因為 ...

-請問Ansible如何做到多行正規化比對刪除

Elvira avatar
By Elvira
at 2019-12-18T21:02
剛接觸Ansible沒多久 之前使用shell script很簡單處理的東西 用Ansible處理變得不是很上手 比如用sed比對一個區塊內容並且刪除 針對檔案內容是 set private-key and#34;-----BEGIN ENCRYPTED PRIVATE KEY-----/ aaaaa ...