maverick_andy
01-02-2007, 07:57 PM
HI guyz i got this method from net. It is working on S60. However I am struck @ step 16th. Can anybody explain what i have to add “YOUR LAN INTERFACE NAME”( i need english: ---). Plz anyone help me i got everything but struck @ this step 16th. Hope i will get answer soon from you guyzz:guitar:
FOR NOKIA 6600 its quite different so here goes...
1. Deactivate all the Checkboxes in mRouter (at least the ones of the Bluetooth COM ports)
2. Goto Bluetooth settings and Deactivate everything else in Local services than Bluetooth serial port, note the com port you set as bluetooth serial port
3. Goto Phone and Modem options, go to "Modems" add a new one, activate "I will select it from a list"
4. choose "Communications cable between 2 Computers" from the list (in Standard Modem Types)
5. Select the COM port from step3
6. in the modem settings set maximum port speed to 115200
7. goto Network Connections and create a new connection (wizard)
8. Select “Set up an advanced connection” -> Next
9. “Accept incoming connections” -> Next
10. Check the “Communications cable between two computers” -> Next
11. Do not allow VPN connections ->
12. select a username you want to give access to your pc over Bluetooth (that’s the username you will set on the phone later)
13. in the settings of that connection go to Network select TCP/IP -> Settings
14. set the IP range to something like 10.0.2.2-10.0.2.254 or, what you like
15. Remove Internet Connection Sharing from all interfaces
16. run cmd.exe and enter the following commands:
Code:
netsh routing ip nat install netsh routing ip nat add interface "YOUR LAN INTERFACE NAME" full netsh routing ip nat add interface Internal private
“YOUR LAN INTERFACE NAME” has to be replaced with the name of the interface connected to the internet
the “Internal” of the last line depends on the language of your windows (e.g. german: “Intern”")
17. if there is a "Bluetooth Network" connection in Network Connections delete it
your pc should now be set correctly
go on with your 6600:
1. Download gnubox6600.sis,
Mirror 1
Mirror 2
Mirror 3
and install it on your phone
2. Create a new Access Point on the phone (Setting|Connection|Access points|New access point|Use default settings).
3. Use the following settings for it:
a. Name: Bt. The name is important, the software will look for it.
b. Data Bearer: GSM data
c. Dial-up number: e.g. 2222. It doesn't matter what you have here as long as it's not empty
d. Username: the username you gave access to the incoming connection earlier
e. Promp password: No
f. Password: password for the user on Windows
g. Authentication: Normal
h. Advanced Settings: Use Login Script Yes
i. Advanced Settings: Login Script
Code:
CHARMAP [windows-1252] LOOP 10 { SEND "CLIENT"+<0x0d> WAIT 3 { "SERVER" OK } } EXIT KErrNoAnswer$ OK: EXIT
be careful that you get it exactly as show here, including linebreaks. You could save it to a file, send to the phone and copy-paste to the settings.
j. Advanced Settings: Use PPP Compression Yes
4. run the program you installed at step1 (gnubox)
5. inside gnubox: Options-> 2box Direct -> Bluetooth, select your computer, leave gnubox running in background
6. run the nokia wml browser select "Bt" as access point and connect
thats all i did... sounds much now but i think it was worth the time i needed
i hope i could help you guys set this thing up
btw i just streamed a live tv to my 6600 over bluetooth with real helix!!!
some parts of this how-to were ripped from http://www.cs.helsinki.fi/u/mraento/symbian/bt-ap.html
Enjoy.......
tell me if it works or not......
FOR NOKIA 6600 its quite different so here goes...
1. Deactivate all the Checkboxes in mRouter (at least the ones of the Bluetooth COM ports)
2. Goto Bluetooth settings and Deactivate everything else in Local services than Bluetooth serial port, note the com port you set as bluetooth serial port
3. Goto Phone and Modem options, go to "Modems" add a new one, activate "I will select it from a list"
4. choose "Communications cable between 2 Computers" from the list (in Standard Modem Types)
5. Select the COM port from step3
6. in the modem settings set maximum port speed to 115200
7. goto Network Connections and create a new connection (wizard)
8. Select “Set up an advanced connection” -> Next
9. “Accept incoming connections” -> Next
10. Check the “Communications cable between two computers” -> Next
11. Do not allow VPN connections ->
12. select a username you want to give access to your pc over Bluetooth (that’s the username you will set on the phone later)
13. in the settings of that connection go to Network select TCP/IP -> Settings
14. set the IP range to something like 10.0.2.2-10.0.2.254 or, what you like
15. Remove Internet Connection Sharing from all interfaces
16. run cmd.exe and enter the following commands:
Code:
netsh routing ip nat install netsh routing ip nat add interface "YOUR LAN INTERFACE NAME" full netsh routing ip nat add interface Internal private
“YOUR LAN INTERFACE NAME” has to be replaced with the name of the interface connected to the internet
the “Internal” of the last line depends on the language of your windows (e.g. german: “Intern”")
17. if there is a "Bluetooth Network" connection in Network Connections delete it
your pc should now be set correctly
go on with your 6600:
1. Download gnubox6600.sis,
Mirror 1
Mirror 2
Mirror 3
and install it on your phone
2. Create a new Access Point on the phone (Setting|Connection|Access points|New access point|Use default settings).
3. Use the following settings for it:
a. Name: Bt. The name is important, the software will look for it.
b. Data Bearer: GSM data
c. Dial-up number: e.g. 2222. It doesn't matter what you have here as long as it's not empty
d. Username: the username you gave access to the incoming connection earlier
e. Promp password: No
f. Password: password for the user on Windows
g. Authentication: Normal
h. Advanced Settings: Use Login Script Yes
i. Advanced Settings: Login Script
Code:
CHARMAP [windows-1252] LOOP 10 { SEND "CLIENT"+<0x0d> WAIT 3 { "SERVER" OK } } EXIT KErrNoAnswer$ OK: EXIT
be careful that you get it exactly as show here, including linebreaks. You could save it to a file, send to the phone and copy-paste to the settings.
j. Advanced Settings: Use PPP Compression Yes
4. run the program you installed at step1 (gnubox)
5. inside gnubox: Options-> 2box Direct -> Bluetooth, select your computer, leave gnubox running in background
6. run the nokia wml browser select "Bt" as access point and connect
thats all i did... sounds much now but i think it was worth the time i needed
i hope i could help you guys set this thing up
btw i just streamed a live tv to my 6600 over bluetooth with real helix!!!
some parts of this how-to were ripped from http://www.cs.helsinki.fi/u/mraento/symbian/bt-ap.html
Enjoy.......
tell me if it works or not......