![]() |
2007-10-28
, 14:26
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#2
|
![]() |
2007-10-28
, 14:49
|
Posts: 529 |
Thanked: 46 times |
Joined on Sep 2007
|
#3
|
I don't believe anybody found an easy and reliable way to route a bluetooth DUN (or other profile) network connection to the Wifi network connection on the N800.
I would like such an option in order to get wifi only devices online using a Bluetooth phone (devices like ipod touch, PSP) .
Orb is more difficult. It relies partly on an internet service and partly on a media streaming server on your PC. So your PC with Orb needs to be connected to the Internet in any event in order to function correctly. (eliminating the need for your wifi/bluetooth bridge)
The apache server has nothing to do with this. You need network routing not a web server.
![]() |
2007-11-02
, 21:20
|
Posts: 529 |
Thanked: 46 times |
Joined on Sep 2007
|
#4
|
I don't believe anybody found an easy and reliable way to route a bluetooth DUN (or other profile) network connection to the Wifi network connection on the N800.
I would like such an option in order to get wifi only devices online using a Bluetooth phone (devices like ipod touch, PSP) .
Orb is more difficult. It relies partly on an internet service and partly on a media streaming server on your PC. So your PC with Orb needs to be connected to the Internet in any event in order to function correctly. (eliminating the need for your wifi/bluetooth bridge)
The apache server has nothing to do with this. You need network routing not a web server.
![]() |
2007-11-04
, 22:15
|
Posts: 61 |
Thanked: 60 times |
Joined on Jul 2007
@ Erlangen
|
#5
|
The Following User Says Thank You to greygoo For This Useful Post: | ||
![]() |
2007-11-06
, 20:50
|
Posts: 529 |
Thanked: 46 times |
Joined on Sep 2007
|
#6
|
No idea how ORB works, however routing network traffic from bluetooth via a wlan connection works well for me. I compiled the kernel with iptables nat support, recompiled/packeaged the iptables package to include some needed libs and setup simple masquerading rules to forward the traffic. That way I can use my umts flatrate via bluetooth from the mobile phone on my n800 while also providing natted network connectivity to my girlfriends n800 through an ad-hoc wlan link. I think the tricky part was just getting the ad-hoc connection active without shutting down the bluetooth link to the phone, some iwconfig/ifconfig scripting solved it. I have old modules and a iptables package on garage.maemo.org, the current modules are still under test but about the stability no complains came up yetI will update the files on garage.maemo.org asap, just updating to the latest OS release.
![]() |
2007-12-17
, 08:42
|
|
Posts: 43 |
Thanked: 2 times |
Joined on Jan 2006
|
#7
|
No idea how ORB works, however routing network traffic from bluetooth via a wlan connection works well for me. I compiled the kernel with iptables nat support, recompiled/packeaged the iptables package to include some needed libs and setup simple masquerading rules to forward the traffic. That way I can use my umts flatrate via bluetooth from the mobile phone on my n800 while also providing natted network connectivity to my girlfriends n800 through an ad-hoc wlan link. I think the tricky part was just getting the ad-hoc connection active without shutting down the bluetooth link to the phone, some iwconfig/ifconfig scripting solved it. I have old modules and a iptables package on garage.maemo.org, the current modules are still under test but about the stability no complains came up yetI will update the files on garage.maemo.org asap, just updating to the latest OS release.
![]() |
2009-02-03
, 15:41
|
Posts: 18 |
Thanked: 1 time |
Joined on Apr 2008
|
#8
|
![]() |
2009-02-10
, 15:44
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#9
|
The Following User Says Thank You to allnameswereout For This Useful Post: | ||
![]() |
2009-02-16
, 19:28
|
Posts: 71 |
Thanked: 6 times |
Joined on Jan 2006
|
#10
|
listen-address :8118
ifconfig wlan0 up ifconfig wlan0 192.168.1.1 netmask 255.255.255.0 iwconfig wlan0 mode Ad-Hoc essid n810 key off
ip address: static 192.168.1.2 subnet mask: 255.255.255.0 router: (won't actually route anything, but won't save unless set) 192.168.1.2 dns: (no dns server needed, but filled it out anyway) 192.168.1.1 search domains: <none needed> http proxy: manual server: 192.168.1.1 port: 8118 authentication: off
how to set up N800 to act as Wifi/Bluetooth network bridge for orb media stream ?
1. PC >>>> N800 media stream sent over Bluetooth link
2. N800 >>> bridge Bluetooth stream to Wifi stream and resent to another Wifi enabled PC.
Do I need to install Apache server and any other software bridge/router application ?
Thanks.
Darius