| 1 | == VINI ORBIT Mobility == |
| 2 | |
| 3 | == Introduction == |
| 4 | |
| 5 | The objective of this demo is to show a VINI - ORBIT integration experiment for layer 3 experimentation. |
| 6 | |
| 7 | == Orbit OS == |
| 8 | |
| 9 | 1. Take a baseline image. |
| 10 | 2. Use make menuconfig to enable tunneling and bridging options in the kernel. Refer sachins wiki page for more details on reloading kernel config. Recompile kernel. |
| 11 | 3. install bridge-utils. |
| 12 | 4. Install openvpn with or without openssl |
| 13 | 5. mkdir /dev/net |
| 14 | mknod /dev/net/tun c 10 200 |
| 15 | chmod 755 /dev/net |
| 16 | chmod 666 /dev/net/tun |
| 17 | |
| 18 | The OS was saved as tmp/node-1-1-2007-11-12-13-37-42.ndz |