• 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 TheMystery

  1. T

    nat-start question

    I have a question for the nat-start script. I want that a port is only available from one specific ip address. So i added the following line: iptables -t nat -I VSERVER 3 -p tcp -m tcp -s [specific ip] --dport 443 -j DNAT --to 192.168.1.10 I can now only open de web page from the specific ip...
Back
Top