You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the following setup:
Run Open5gs in Host A: 192.168.0.11 (PHY Address)
Run scan as host mode in Host B: 192.168.0.2 (PHY Address)
The gNB can connect to the amf and up, and the cost unit (Quectel RM500Q-GL) can connect to the 5G.
I use minicom to connect RM500Q-GL and the AT command to get the IP; it is the same as the IP assigned by UPF. But I try to ping 8.8.8.8 on the UE side. It does not work.
I disable the ufw service and set the host A's IP route table is that:
ip route show
default via 192.168.50.1 dev wlp0s20f3 proto dhcp metric 600
default via 192.168.0.1 dev enp49s0 proto static metric 20100
169.254.0.0/16 dev wlp0s20f3 scope link metric 1000
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
172.18.0.0/16 dev br-a36aa12aa5af proto kernel scope link src 172.18.0.1 linkdown
172.19.0.0/16 dev docker_gwbridge proto kernel scope link src 172.19.0.1
192.168.0.0/24 dev enp49s0 proto kernel scope link src 192.168.0.11 metric 100
192.168.49.0/24 dev br-5eb5f2e73e3c proto kernel scope link src 192.168.49.1 linkdown
192.168.50.0/24 dev wlp0s20f3 proto kernel scope link src 192.168.50.251 metric 600
192.168.100.0/24 dev br-202ffa0717a5 proto kernel scope link src 192.168.100.1
I also try to use Docker swarm to deploy the open5gs and srsRan and use tcpdump to capture the packet. In this mode, I can catch the ICMP Request packet from UE but cannot catch ICMP Reply packet from host A. Could you help my to solve this problem?
I I want to set up two nodes using docker. I deployed open5g core network on node one and srsRan on node two. How should I do it?
The text was updated successfully, but these errors were encountered: