Here are my steps:
Hi, try this:
[li]start NIS on Raspi (let's say 192.168.0.123) [/li]
[li]start NIS and NCC on laptop[/li]
[li]create wallet on laptop, and open it[/li]
[li]go into settings, change host to Raspi (http://192.168.0.123:7890)[/li]
[li]you can now turn off NIS on laptop[/li]
Share if this helped or not.
Hi Gimer,
I tried your suggestion but ended up with an Unknown error message when trying to boot the node. Attached is a screenshot of the RaspberryPI real-time logging at the boot I attempt to boot the local node on in NCC which was configured to use remote host (192.168.10.52).
KC
First of all, close the windows Nem client. Press Windows key + R. This should open the command line.
Write: javaws -viewer [enter]
Delete the Nem client on list. Should have 3.
You can start normally the nem-monitor.jnlp
You need to be sure your modem supports the IP you choose. For example: I have an IP as 192.168.1.40
My modem supports 30 connections. Thats means I can have IPs from 192.168.1.40 to 192.168.1.70.
Make sure your IP is in the IP range. By the way, you can mark the Pi to have the IP reservation through mac Address at modems interface. Like this you dont need to edit the ip to make it fixed IP.
If you are not sure about your IP on the PI, do a ip -route on terminal.
Also make sure to open you modens configuration and apply a virtual server supporting the upload and download throught port 7890 and 8989.
On my case, I have the main modem and my modem is client of the first one. I needed to make this config throught the 2 modems. Just like this the remote connections worked.
The last number must be you ip.
Last one: The photo you posted of internet explorer shows the IP of local machine ( 127.0.0.1 --> windows machine. Not PI machine. Pi machine should be 192.168.10.52 as you talked).
Finnaly: do not digit http://192.168.10.52:8989
Digit: http://192.168.10.52:8989/ncc/web/dashboard.html whith all letters or it will not connect.
Try it out.
If this exlication helps you, please tell us.
Yesterday I lost all my day whith this same problem. But I've made it work =)
Cheers!!