What Do I Do If Service Traffic is Abnormal?¶
This section describes how to rectify the fault if your service traffic is abnormal and may be interrupted by CFW.
Symptom¶
Service traffic is abnormal. For example:
An EIP cannot access the Internet.
A server cannot be accessed.
Troubleshooting Methods¶
No. | Possible Cause | Solution |
---|---|---|
1 | Traffic interruption not caused by CFW | |
2 | Traffic blocked by protection policies | |
3 | Traffic blocked by intrusion prevention |
Cause 1: Traffic Interruption Not Caused by CFW¶
You can disable protection on the CFW console and observe the service status. If the service does not recover, it indicates the traffic interruption was not caused by CFW.
To disable protection, perform the following steps:
EIP traffic fault: Disable the CFW protection in EIPs whose services are interrupted. For details, see Disabling EIP Protection.
SNAT or inter-VPC access failure: Disable the VPC border firewall. For details, see Enabling or Disabling a VPC Border Firewall.
If problem persists, refer to the following common fault causes:
Network fault: The route configuration is incorrect, or the NE is faulty.
Policy-based interception: Interception caused by incorrect configurations of other security services, network ACLs, or security groups.
Cause 2: Traffic Blocked by Protection Policies¶
Traffic is blocked probably because a blocking rule is configured in the access control policy, or the normal services are blacklisted. In this case, CFW blocks related sessions, causing service loss.
You can take the following measures:
In the Access Control Logs tab, search for logs about the blocked IP address or domain name.
If no records are found, see cause 3 in Table 1.
If a record is found, click the Rule column to go to the matched blocking policy.
If normal services are blacklisted, you can:
Delete the blacklist policy.
Add a whitelist policy for the IP address/domain name. (The whitelist takes precedence over the blacklist. After the whitelist policy is added, the blacklist policy becomes invalid and the traffic is directly permitted.)
If the traffic is blocked by a blocking rule, you can:
Find the blocking rule of the IP address or domain name in the access control rule list and disable the policy.
Modify the matching condition of the blocking policy and remove the IP address or domain name information.
Add a protection rule whose Action is Allow and Priority is Pin on top. For details, see Adding Protection Rules to Block or Allow Traffic.
Case
Handling process: Detect a fault -> Disable protection -> View logs -> Modify a policy -> Restore protection -> Confirm logs
The network O&M personnel of a company found that an ECS cannot access the Internet through the bound EIP xx.xx.xx.126.
The firewall administrator took the following measures:
To ensure that the IP address can be used for external communication during fault locating, the firewall administrator logged in to the CFW console, and chose Assets > EIPs, and disables protection for the EIP.
During the firewall is disabled, the traffic of the EIP is not processed and related logs are not displayed.
The administrator chose Log Audit > Log Query and clicked the Access Control Logs tab. He searched for the blocking logs of the access source IP address xx.xx.xx.126. A blocking rule named Block-Malicious-Outreach was found, and this rule blocked the traffic from the attack source IP address to the Internet.
The administrator searched for "Source: xx.xx.xx.126; Action: Block; Direction: Outbound; Status: Enabled" in the access control policy list. Three available policies that contain the IP address were found.
The policy contained the Block-Malicious-Outreach blocking rule. According to the value of the Hits column, a large number of sessions have been blocked.
Caution
According to Figure 4, there were three valid rules whose source IP addresses contain xx.xx.xx.126, including Block-xxx-com (with the highest priority), Block-Malicious-Outreach, and Allow-Asia (with the lowest priority). Besides the blocking rule Block-Malicious-Outreach, the administrator checked whether the two other two rules may intercept normal services.
Finally, it is found that the EIP accessed suspicious IP addresses so that an administrator configured a blocking rule it, but the configured destination was incorrect. As a result, all external traffic is blocked by mistake (see the second protection rule in Figure 4).
The administrator changed the destination address to a specific IP address that needs to be blocked, and enabled protection for the EIP on the Assets > EIPs page of the CFW console. After protection was restored, the traffic of the EIP was normally forwarded by CFW.
The administrator viewed the external connection logs related to the IP address in the traffic logs and confirmed that the service was restored.
Cause 3: Traffic Blocked by Intrusion Prevention¶
The protection mode of intrusion prevention functions, such as IPS, is too strict, blocking normal traffic.
You can take the following measures:
In the Attack Event Logs tab, search for logs about the blocked IP address or domain name.
If no records are found, .
If a record is found, perform either of the following operations:
Copy the rule ID. In the corresponding module (such as IPS), set the protection mode of the rule with that ID to Observe. For details about the intrusion prevention module, see Blocking Network Attacks.
Add the IP addresses that do not need to be protected by CFW to the whitelist. For details about how to configure the whitelist, see Managing the Blacklist and the Whitelist.
Case
Handling process: Detect a fault -> Change the protection status -> View logs -> Confirm services -> Modify the policy -> Restore the protection status -> Confirm logs
The O&M personnel of a company found that a service on the server whose IP address was xx.xx.xx.99 cannot be accessed. It was suspected that the service was blocked by the firewall.
The firewall administrator took the following measures:
To quickly recover the service, the administrator logged in to the CFW console, choose Attack Defense > Intrusion Prevention, and changed the protection mode from Intercept mode - strict to Observe.
During this period, the firewall did not intercept attack traffic but only logged the attack traffic.
The administrator chose Log Audit > Log Query and clicked the Attack Event Logs tab. The logs about the access to the destination IP address xx.xx.xx.99 were displayed. The IPS rule whose ID was 334841 blocked the traffic.
The administrator clicked Details in the Operation column, clicked Payload Content in the display page, and created a packet capture task to verify that the service is normal. The administrator searched for the rule whose ID is 334841 from the list on the Basic Protection tab page by referring to Modifying the Protection Action of an Intrusion Prevention Rule.
The administrator clicked Observe in the Operation column. This rule did not block the traffic matching the signature but only logged the traffic.
The administrator set the protection mode to Intercept mode - strict and went to the Basic Protection tab to confirm that the Current Status of the rule 334841 was still Observe.
In the Attack Event Logs tab, after the service session matched the rule, the Action of the log was Allow. The service was restored.
Submitting a Service Ticket¶
If the preceding methods cannot solve your problem, .