TAILIEUCHUNG - Firewall Management Interface

This section provides an overview and some examples of these interfaces. Managing Firewalls with a CLI A CLI enables you to use a specific instruction set to configure the firewall | Firewall Management Interface Modern firewalls come with two administrative interfaces The CLI The GUI typically but not necessarily web based This section provides an overview and some examples of these interfaces. Managing Firewalls with a CLI A CLI enables you to use a specific instruction set to configure the firewall. Most firewalls require the end user to do the initial configuration of the firewall inputting in the basic network information such as IP address net mask default gateway and possibly an administrative password via CLI before the end user can switch over to the GUI. Linux s NetFilter is for the most part configured through a CLI although there do exist several products that allow for configuration of NetFilter-based firewalls through a GUI. CLIs require knowledge of the command set in the firewall product. For example to configure NetFilter use the IPTables CLI to allow inbound Secure Shell SSH e-mail and web traffic using TCP ports 22 25 and 80 respectively and deny all other traffic requires the configuration in Example 11-1. Example 11-1. Configuring NetFilter with IPTables View full width iptables -P INPUT DENY iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -p tcp -s 0 -d --dport 22 -m state -state NEW - j ACCEPT iptables -A INPUT -p tcp -s 0 -d --dport 25 -m state -state NEW -j ACCEPT iptables -A INPUT -p tcp -s 0 -d --dport 80 -m state -state NEW -j ACCEPT iptables -A INPUT -m state --state ESTABLISHED RELATED -j ACCEPT iptables -A INPUT --reject-with icmp-host-prohibited -j REJECT Example 11-2 provides a similar configuration with the PIX command set. Example 11-2. Configuring a PIX gandalf config access-list acl_test permit tcp any host eq ssh gandalf config access-list acl_test permit tcp any host eq smtp gandalf config access-list acl_test permit tcp any host eq 80 gandalf config

TÀI LIỆU MỚI ĐĂNG
41    188    5    26-12-2024
11    164    2    26-12-2024
309    140    0    26-12-2024
5    173    1    26-12-2024
6    131    0    26-12-2024
6    139    0    26-12-2024
26    136    2    26-12-2024
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.