Hi
I am trying to setup tcp server on raspberry pi 2.
"Rasbian Jessie with Pixel" os version installed on the device.
How to allow a port listening with "Raspberry Pi 2" on a firewall?
How to configure the firewall?
Thank you
What are you trying to do ? Are you trying to connect from the internet through a router to a Raspberry ?Lord wrote:I know that the firewall does not come installed. How can I install?
Port has introduced on the router and its running now.
If ServerApp run on the Windows, all systems work because I configured this port on firewall but if ServerApp move from Windows to Raspberry, systems doesn't work on over internet connection. I am trying to solve this problem.
I used your code.allfox wrote:I think by default, the firewall is already installed, namely the iptables, but by default, it would accept everything. It is exist, but not functioning as a firewall.
I think you should try connect to your App in LAN to make sure it does work.
sudo netstat -lnp would tell you what program is listening to network right now.