-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] I'm not receiving an ICMP reply when attempting to ping from the UE to the internet. #143
Comments
Nice to see you using PacketRusher. Have you made sure to setup NAT on the UPF's side as specified in Open5GS' documentation? Thanks and cheers, |
Hi Linou, thank you for your response. I tried pinging the UPF (172.31.68.24), but it's not working. Regarding NAT, I followed the Open5GS configuration using the commands: $ip route default via 172.31.64.1 dev ens5 proto dhcp src 172.31.68.24 metric 100 Best regards, |
It seems you are using the same VM for PacketRusher and the UPF, make sure to use two distinct virtual machines as it can causes issues otherwise @Mouradnetworking |
How about considering Docker instead? It might help us avoid these issues @linouxis9. Kind regards, |
Yes, it's also supported running UPF and PacketRusher on the same host using Docker. |
Thank you! I'll give it a try and get back to you. |
Describe the issue
When attempting to ping Google's DNS (8.8.8.8) from the UE, only ICMP request packets are sent, but no ICMP reply is received. The following conditions have been checked:
Firewall (ufw): Inactive
iptables: No rules blocking ICMP traffic
IPv4 forwarding: 1
I'm using Packet Rusher for the radio part and Open5GS for the core part.
Screenshots
Architecture :
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
Pcap:
ping.zip
The text was updated successfully, but these errors were encountered: