Changes between Version 4 and Version 5 of Tutorials/oai-osm


Ignore:
Timestamp:
Jun 25, 2019, 2:31:23 PM (5 years ago)
Author:
nimakris
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oai-osm

    v4 v5  
    6969root@openvim-two:~# ifconfig eth2 10.154.72.9/22
    7070root@openvim-two:~# ip addr add 169.254.169.254 dev eth1
     71root@openvim-two:~# sudo iptables -t nat -A POSTROUTING --out-interface eth0 -j MASQUERADE
     72root@openvim-two:~# sudo iptables -A FORWARD --in-interface eth1 -j ACCEPT
    7173}}}
    7274The two networks are running over two VLANs over the data network of Orbit, one used for managing the VNFs and the second one for experimenting with them.