• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by Einar

  1. E

    How to block everything except one Port from the internet?

    I tried ASAT's tip and it is working fine. That is my iptables -L -n output, when I was trying with the WebUI: DROP tcp -- 10.0.1.4 0.0.0.0/0 tcp dpts:444:65535 DROP tcp -- 10.0.1.4 0.0.0.0/0 tcp dpts:1:442 and that's the output...
  2. E

    How to block everything except one Port from the internet?

    Thanks for the answer, after some googling this seems to be the reason why it is not working. It is configured as a bridged network interface, the host is in the same network it has the ip 10.0.1.22, the VM needs to be accessible from the lan. I think I have to get a second network interface...
  3. E

    How to block everything except one Port from the internet?

    I tried that, and updated the router to the latest Firmware .55, it is still not working. The computer is a VM but this should not make any difference.
  4. E

    How to block everything except one Port from the internet?

    Yes its the Network Service Filter, I am creating a black list
  5. E

    How to block everything except one Port from the internet?

    So far I tried : source IP 10.0.1.4 Port Range 1:442 Destination IP (left blank) Port 1:442 TCP ALL I did the same for UDP But it is not working, I have ohter devices where I blocked all Ports and that is working.
  6. E

    How to block everything except one Port from the internet?

    Hi there, I am running Merlin Firmware 378.53, I would like to block one PC from the internet except port 443. I am not sure how to do this. Any recommendations are welcome. Cheers
Back
Top