You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

There exists an asymmetric routing scenario that is similar to that at AWS.

This issues is realized when :

  • a VNet that is peered to the sharedservices VNet with gateway transit enabled thru ExpressRoute 
  • Additionally a VM with an external IP that is being requested from the Cornell campus network. 

With all of these pieces in place, packets sent from campus to the external IP will return to campus via the ExpressRoute and be dropped by the initiating host.

To get around or avoid this issue:

  • we create two subnets in the customer VNet - one "private", one "public".
  • a user defined route (UDR) will need to be created and then associated with the public subnet.
  • The UDR will list all campus IP ranges with a next hop of "Internet".

Caveat : an additional caveat exists with this "solution":

  • With the UDR in place the opposite asymmetric route will be true. 
  • A campus network system with a public IP, trying to reach the "10 space" address of an Azure VM on the subscriptions public subnet, will fail.

 

 

IPv4 Global Address Blocks Owned and Managed by Cornell 

Cornell owns and manages the following publicly routable IPv4 global address blocks:

  • 128.84.0.0/16
  • 128.253.0.0/16
  • 132.236.0.0/16
  • 192.35.82.0/24
  • 192.122.235.0/24
  • 192.122.236.0/24

 

https://it.cornell.edu/dns/ip-addresses-and-subnets-cornell

  • No labels