• Kiếm tiền với Hostinger

    Kiếm Tiền Cùng Hostinger

    Bạn đang tìm kiếm cách kiếm thêm thu nhập online? Hãy tham gia ngay chương trình Affiliate của Hostinger! Với mỗi khách hàng đăng ký thông qua liên kết của bạn, bạn sẽ nhận được khoản hoa hồng hấp dẫn.

    Hostinger cung cấp các dịch vụ lưu trữ web (hosting) chất lượng cao với mức giá cạnh tranh, giúp bạn dễ dàng giới thiệu và thu hút người dùng.

    Đừng bỏ lỡ cơ hội tuyệt vời này để tăng thêm thu nhập thụ động.

    Tham Gia Ngay

Restrict DMZ server access with time-based ACLs on the Cisco ASA Firewall

TigerDao

Administrator
Thành viên BQT
One of the features of Access Control Lists (ACLs) on firewalls Cisco Firewall ASA is that you can schedule when a specific ACL is triggered. That is, a particular access list statement will remain disabled until a specific time range is reached. This is useful in cases where you want to allow traffic to certain servers during specific time periods.

Let’s look at the example below where access to the DMZ FTP server is allowed only during business hours (weekdays from 9am to 5pm).

(IMG)

To configure the time range, follow the steps below:

  1. ASA-TGM(config)# time-range name
  2. ASA-TGM(config-time-range)# periodic days-of-the-week time big (days-of-the-week) time

Parameters “days-of-the-week” can take the following values:

  • monday, tuesday, wednesday, thursday, friday, saturday, sunday
  • weekdays
  • daily. daily
  • weekend. weekend

Parameters “time. time” has format hh:mm

Full configuration above Cisco Firewall as follows:

ASA-TGM(config)# time-range working-hours

ASA-TGM(config-time-range)# Periodic weekdays 9:00 to 17:00

ASA-TGM(config)# access-list FTP-ACCESS extended permit tcp any host 199.1.1.1 eq ftp time-range working-hours

ASA-TGM(config)# access-group FTP-ACCESS in interface external

ASA-TGM(config)# static (DMZ,outside) 199.1.1.1 10.0.0.1 netmask 255.255.255.255

Good luck!

Xem tiếp...
 

Similar threads

M
Trả lời
0
Lượt xem
264
Máy tính và Laptop
M
M
Trả lời
0
Lượt xem
255
Máy tính và Laptop
M
Top