The current peering-app script has the following issues:
1 - the -n parameter calls the create_app_docker function instead of create_app_ns.
2 - Needs to set eth0 up before adding a default route in create_app_ns function.
These issues have been fixed. Also added a line to enable IP forwarding:
The current peering-app script has the following issues:
1 - the -n parameter calls the create_app_docker function instead of create_app_ns. 2 - Needs to set eth0 up before adding a default route in create_app_ns function.
These issues have been fixed. Also added a line to enable IP forwarding:
sysctl net.ipv4.ip_forward=1