1
Other Yate server issues / [Solved] sgsn / ggsn issues
« on: August 09, 2018, 08:22:11 AM »
OK.. I got this working.
The issue was actually my NAT / Routing on the rpi. The iptables configuration on the Wiki https://wiki.yatebts.com/index.php/Using_GPRS_with_Local_breakout_in_YateBTS are wrong.
Once I fixed them to this
It started magically working
The error message that sent me on a witch hunt should just be ignored and the border case addressed in the code.
Thanks davidb00 for your help. I did learn a lot on how yates + yatebts work in the process, but I'm happy it works now.
The issue was actually my NAT / Routing on the rpi. The iptables configuration on the Wiki https://wiki.yatebts.com/index.php/Using_GPRS_with_Local_breakout_in_YateBTS are wrong.
Once I fixed them to this
Code: [Select]
sudo iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
It started magically working
The error message that sent me on a witch hunt should just be ignored and the border case addressed in the code.
Thanks davidb00 for your help. I did learn a lot on how yates + yatebts work in the process, but I'm happy it works now.