View attachment 10671
What exactly does OTHER do? Forward all ports? Does it change "Port Range/Local Port" to IP protocol number instead so I could forward ICMP/GRE/SCTP traffic instead? Unlikely, but still confused what this actually does.
// Handle raw protocol in port field, no val1:val2 allowed
if (strcmp(proto, "OTHER") == 0) {
protono = strsep(&c, ":");
fprintf(fp, "-A %s %s -p %s -j DNAT --to %s\n", chain, srcips, protono, dstip);
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!