# sample config file # EXAMPLES: # # drop:dport=22 src=1.3.3.7 # accept:proto=tcp dport=22 # forward:dport=60168:192.168.1.2:60169 # NOTE, in the previous the incoming and outgoing ports are DIFFERENT # for the destination port (dport). Usually they will be the same. # # The following use virtual PUBLIC addresses that are set up on the # router with an alias file, i.e. S42Aliases to # create 129.121.228.157 ... etc. # The private address on the inside of the router follows # using the 192.0.1.0 network. # For SSL over TCP forward:proto=tcp dest=129.121.228.155 dport=443:192.0.1.97:443 # For SSH over TCP forward:proto=tcp dest=129.121.228.155 dport=22:192.0.1.97:22 # For HTTP over TCP for first virtual public address forward:proto=tcp dest=129.121.228.156 dport=80:192.0.1.3:80 # For UDP protocol on port 3389 forward:proto=udp src=129.121.228.157 dport=3389:192.0.1.3:3389 # For HTTP over TCP for second virtual public address forward:proto=tcp dest=129.121.228.157 dport=80:192.0.1.40:80 # For DNS over UDP routing to internal DNS Server forward:proto=udp dest=129.21.228.157 dport=53:192.0.1.99:53 # For DNS over TCP routing to internal DNS Server forward:proto=tcp dest=129.21.228.158 dport=53:192.0.1.99:53 # Note, this is a sample only, your numbers will be different.