Search found 5 matches
- 14 Nov 2015 10:30
- Forum: RaZberry
- Topic: [solved] Cant access 8083, Rpi2 mobel b, Wheezy
- Replies: 1
- Views: 3040
Re: Cant access 8083, Rpi2 mobel b, Wheezy
Solved! It was my network interface that needed to be corrected! sudo nano /etc/network/interfaces Before: auto wlan0 allow-hotplug wlan0 iface wlan0 inet loopback wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp After, and working with: auto lo iface lo inet loopback auto wl...
- 13 Nov 2015 19:19
- Forum: RaZberry
- Topic: can not connect to http://192.168.10.5:8083
- Replies: 9
- Views: 17911
Re: can not connect to http://192.168.10.5:8083
cyberhofi wrote:I asked zacken542 via PM, here is his reply:
zacken542 wrote:Code: Select all
sudo nano /etc/network/interfaces
Code: Select all
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.10.5 gateway 192.168.10.1 netmask 255.255.255.0
Spank you alot! Working!
- 13 Nov 2015 17:58
- Forum: RaZberry
- Topic: can not connect to http://192.168.10.5:8083
- Replies: 9
- Views: 17911
Re: can not connect to http://192.168.10.5:8083
cyberhofi wrote:My razberry was running fine for the last weeks but now i have the same problem.
I can access port 8084 without problems but port 8083 does not work.
What changes did you make to iptables?
I would love to know as well!
- 13 Nov 2015 11:09
- Forum: RaZberry
- Topic: no connection to RaZberry
- Replies: 4
- Views: 5627
Re: no connection to RaZberry
Got the solution: For some reason the raspberry firmware was too old. Maybe this comes from (automated) software updates? sudo rpi-update starts the firmware update of the Raspi sudo reboot reboots the device, after that everything should be work "should" work? Did it work or did it not? ...
- 13 Nov 2015 09:45
- Forum: RaZberry
- Topic: [solved] Cant access 8083, Rpi2 mobel b, Wheezy
- Replies: 1
- Views: 3040
[solved] Cant access 8083, Rpi2 mobel b, Wheezy
Hi all I am a new RaZberry user and cant get it to work. I have downloaded a fresh new Wheezy(as the razberry image didnt boot at all??) and I did run sudo apt-upgrade and update, rebooted, and then installed through the wget razberry.z-wave.me/install again and everything seems fine but I still can...