Recent content by dannyc

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

  1. D

    IPTABLES command needed with OpenVPN client

    If you are only forwarding multiple udp/tcp ports to a single IP, this update to eibgrad up-down.sh script can save time using a shell script loop. #!/bin/sh # Port Forwarding for OpenVPN client LANIP="192.168.1.113" # IP of the device to forward to TCPPORTS="9999 8999 9443 9080 9022" #...
Top