본문 바로가기
Cloud/azure

Azure104 - system routes

by seohan1010 2025. 11. 27.


-VNet안의 여러개의 subnet간의 라우팅을 생성해 주는것 
-> 삭제 혹은 추가 불가 
-> custom route로 system route을 override할 수 있음 

-Default System routes 

-> VNet이 생성되었을때 Azure가 각각의 서브넷에 생성하는 라우팅

Srource  Address prefixes  Next hop type
Default Unique to the virtual network Virtual network
Default 0.0.0.0/0 Internet
Default 10.0.0.0/8 None
Default 172.16.0.0/12 None
Default 192.168.0.0/16 None
Default 100.64.0.0/10 None

 

 

 

'Cloud > azure' 카테고리의 다른 글

가상 머신을 site recovery를 사용하여 백업하기  (0) 2025.11.28
udr (User Defined Route)  (0) 2025.11.26
public ip 주소 tier  (0) 2025.11.26
Azure Virtual WAN의 기본 설정 모드  (0) 2025.11.25
Azure AD Identity Protection  (0) 2025.11.25