![]() |
2010-11-13
, 11:00
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#61
|
![]() |
2010-11-13
, 11:02
|
Posts: 23 |
Thanked: 2 times |
Joined on Nov 2010
|
#62
|
![]() |
2010-11-13
, 11:14
|
Posts: 23 |
Thanked: 2 times |
Joined on Nov 2010
|
#63
|
Nokia-N900-51-1:~# cat /etc/apt/sources.list.d/hildon-application-manager.list deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./ deb https://downloads.maemo.nokia.com/fremantle/ssu/205 ./ deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./ deb http://repository.maemo.org/extras/ fremantle-1.2 free non-free deb http://moff.mozilla.com/latest-beta/maemo/multi/ fremantle release deb http://repository.maemo.org/extras-devel fremantle free non-free
![]() |
2010-11-13
, 11:54
|
Posts: 23 |
Thanked: 2 times |
Joined on Nov 2010
|
#64
|
![]() |
2010-11-13
, 13:44
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#65
|
O.K.
I am making real progress now using your method!
From a clean boot of my N900 using my Macbook as client:
I immediately initiate a PAN request from the Mac, it connects.
I then run your script.
I can ping 192.168.1.1 and successfully ssh into the N900 from the PAN.
BUT...
The phone isn't asking to start an internet connnection.
I'm going to start my gprs0 interface before initiating the PAN and see how that works...
iptables -F iptables -t nat -F iptables -t nat -A POSTROUTING -o gprs0 -j MASQUERADE
Ugh. I read back through the thread and looked at WorldKaoss' posts.
He seemed to have the same problems.
I can't get my head round this pc-connectivity-manager thing.
I'm ticking the box for bluetooth in the "none" profile but it just keeps complaining that the phone won't pair.
The Following User Says Thank You to 9000 For This Useful Post: | ||
![]() |
2010-11-14
, 11:23
|
Posts: 23 |
Thanked: 2 times |
Joined on Nov 2010
|
#66
|
![]() |
2010-11-14
, 11:47
|
Posts: 23 |
Thanked: 2 times |
Joined on Nov 2010
|
#67
|
![]() |
2010-11-14
, 12:23
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#68
|
I've got it working!
Adding DNS seems to have fixed things.
Sorry to have put you through all this grief!
Thanks so much for your hard work!
![]() |
2011-01-26
, 20:06
|
Posts: 64 |
Thanked: 109 times |
Joined on Mar 2010
|
#69
|
dnsmasq -I lo -z -a 192.168.1.1 -F 192.168.1.64,192.168.1.127
ipconfig /renew "Name of PAN Adapter"
The Following User Says Thank You to mauron85 For This Useful Post: | ||
![]() |
2011-01-27
, 01:08
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#70
|
For DHCP and Auto DNS configuration, you can inspire from:
http://wiki.maemo.org/N900_USB_router
Just add before stand-alone command:
Code:dnsmasq -I lo -z -a 192.168.1.1 -F 192.168.1.64,192.168.1.127
PS: tested and it works with Windows 7, but probably you'll have to renew dns lease:
Code:ipconfig /renew "Name of PAN Adapter"
![]() |
Tags |
bluetooth-pan, tethering |
|