What IP need to change if deploy UPF separately into another machine

Hi freeg5c,
I’m using free5gc-compose repo.

If i want to deploy the upf image separately to another machine, what IPs I need to change?
What i can think of is as below:

  1. change ’ cidr: 60.60.0.0/24’ to the IP on the separate machine in below file?
  1. in the smfcfg.yaml file, don’t quite understand why the UPF IPs are different than the 60.60.0.0/24? do we need to change below UPF IPs to the separate machine’s IP?

Thanks a lot!

smfcfg.yaml:

userplane_information:
up_nodes:
gNB1:
type: AN
an_ip: 192.188.2.3
BranchingUPF:
type: UPF
node_id: upfb
up_resource_ip: 192.188.2.2
AnchorUPF1:
type: UPF
node_id: upf1
up_resource_ip: 192.188.2.23
AnchorUPF2:
type: UPF
node_id: upf2
up_resource_ip: 192.188.2.24