The solution provides the appgw sample configuration file. That sample configuration file is missing a static route on the default VR. That static route should be:
destination: 192.168.4.0/24
interface: ethernet 1/2
next hop: ip address: 192.168.2.1
Once that is in place and the configuration is committed the default apache web server is accessible via application gateway.
The solution provides the appgw sample configuration file. That sample configuration file is missing a static route on the default VR. That static route should be: destination: 192.168.4.0/24 interface: ethernet 1/2 next hop: ip address: 192.168.2.1
Once that is in place and the configuration is committed the default apache web server is accessible via application gateway.
Here's the updated sample xml config file code:
appgwUpdated.txt