-
Notifications
You must be signed in to change notification settings - Fork 0
Create an Open5GS container
moari edited this page Nov 12, 2024
·
2 revisions
Before starting, make sure you have already followed the instructions in RAN-Machines-Prep.
Create a new container with Ubuntu 22.04, we will call it open5gs-core
:
lxc init ubuntu:22.04 open5gs-core
Now we must assign it a static IP address inside the LXD bridge. Usually the bridge interface is called lxcbr0
, with subnet 10.0.3.1\24
. Our convention is that the default Open5GS container should always have ip 10.0.3.2
.
Set a static IP with the following command:
lxc config device set open5gs-core eth0 ipv4.address 10.0.3.2