Difference between revisions of "User:StasFomin/VZ"
From Wiki4Intranet
(Created page with " iptables -t nat -A PREROUTING -p tcp -d 85.143.219.9 --dport 8085 -i eth0 -j DNAT --to-destination 10.11.0.5:80") |
(No difference)
|
Revision as of 16:34, 15 September 2015
iptables -t nat -A PREROUTING -p tcp -d 85.143.219.9 --dport 8085 -i eth0 -j DNAT --to-destination 10.11.0.5:80