LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Bluetooth PAN Network (https://www.linuxquestions.org/questions/linux-networking-3/bluetooth-pan-network-366287/)

HaPagan 09-23-2005 11:15 AM

Bluetooth PAN Network
 
I have 2 PCs running Linux(Mandriva Limited Edition 2005 and SUSE 9.2) and also 2 USB Bluetooth Dongles. I used the following commands to establish a connection between them:

modprobe bnep0 (on both nodes)
pand --listen --role GN (on the GN side)
pand --listen --role PANU (on the PANU side)

pand --connect <BtAddress of the GN>

After the establishment of the connection, I try to give IP addresses to the nodes:

ifconfig bnep0 10.0.0.2 (GN)
ifconfig bnep0 10.0.0.1 (PANU)

But after all that I can't ping neither of them. I can't understand where exactly is the problem.

Thanks in advance!

HaPagan 09-23-2005 01:55 PM

OK OK I found the solution!! :) It seems that eth0 conflicted with the bnep0 and so I disabled it and everything is ok now! :)


All times are GMT -5. The time now is 07:24 AM.