About

This is the demo site of MinoriWiki

And a partial mirror of FelixWiki.

Network Configuration

# Port forwarding using iptables

iptables -t nat -A PREROUTING -p tcp -m tcp --dport <port> -j DNAT --to-destination <host>:<port>

Last Update: Sat Oct 15 2016 09:31:15 GMT+0900 (JST) Source File