View Single Post
Old 11-21-2024, 10:35 AM   #19
eddierm
Member
eddierm began at the beginning.
 
eddierm's Avatar
 
Posts: 17
Karma: 10
Join Date: Nov 2019
Location: Bogotá, Colombia
Device: Kobo Libra
Hi again... maybe 3 years late but, if still needing it, you made a mistake in:

Quote:
Originally Posted by Jiyu09 View Post
https://github.com/koreader/koreader/issues/8321
netsh interface portproxy add v4tov4 listeningaddress:192.168.109.1 listeningport:41185 connectaddress:localhost connectport:41184
It should be:

Quote:
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=41185 connectaddress=localhost connectport=41184
This still working for me in windows 10 right now!
eddierm is offline   Reply With Quote