> For the complete documentation index, see [llms.txt](https://joungkyun.gitbook.io/annyung-3-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-core-packages/pkg-core-oops-firewall.md).

# oops-firewall

## Description:

NETFILTER 기능을 이용하여 원격 공격으로 부터 시스템을 안전하게 막기 위하여 사용을 할수있다.

oops-firewall 은 IP/포트 필터링, 매스커래이딩, 브릿지 네트워크를 쉽게 설정하도록 도와준다.

## Features:

* 설정 파일
  * */etc/oops-firewall/application.conf* - brute force 방어 및 iptables layer7 extension 설정
  * */etc/oops-firewall/bridege.conf* - bridge device filter
  * */etc/oops-firewall/filter.conf* - main filter
  * */etc/oops-firewall/forward.conf* - forwarding filter
  * */etc/oops-firewall/interface.conf* - interface configration
  * */etc/oops-firewall/masq.conf* - masquerading filter
  * */etc/oops-firewall/tos.conf* - TOS configration
  * */etc/oops-firewall/user.conf* - User defined filter

## Reference:

* [안녕리눅스 방화벽 설정](/annyung-3-user-guide/chapter2/chapter2-1-firewall.md)
* [oops-firewall 사용 설명서](http://oops.org/?t=lecture\&sb=firewall\&n=2)
* <http://svn.oops.org/wsvn/OOPS.oops-firewall/trunk/doc/ko/>

## Dependencies:

* iptables

## Sub Packages:

* None

## Releated Packages:

* [firewalld](https://access.redhat.com/documentation/ko-KR/Red_Hat_Enterprise_Linux/7/html/Migration_Planning_Guide/ch04s11.html)
* iptables-init


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-core-packages/pkg-core-oops-firewall.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
