View Single Post
Posts: 57 | Thanked: 39 times | Joined on Aug 2010
#179
Originally Posted by Radu View Post
Did you IM or talked, as in voice chat?
IM works fine for me, and it did before, but voice/video doesn't work.
It looks like google voice/video wants to see an ipv4 address configured. SIP is probably looking for the same thing.

try running (as root): ip addr add 10.255.255.254/30 dev gprs0

(If you don't have /sbin/ip, it comes from the iproute package)

After doing that, google voice worked for me. I'd be interested to hear if SIP starts working too.