I have a web server running on port 3040. I want to open that port so that any other device on my local network can reach it. Using YAST2 Firewall GUI, I did the following:
- Custom Rules
- Add
- Source Network: 192.168.1.0/24 (My computer is 192.168.1.117)
- Protocol: TCP
- Destination Port: 3040
- Source Port: 3040
It does not work. I cannot reach it form other devices.
However, if I turn **off **the firewall, then I can reach it.
How do I get this to work?