Not able to connect multiple ue #83
-
I have configured multiple UEs in the configuration file but when hits multi-ue -n 2 command it's not working for me showing "Interface for UE 0000000022 has not been created. Tunnel has been disabled" . Can anyone help me how to connect multiple UEs and what should be the correct configuration? I have used the below configuration file |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi @aritra-nandy! |
Beta Was this translation helpful? Give feedback.
-
Can you explain how to use --tunnel and --dedicatedGnb option briefly? |
Beta Was this translation helpful? Give feedback.
-
You need to run PacketRusher automatically creates a second gNodeB with the same configuration as the first gNodeB for the second UE when using --dedicatedGnb, but with the first IP next to the first gNodeB: if the first gNodeB has IP 10.228.118.180, the second gNodeB created automatically by PacketRusher will have IP 10.228.118.181 and this cannot be configured differently for now. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help, able to connect two UE now |
Beta Was this translation helpful? Give feedback.
You need to run
sudo ./packetrusher multi-ue -n 2 --tunnel --dedicatedGnb
@aritra-nandyFor --tunnel to work with multiple UEs, you must have a dedicated gNodeB per UE, else --tunnel does not work. --dedicatedGnb does that.
PacketRusher automatically creates a second gNodeB with the same configuration as the first gNodeB for the second UE when using --dedicatedGnb, but with the first IP next to the first gNodeB: if the first gNodeB has IP 10.228.118.180, the second gNodeB created automatically by PacketRusher will have IP 10.228.118.181 and this cannot be configured differently for now.
As such, make sure to add the IP 10.228.118.181 to your network interface (eg. sudo ip addr add eth0 10…