unable to ping fixed ip on provider network
Following the guide here
No errors until I try to ping the ip on the provider network.
steven@controller:~$ ping -c 4 203.0.113.102 PING 203.0.113.102 (203.0.113.102) 56(84) bytes of data.
--- 203.0.113.102 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3024ms
It works if I use "ip netns exec" with either the selfservice or provider namespace.
What am I doing wrong?
Did you set a real gw for the provider network?