-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not access [bbbb::100] on ubuntu 12.04 or 18.04 #385
Comments
I have also tried on Debian 8.x, However, it doesn't work. |
This the 6lbr service status on ubuntu 18.04 computer: ● 6lbr.service - LSB: 6LoWPAN Border Router Oct 26 15:17:17 systemd[1]: Starting LSB: 6LoWPAN Border Router... |
However, when I use chrome to access [bbbb::100], it replys with
|
Without a slip-radio connected, 6LBR won't start up. Though you should have a 6lbr.log file with a repeating line saying that it waits for the slip-radio. As yo don't have a 6lbr.log file, this means that you also did not configure /etc/6lbr/6lbr.conf and so even the service startup code can't work. 6LBR is known to work on Ubuntu 14, 16, and 18, though on 18 netstat and ifconfig have been removed so you need a patch that is available in the develop branch. |
Now, I have tried to setup the 6lbr on Raspberry 2 B model v1.1. /etc/network/interface
/etc/6lbr/6lbr.conf
ifconfig
I also compile the slip-radio from the contiki/examples/ipv6/slip-radio on CC2650 launchpad using the following command.
Then I download the slip-radio.bin to the CC2650 launchpad using TI Flash programmer. And I connect it to the Raspberry 2 via /dev/ttyACM0, which I have set in the /etc/6lbr/6lbr.conf |
The attached files are the 6lbr logs. Part of the logs from 6lbr.log
The address bbbb::100 seems setup successfully, However, I still can not access the http://[bbbb::100] on raspberry 2. The browser is chromium 60.0.3112.89 built on ubuntu 14.04, running on Raspbian 9.4 (32 bit) |
for now, I can access [bbbb::100] on windows, which is another computer with the same network address duration.
I can not set the ipv6 address successfully, so I have switched to the windows and it works at least I can see the 6lbr configuration web site. |
Hi, I also have the same kind of problem. 6lbr log shows it runs finely but I cannot access the webpage through the PC. Could you please share how did u resolve it? |
I access the website on windows. And set the Ipv6 address on windows. |
@desword thanks for the reply. I tried with my laptops in windows as you put in the above comment. But it did not work. Also tried with ubuntu and fedora by making bootable usb sticks but still it did not work. Since Im using raw ethernet mode, I did not make the br0 interface. Is it mandatory ? |
Maybe you should first check whether the global address is assigned. By the way, you run the 6lbr on Raspberry or on PC? |
I run 6lbr in the raspberry pi. Did you do it in your PC? |
Followed your step after installing 6lbr....and i perfectly access the webpage from windows....thnx for your help |
I tried to install the 6lbr on a computer with ubuntu 12.04 (instant contiki 3.0) or 18.04.
I strictly follow the steps on the http://morschi.com/2017/03/28/setting-up-a-6lowpan-border-router-6lbr-using-a-vm-and-slip-radio/, however, I only get the following results:
[-] 6lbr.
On ubuntu 12.04, I have enabled the ipv6 access on firefox browser. and on ubuntu 18.04, I used the chrome which enables the ipv6 automatically.
I only want to setup the 6lbr service on a computer. The slip-radio and other node application have not compiled or tested yet. But I think the latter node application will have no influences on the installation of 6lbr.
Anyone can tell me how to fix this problem? Thanks very much.
The 6lbr is the latest.
The text was updated successfully, but these errors were encountered: