View Single Post
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#6
Originally Posted by Viqsi View Post
It's possible to do this with the Nokia PC Suite as well - the "One Touch Access" functionality seems to work with the N900
I believe this is a yes and no. Yes, Nokia PC suite allows to connect a PC to the internet using the n900 as a GPRS/HSDPA modem, but I don't find anything allowing use of the n900's wireless card for this purpose.

Ioic's method allows both viz the following code:
Code:
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
iptables -t nat -A POSTROUTING -o gprs0 -j MASQUERADE
If I am wrong please provide pointers...

ta HA