Skip to content

Not able to connect multiple ue #83

Closed Answered by linouxis9
aritra-nandy asked this question in Q&A
Discussion options

You must be logged in to vote

You need to run sudo ./packetrusher multi-ue -n 2 --tunnel --dedicatedGnb @aritra-nandy
For --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…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by linouxis9
Comment options

You must be logged in to vote
1 reply
@linouxis9
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants