Skip to content

UE cannot connect to the internet #542

Answered by howardswe499
marcohol1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Marco @marcohol1 ,

It seems to me there could possibly be an issue of NAT configuration and/or missing sysctl -w net.ipv4.ip_forward=1 config on your Docker host? If these settings are not configured properly, UE ping Internet would not work due to following reasons:

  1. Docker host can't forward packets to another interface
  2. If it could forward packets, the packet can't return back to Docker host (because packets sent out would have source IP 172.18.0.20)

However, I'm not sure why pinging eUPF would not work. Perhaps it's actually sending an ICMP unreachable message back to UE?

To fix, on Docker host, try running following commands:

# Enable packet forwarding (for forwarding traffic to a…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by marcohol1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants