I have a CHR installed in Azure.
One NIC hangs in a gateway subnet and a 2nd NIC hangs in a VM subnet.
To my local network I have an OpenVPN connection from my RB3011 to the CHR.
I have in the Azure network the subnet 172.17.5.0/24 and in the local one the 10.100.124.0/23.
The OpenVPN endpoints have the addresses 10.99.1.1 and 10.99.1.3.
About my problem.
I can reach from the Azure subnet everything in my local network, but from my local network I can reach only the CHR nothing in the subnet behind.
However, on the CHR I can ping the IP of a VM on the Azure network.
On my RB3011 on the local network, I can ping the IP of the CHR with the IP on the same subnet as the VM on the subnet.
But why can't I get to the subnet from the local network?
Code: Select all
[admin@rb3011_alzey] /ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 192.168.99.1 1
1 ADC 10.1.1.22/32 10.1.1.1 <ovpn-OVPN_Frei... 0
2 ADC 10.1.1.23/32 10.1.1.1 <ovpn-OVPN_Main... 0
3 ADS 10.10.0.0/23 <ovpn-OVPN_Frei... 1
4 ADC 10.99.1.0/24 10.99.1.3 ovpn_Azure 0
5 ADC 10.100.1.0/24 10.100.1.1 br-Gast 0
6 ADC 10.100.2.0/24 10.100.2.1 br_Admin 0
7 ADC 10.100.124.0/23 10.100.124.1 br-lan 0
8 ADS 157.55.198.115/32 192.168.99.1 0
9 A S 172.16.0.0/24 br_Kamera100m 1
10 A S 172.17.5.0/24 10.99.1.3 ovpn_Azure 1
11 A S 172.17.254.0/24 10.99.1.3 ovpn_Azure 1
12 ADC 192.168.99.0/24 192.168.99.100 ether2-DSL 0
13 ADS 192.168.123.0/24 <ovpn-OVPN_Main... 1
Code: Select all
[admin@Mikrotik-CHR-Gateway] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 172.17.254.1 1
1 ADC 10.99.1.3/32 10.99.1.1 <ovpn-ovpn_Vere... 0
2 ADS 10.100.124.0/23 <ovpn-ovpn_Vere... 1
3 ADS 168.63.129.16/32 172.17.254.1 1
4 ADS 169.254.169.254/32 172.17.254.1 1
5 ADC 172.17.5.0/24 172.17.5.254 br_Azure 0
6 ADC 172.17.254.0/27 172.17.254.4 ether1 0
Thanks for your help