1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Arch LinuxにGUIで簡単に設定できるファイアウォール、フロントエンドの導入

Last updated at Posted at 2024-10-10

Arch LinuxにGUIで簡単に設定できるファイアウォール・フロントエンドの導入をします。

アプリ名を gufw と言います。gufwはufwのフロントエンドです。

インストール

sudo pacman -S ufw gufw

実行

$ gufw

一番簡単に、gufwと実行したあと、
プロファイルを「自宅」に # ここは適当に
Statusをonに
IncomingをDenyに
OutgoingをAllowに
設定します。
これで、終了すると、iptablesとip6tablesを書き換えてくれます。
Arch Linuxを入れた直後は、ネットワークは素っ裸なので、注意してください。

sambaなどを使っている場合は、ルールの追加が必要です。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?