PEERINGTestbed / client

PEERING client controller
https://peering.ee.columbia.edu
8 stars 17 forks source link

fix: peering-app script does not work #73

Closed elverton closed 10 months ago

elverton commented 10 months ago

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