Hello i configured jrdc on my rasp and everything works fine if i ping my internal ip: http://192.168.100.89:54021/test. But if i try from the external static ip, i got connection refused. Ip forwarding is configured right to port 54021 and on rasp iptables(firewall) is empty. Do i have to change something on jrdc configuration file in order to access my server from outside?
Thank you for your time.
p.s.1 my jrdc.jar file is located at /home/(username)/rdc
p.s.2 if i try (external ip)/phpmyadmin , everything works fine
p.s.3 i see same problem here
Thank you for your time.
B4X:
root@raspberrypi:/home/yiankos# netstat -an |grep 54021 |grep LISTEN
tcp6 0 0 :::54021 :::* LISTEN
p.s.1 my jrdc.jar file is located at /home/(username)/rdc
p.s.2 if i try (external ip)/phpmyadmin , everything works fine
p.s.3 i see same problem here
Last edited: