GUI cũng không hoạt động với tôi, nhưng tôi đã có thể tạo thành công quy tắc tường lửa bằng lệnh gcloud tương đương.
Để kiểm tra, tôi đã tạo một VPC mới, mạng con mới và quy tắc tường lửa mới:
error@cloudshell:~ (strange-passage-193919)$ mạng điện toán gcloud tạo ipv6test --project=strange-passage-193919 --subnet-mode=custom --mtu=1460 --bgp-routing-mode=regional
Đã tạo [https://www.googleapis.com/compute/v1/projects/strange-passage-193919/global/networks/ipv6test].
TÊN SUBNET_MODE BGP_ROUTING_MODE IPV4_RANGE GATEWAY_IPV4
ipv6test KHU VỰC TÙY CHỈNH
Các trường hợp trên mạng này sẽ không thể truy cập được cho đến khi các quy tắc tường lửa
được tạo ra. Ví dụ: bạn có thể cho phép tất cả lưu lượng truy cập nội bộ giữa
phiên bản cũng như SSH, RDP và ICMP bằng cách chạy:
$ quy tắc tường lửa điện toán gcloud tạo <FIREWALL_NAME> --mạng ipv6test --allow tcp,udp,icmp --source-ranges <IP_RANGE>
$ gcloud tính toán quy tắc tường lửa tạo <FIREWALL_NAME> --mạng ipv6test --allow tcp:22,tcp:3389,icmp
error@cloudshell:~ (strange-passage-193919)$ mạng con mạng điện toán gcloud tạo ipv6test --project=strange-passage-193919 --range=10.16.0.0/20 --network=ipv6test --region=us-west2
Đã tạo [https://www.googleapis.com/compute/v1/projects/strange-passage-193919/regions/us-west2/subnetworks/ipv6test].
TÊN KHU VỰC PHẠM VI MẠNG STACK_TYPE IPV6_ACCESS_TYPE IPV6_CIDR_RANGE EXTERNAL_IPV6_CIDR_RANGE
ipv6test us-west2 ipv6test 10.16.0.0/20 IPV4_ONLY
error@cloudshell:~ (strange-passage-193919)$ cập nhật mạng con của mạng điện toán gcloud ipv6test --project=strange-passage-193919 --stack-type=IPV4_IPV6 --ipv6-access-type=EXTERNAL --region=us- tây2
Đã cập nhật [https://www.googleapis.com/compute/v1/projects/strange-passage-193919/regions/us-west2/subnetworks/ipv6test].
error@cloudshell:~ (strange-passage-193919)$ gcloud compute --project=strange-passage-193919 tường lửa-quy tắc tạo quy tắc kiểm tra --direction=INGRESS --priority=1000 --network=ipv6test --action=ALLOW - -rules=tcp:22 --source-ranges=2001:db8::/32
Đang tạo tường lửa...â ¹Được tạo [https://www.googleapis.com/compute/v1/projects/strange-passage-193919/global/firewalls/ruletest].
Tạo tường lửa...xong.
TÊN MẠNG HƯỚNG ƯU TIÊN CHO PHÉP TỪ CHỐI ĐÃ TẮT
ruletest ipv6test INGRESS 1000 tcp:22 Sai
lỗi@cloudshell:~ (đoạn văn lạ-193919)$