-
Notifications
You must be signed in to change notification settings - Fork 67
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
the UE attached,but it cannot have the internet connection #3
Comments
Me too, COTS UE can attach and connect to latest eNB/EPC, but can't bear any data traffic. |
i have solved it, you should use iptables to NAT some information |
Could you kindly share the details how you solve it? Thanks |
sudo iptables -A FORWARD -i gtp0 -o docker0 -j ACCEPT |
Thanks for quick response! But this seems to solve NAT to Internet. |
oh,sorry. i think your phone can connect to the internet , the phone can also ping the 12.1.1.1.i'm sorry to can't help you, |
The SPGW-U calls `iptables` during startup, but it is never installed in the Dockerfile for ubuntu 18.04. As far as I can tell, this fixes issues where UE-originating traffic makes it to the SPGW-U, but the response never reaches the UE: OPENAIRINTERFACE/openair-epc-fed#3 Seems to be called from this line: https://github.com/OPENAIRINTERFACE/openair-spgwu-tiny/blob/5ca383967fb80910ce92a596ad2853dd5aa520bb/src/spgwu/simpleswitch/pfcp_switch.cpp#L271 I'm following this guide: https://github.com/OPENAIRINTERFACE/openair-epc-fed/blob/master/docs/DEPLOY_HOME.md My log: ``` [2020-10-07T14:57:57.952324] [spgwu] [spgwu_s1u] [start] Started sh: 1: iptables: not found net.ipv4.conf.all.forwarding = 1 ``
Hi,iucgnaw |
Not yet, I am working on other stuff now. Maybe you can try develop branch of these EPC compopents? |
Not the CUPS's EPC ? use the old version EPC ? |
Hello,can you tell me how to resolve this problem:
the UE attached,but it cannot have the internet connection
The text was updated successfully, but these errors were encountered: