본문 바로가기
Dev Diary

19/12/8 오늘 공부

by BeGeek 2019. 12. 8.

GCP

 

gcloud compute networks create privatenet --subnet-mode=custom

gcloud compute networks list

gcloud compute networks subnets list --sort-by=NETWORK



gcloud compute firewall-rules create privatenet-allow-icmp-ssh-rdp --direction=INGRESS --priority=1000 --network=privatenet --action=ALLOW --rules=icmp,tcp:22,tcp:3389 --source-ranges=0.0.0.0/0

gcloud compute firewall-rules list --sort-by=NETWORK

'Dev Diary' 카테고리의 다른 글

19/12/10 오늘 공부  (0) 2019.12.11
19/12/9 오늘 공부  (0) 2019.12.11
19/12/6 오늘 공부  (0) 2019.12.06
19/12/5 오늘 공부  (0) 2019.12.05
19/12/4 오늘 공부  (0) 2019.12.04

댓글