- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Compute Engine instance cannot forward a packet unless the source IP address of the packet matches the IP address of the instance. Similarly, GCP won’t deliver a packet whose destination IP address is different than the IP address of the instance receiving the packet. However, both capabilities are required if you want to use instances to help route packets.
Disable the forwarding of data packets to prevent data loss or information disclosure.
To enable source and destination IP check, disable the canIpForward
option, which
allows an instance to send and receive packets with non-matching destination or source
IPs.
Deleting instances that act as routers or packet forwarders may break network connectivity.
Instances created by GKE should be excluded because they need to have IP forwarding
enabled and cannot be changed. Instances created by GKE have names that start with gke-
.
You can only edit the canIpForward
setting at instance creation time. Therefore, if canIpForward
is set to false for an instance, you must delete the instance and create a new one.
VM Instances
page:
https://pantheon.corp.google.com/compute/instances.VM Instance
you want to remediate.Delete
button.VM Instances
page, click CREATE INSTANCE
.gcloud compute instances delete INSTANCE_NAME
gcloud compute instances create
By default, instances are not configured to allow IP forwarding.
You can only set the canIpForward
field at instance creation time. After an instance is
created, the field becomes read-only.
Version 8 - 4.4: Implement and Manage a Firewall on Servers
Version 8 - 4.5: Implement and Manage a Firewall on End-User Devices
Version 7 - 11.1 Maintain Standard Security Configurations for Network Devices
Version 7 - 11.2 Document Traffic Configuration Rules