Changes between Version 4 and Version 5 of Tutorials/oai-osm
- Timestamp:
- Jun 25, 2019, 2:31:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oai-osm
v4 v5 69 69 root@openvim-two:~# ifconfig eth2 10.154.72.9/22 70 70 root@openvim-two:~# ip addr add 169.254.169.254 dev eth1 71 root@openvim-two:~# sudo iptables -t nat -A POSTROUTING --out-interface eth0 -j MASQUERADE 72 root@openvim-two:~# sudo iptables -A FORWARD --in-interface eth1 -j ACCEPT 71 73 }}} 72 74 The 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.