Hi Mack,
First of all, I like to say thank you, and other people as well, for all those wonderful A780 connectivity tools. Amazingly, they're working perfectly fine with my phone.
Not until recently I came across a problem when I tried to test a WAP gateway which is from
www.kannel.org, and I couldn't figure it out where the problem was.
My phone worked fine without having a WAP gateway setup on the fake gprsv0 network. But once I put in a gateway address (which is the same as my ppp0 on my Linux box - 192.168.1.3) and port 9201, Opera stopped working and prompted me "It is a network problem"
As a far I know, there was nothing to do with kannel WAP gateway yet since I didn't see packet going through my ppp0 on my Linux box (I monitored it with tcpdump on ppp0). And I looked at your scripts and I didn't see any routing problems there. All outgoing packets through the fake gprsv0 should be routed through my Linux box (/tmp/mack/iptables/sbin/iptables -t mangle -A POSTROUTING -o gprsv0 -j ROUTE --gw 192.168.1.3).
Please advise if you have an idea of why it didn't work. Thanks.