Routing with ZMQ #551
Replies: 3 comments
-
do you run a dockerized open5gs version? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try running the client side this way |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cueltschey Please check your routing table, maybe there is a more specific route (e.g., 10.45.0.1/24) that goes over eth0. In such case, this one will be used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using iperf3 to simulate traffic in a zmq setup, the traffic is sent to the eth0 instead of ogstun. How would I route it differently?
Here are my commands:
sudo ip ro add 10.45.0.1/16 via 10.53.1.2
sudo ip netns exec ue1 ip route add default via 10.45.0.1 dev tun_srsue
iperf3 -s -i 1
iperf3 -c 10.45.0.1 -i 1 -t 60
Beta Was this translation helpful? Give feedback.
All reactions