Hello again and thanks for your answer @pazos
I am still stucked here but I will try to be more especific in what I am doing and my questions.
Quote:
netsh interface portproxy add listeningaddress EVICE_IP listeningport:41185 connectaddress:localhost connectport:41184
|
I have installed Joplin on my windows 10 laptop. I have entered in PowerShell and the correct command was not the one in the help section... itwas this that worked for me:
Code:
netsh interface portproxy add v4tov4 listeningaddress:192.168.0.199 listeningport:41185 connectaddress:localhost connectport:41184
Then I disabled my firewall an ping to my kobo address (here 192.168.0.199)
everything ok ...
I went to my kobo with koreader and tried to configure in the joplin's section of evernote plugin... there, I had to put 3 values: my IP (I put my computer's IP, here 192.168.0.190), then the port: 41185 (default) and finally the authentication key that I built as a master pass in Joplin app in my PC... Restarted koreader and tried to export notes... my kobo gets crashed:
Colossal image deleted. It was too big for the forum software to reduce. Please reduce the image and repost, but read the Guidelines regarding photo size first.
Idon't know if I am doing anything wrong, but tried to change the porto to 41184 and to change the ip address to my kob's but nothing seems to work...
Once again thanks for your help!