Changes between Version 11 and Version 12 of Tutorials/4G5G/Inter Digital-5G
- Timestamp:
- Apr 27, 2020, 2:24:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/Inter Digital-5G
v11 v12 84 84 ip route add 192.168.2.0/24 via 192.168.1.2 85 85 ip route add 192.168.3.0/24 via 192.168.1.2 86 # as well as for the measurements to come back from the UE over the wire 87 ip route add 192.168.2.1 via 10.113.1.4 dev eth1 86 88 # and configure NAT for them 87 89 iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE