I am following the installation in free5gc-compose github page and connected it to the UERANSIM. The docker-compose version of free5gc and UERANSIM are installed in the same PC. The free5gc-compose did not have any error and PDU session is established successfully, but I cannot ping google dot com using uesimtun0 interface.
After running ‘sudo docker-compose up’ and before I start UERANSIM, I also enter the following in my host PC
But still, I cannot ping google dot com using “ping -I uesimtun0 google dot com”. I attach pcap file of (possibly) N3 or N6 interface and uesimtun0 (new user can only put two links). But basically, they only have ICMP request but no response.
Does anyone know what is happening and how can I solve this? Thank you very much!!! veth352170d.pcapng (23.5 KB) uesimtun0.pcapng (2.1 KB)
I’d like to ask you a question
Build each NF docker compose manually, add parameters when run, no docker compose is used for management.
Free5GC runs normally, but AMF fails UE authentication, GNB is normal.
error
2021-04-05T12:19:28Z [ERRO][AMF][GMM][AMF_UE_NGAP_ID:1] Nausf_UEAU Authenticate Request Error: server no response
2021-04-05T12:19:28Z [ERRO][AMF][GMM] Authentication procedure failed
I think you have to set these rules in the UPF container by setting the interface name to the name of the interface present in the UPF. You have also to check ip_forwarding is enabled in the UPF container.