GUI ใช้งานไม่ได้สำหรับฉันเช่นกัน แต่ฉันสามารถสร้างกฎไฟร์วอลล์ได้สำเร็จด้วยคำสั่ง gcloud ที่เทียบเท่า
เพื่อทดสอบ ฉันได้สร้าง VPC ใหม่ ซับเน็ตใหม่ และกฎไฟร์วอลล์ใหม่:
error@cloudshell:~ (strange-passage-193919)$ เครือข่ายการคำนวณ gcloud สร้าง ipv6test --project=strange-passage-193919 --subnet-mode=custom --mtu=1460 --bgp-routing-mode=regional
สร้าง [https://www.googleapis.com/compute/v1/projects/strange-passage-193919/global/networks/ipv6test]
ชื่อ SUBNET_MODE BGP_ROUTING_MODE IPV4_RANGE GATEWAY_IPV4
ipv6test ภูมิภาคที่กำหนดเอง
อินสแตนซ์บนเครือข่ายนี้จะไม่สามารถเข้าถึงได้จนกว่าจะมีกฎไฟร์วอลล์
ถูกสร้างขึ้น ตัวอย่างเช่น คุณสามารถอนุญาตการรับส่งข้อมูลภายในทั้งหมดระหว่าง
อินสแตนซ์เช่นเดียวกับ SSH, RDP และ ICMP โดยการเรียกใช้:
$ gcloud คำนวณกฎไฟร์วอลล์สร้าง <FIREWALL_NAME> --network ipv6test --allow tcp,udp,icmp --source-ranges <IP_RANGE>
$ gcloud คำนวณกฎไฟร์วอลล์สร้าง <FIREWALL_NAME> --network ipv6test --allow tcp:22,tcp:3389,icmp
error@cloudshell:~ (strange-passage-193919)$ เครือข่ายย่อยการคำนวณ gcloud สร้าง ipv6test --project=strange-passage-193919 --range=10.16.0.0/20 --network=ipv6test --region=us-west2
สร้าง [https://www.googleapis.com/compute/v1/projects/strange-passage-193919/regions/us-west2/subnetworks/ipv6test]
ชื่อภูมิภาค ช่วงเครือข่าย 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)$ gcloud compute network subnets update ipv6test --project=strange-passage-193919 --stack-type=IPV4_IPV6 --ipv6-access-type=EXTERNAL --region=us- ทิศตะวันตก2
อัปเดต [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 firewall-rules create ruletest --direction=INGRESS --priority=1000 --network=ipv6test --action=ALLOW - -rules=tcp:22 --source-ranges=2001:db8::/32
กำลังสร้างไฟร์วอลล์...â ¹สร้าง [https://www.googleapis.com/compute/v1/projects/strange-passage-193919/global/firewalls/ruletest]
กำลังสร้างไฟร์วอลล์...เสร็จแล้ว
ชื่อ ลำดับความสำคัญของทิศทางเครือข่าย อนุญาต ปฏิเสธ ปิดใช้งาน
ruletest ipv6test INGRESS 1,000 tcp:22 เท็จ
error@cloudshell:~ (เส้นทางแปลก-193919)$