| 24 | |
| 25 | Remember that you can use “ifconfig” to determine which Ethernet interface (e.g., eth0) is bound to what IP address at each of the nodes. |
| 26 | |
| 27 | To enable forwarding of packets on node B you have to execute the following command: |
| 28 | {{{ |
| 29 | echo 1 > /proc/sys/net/ipv4/ip_forward |
| 30 | }}} |
| 31 | |
| 32 | |
| 33 | To demonstrate that you have set up the routing correctly you have to submit a screenshot from node A that shows traceroutes for both IP addresses of node C. |
| 34 | Note: You should document the steps you perform to set up the static routes since all configurations will be lost when your slice is deleted. A new slice will always be in its initial state with NO routing set up! |