Last active
May 15, 2019 14:52
-
-
Save t0d0r/cbce62bfeaf512553fb804f613ac73f9 to your computer and use it in GitHub Desktop.
iptables.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 10.0.100.2 ON <=> 94.190.187.19 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.19 -j DNAT --to-destination 10.0.100.2 | |
| iptables -A SNAT00 -s 10.0.100.2 -j SNAT --to-source 94.190.187.19 | |
| # 10.0.100.204 ON <=> 94.190.180.109 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.109 -j DNAT --to-destination 10.0.100.204 | |
| iptables -A SNAT00 -s 10.0.100.204 -j SNAT --to-source 94.190.180.109 | |
| # 10.0.110.57 ON <=> 94.190.180.235 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.235 -j DNAT --to-destination 10.0.110.57 | |
| iptables -A SNAT00 -s 10.0.110.57 -j SNAT --to-source 94.190.180.235 | |
| # 10.0.110.58 ON <=> 94.190.180.121 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.121 -j DNAT --to-destination 10.0.110.58 | |
| iptables -A SNAT00 -s 10.0.110.58 -j SNAT --to-source 94.190.180.121 | |
| # 10.0.110.73 ON <=> 94.190.180.42 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.42 -j DNAT --to-destination 10.0.110.73 | |
| iptables -A SNAT00 -s 10.0.110.73 -j SNAT --to-source 94.190.180.42 | |
| # 10.0.150.100 ON <=> 94.190.179.142 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.142 -j DNAT --to-destination 10.0.150.100 | |
| iptables -A SNAT00 -s 10.0.150.100 -j SNAT --to-source 94.190.179.142 | |
| # 10.0.199.197 ON <=> 94.190.181.7 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.7 -j DNAT --to-destination 10.0.199.197 | |
| iptables -A SNAT00 -s 10.0.199.197 -j SNAT --to-source 94.190.181.7 | |
| # 10.0.20.198 ON <=> 94.190.181.165 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.165 -j DNAT --to-destination 10.0.20.198 | |
| iptables -A SNAT00 -s 10.0.20.198 -j SNAT --to-source 94.190.181.165 | |
| # 10.0.200.173 ON <=> 94.190.179.130 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.130 -j DNAT --to-destination 10.0.200.173 | |
| iptables -A SNAT00 -s 10.0.200.173 -j SNAT --to-source 94.190.179.130 | |
| # 10.0.200.180 ON <=> 94.190.180.217 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.217 -j DNAT --to-destination 10.0.200.180 | |
| iptables -A SNAT00 -s 10.0.200.180 -j SNAT --to-source 94.190.180.217 | |
| # 10.0.200.224 ON <=> 94.190.190.7 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.7 -j DNAT --to-destination 10.0.200.224 | |
| iptables -A SNAT00 -s 10.0.200.224 -j SNAT --to-source 94.190.190.7 | |
| # 10.0.200.253 ON <=> 94.190.187.65 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.65 -j DNAT --to-destination 10.0.200.253 | |
| iptables -A SNAT00 -s 10.0.200.253 -j SNAT --to-source 94.190.187.65 | |
| # 10.0.200.45 ON <=> 94.190.180.110 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.110 -j DNAT --to-destination 10.0.200.45 | |
| iptables -A SNAT00 -s 10.0.200.45 -j SNAT --to-source 94.190.180.110 | |
| # 10.0.207.101 ON <=> 94.190.190.219 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.219 -j DNAT --to-destination 10.0.207.101 | |
| iptables -A SNAT00 -s 10.0.207.101 -j SNAT --to-source 94.190.190.219 | |
| # 10.0.212.250 ON <=> 94.190.187.244 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.244 -j DNAT --to-destination 10.0.212.250 | |
| iptables -A SNAT00 -s 10.0.212.250 -j SNAT --to-source 94.190.187.244 | |
| # 10.0.215.105 OFF <=> 94.190.187.56 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.56 -j DNAT --to-destination 10.0.215.105 | |
| iptables -A SNAT00 -s 10.0.215.105 -j SNAT --to-source 94.190.187.56 | |
| # 10.0.215.57 ON <=> 94.190.179.242 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.242 -j DNAT --to-destination 10.0.215.57 | |
| iptables -A SNAT00 -s 10.0.215.57 -j SNAT --to-source 94.190.179.242 | |
| # 10.0.218.100 ON <=> 94.190.181.47 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.47 -j DNAT --to-destination 10.0.218.100 | |
| iptables -A SNAT00 -s 10.0.218.100 -j SNAT --to-source 94.190.181.47 | |
| # 10.0.218.252 ON <=> 94.190.187.82 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.82 -j DNAT --to-destination 10.0.218.252 | |
| iptables -A SNAT00 -s 10.0.218.252 -j SNAT --to-source 94.190.187.82 | |
| # 10.0.224.100 ON <=> 94.190.181.56 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.56 -j DNAT --to-destination 10.0.224.100 | |
| iptables -A SNAT00 -s 10.0.224.100 -j SNAT --to-source 94.190.181.56 | |
| # 10.0.227.100 ON <=> 94.190.181.68 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.68 -j DNAT --to-destination 10.0.227.100 | |
| iptables -A SNAT00 -s 10.0.227.100 -j SNAT --to-source 94.190.181.68 | |
| # 10.0.227.130 ON <=> 94.190.181.72 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.72 -j DNAT --to-destination 10.0.227.130 | |
| iptables -A SNAT00 -s 10.0.227.130 -j SNAT --to-source 94.190.181.72 | |
| # 10.0.227.198 ON <=> 94.190.190.223 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.223 -j DNAT --to-destination 10.0.227.198 | |
| iptables -A SNAT00 -s 10.0.227.198 -j SNAT --to-source 94.190.190.223 | |
| # 10.0.227.34 ON <=> 94.190.190.114 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.114 -j DNAT --to-destination 10.0.227.34 | |
| iptables -A SNAT00 -s 10.0.227.34 -j SNAT --to-source 94.190.190.114 | |
| # 10.0.230.156 ON <=> 94.190.190.142 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.142 -j DNAT --to-destination 10.0.230.156 | |
| iptables -A SNAT00 -s 10.0.230.156 -j SNAT --to-source 94.190.190.142 | |
| # 10.0.230.200 ON <=> 94.190.187.228 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.228 -j DNAT --to-destination 10.0.230.200 | |
| iptables -A SNAT00 -s 10.0.230.200 -j SNAT --to-source 94.190.187.228 | |
| # 10.0.231.1 ON <=> 94.190.180.206 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.206 -j DNAT --to-destination 10.0.231.1 | |
| iptables -A SNAT00 -s 10.0.231.1 -j SNAT --to-source 94.190.180.206 | |
| # 10.0.232.109 ON <=> 94.190.179.30 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.30 -j DNAT --to-destination 10.0.232.109 | |
| iptables -A SNAT00 -s 10.0.232.109 -j SNAT --to-source 94.190.179.30 | |
| # 10.0.232.150 ON <=> 94.190.190.139 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.139 -j DNAT --to-destination 10.0.232.150 | |
| iptables -A SNAT00 -s 10.0.232.150 -j SNAT --to-source 94.190.190.139 | |
| # 10.0.233.150 ON <=> 94.190.190.243 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.243 -j DNAT --to-destination 10.0.233.150 | |
| iptables -A SNAT00 -s 10.0.233.150 -j SNAT --to-source 94.190.190.243 | |
| # 10.0.233.31 ON <=> 94.190.180.221 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.221 -j DNAT --to-destination 10.0.233.31 | |
| iptables -A SNAT00 -s 10.0.233.31 -j SNAT --to-source 94.190.180.221 | |
| # 10.0.234.234 ON <=> 94.190.181.188 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.188 -j DNAT --to-destination 10.0.234.234 | |
| iptables -A SNAT00 -s 10.0.234.234 -j SNAT --to-source 94.190.181.188 | |
| # 10.0.234.27 ON <=> 94.190.180.106 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.106 -j DNAT --to-destination 10.0.234.27 | |
| iptables -A SNAT00 -s 10.0.234.27 -j SNAT --to-source 94.190.180.106 | |
| # 10.0.235.101 ON <=> 94.190.190.113 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.113 -j DNAT --to-destination 10.0.235.101 | |
| iptables -A SNAT00 -s 10.0.235.101 -j SNAT --to-source 94.190.190.113 | |
| # 10.0.28.100 ON <=> 94.190.179.197 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.197 -j DNAT --to-destination 10.0.28.100 | |
| iptables -A SNAT00 -s 10.0.28.100 -j SNAT --to-source 94.190.179.197 | |
| # 10.0.3.100 ON <=> 94.190.180.30 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.30 -j DNAT --to-destination 10.0.3.100 | |
| iptables -A SNAT00 -s 10.0.3.100 -j SNAT --to-source 94.190.180.30 | |
| # 10.1.10.200 ON <=> 94.190.190.30 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.30 -j DNAT --to-destination 10.1.10.200 | |
| iptables -A SNAT01 -s 10.1.10.200 -j SNAT --to-source 94.190.190.30 | |
| # 10.1.100.248 ON <=> 94.190.187.26 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.26 -j DNAT --to-destination 10.1.100.248 | |
| iptables -A SNAT01 -s 10.1.100.248 -j SNAT --to-source 94.190.187.26 | |
| # 10.1.11.254 ON <=> 94.190.180.36 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.36 -j DNAT --to-destination 10.1.11.254 | |
| iptables -A SNAT01 -s 10.1.11.254 -j SNAT --to-source 94.190.180.36 | |
| # 10.1.12.199 ON <=> 94.190.187.154 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.154 -j DNAT --to-destination 10.1.12.199 | |
| iptables -A SNAT01 -s 10.1.12.199 -j SNAT --to-source 94.190.187.154 | |
| # 10.1.12.200 ON <=> 94.190.181.120 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.120 -j DNAT --to-destination 10.1.12.200 | |
| iptables -A SNAT01 -s 10.1.12.200 -j SNAT --to-source 94.190.181.120 | |
| # 10.1.12.250 ON <=> 94.190.180.95 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.95 -j DNAT --to-destination 10.1.12.250 | |
| iptables -A SNAT01 -s 10.1.12.250 -j SNAT --to-source 94.190.180.95 | |
| # 10.1.13.122 ON <=> 94.190.179.180 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.180 -j DNAT --to-destination 10.1.13.122 | |
| iptables -A SNAT01 -s 10.1.13.122 -j SNAT --to-source 94.190.179.180 | |
| # 10.1.13.201 ON <=> 94.190.190.233 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.233 -j DNAT --to-destination 10.1.13.201 | |
| iptables -A SNAT01 -s 10.1.13.201 -j SNAT --to-source 94.190.190.233 | |
| # 10.1.14.248 ON <=> 94.190.179.64 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.64 -j DNAT --to-destination 10.1.14.248 | |
| iptables -A SNAT01 -s 10.1.14.248 -j SNAT --to-source 94.190.179.64 | |
| # 10.1.14.250 ON <=> 94.190.187.123 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.123 -j DNAT --to-destination 10.1.14.250 | |
| iptables -A SNAT01 -s 10.1.14.250 -j SNAT --to-source 94.190.187.123 | |
| # 10.1.142.150 ON <=> 94.190.181.115 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.115 -j DNAT --to-destination 10.1.142.150 | |
| iptables -A SNAT01 -s 10.1.142.150 -j SNAT --to-source 94.190.181.115 | |
| # 10.1.142.50 ON <=> 94.190.181.39 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.39 -j DNAT --to-destination 10.1.142.50 | |
| iptables -A SNAT01 -s 10.1.142.50 -j SNAT --to-source 94.190.181.39 | |
| # 10.1.142.87 ON <=> 94.190.179.4 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.4 -j DNAT --to-destination 10.1.142.87 | |
| iptables -A SNAT01 -s 10.1.142.87 -j SNAT --to-source 94.190.179.4 | |
| # 10.1.144.200 ON <=> 94.190.180.150 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.150 -j DNAT --to-destination 10.1.144.200 | |
| iptables -A SNAT01 -s 10.1.144.200 -j SNAT --to-source 94.190.180.150 | |
| # 10.1.145.150 ON <=> 94.190.187.35 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.35 -j DNAT --to-destination 10.1.145.150 | |
| iptables -A SNAT01 -s 10.1.145.150 -j SNAT --to-source 94.190.187.35 | |
| # 10.1.145.199 ON <=> 94.190.190.169 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.169 -j DNAT --to-destination 10.1.145.199 | |
| iptables -A SNAT01 -s 10.1.145.199 -j SNAT --to-source 94.190.190.169 | |
| # 10.1.145.250 ON <=> 94.190.181.76 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.76 -j DNAT --to-destination 10.1.145.250 | |
| iptables -A SNAT01 -s 10.1.145.250 -j SNAT --to-source 94.190.181.76 | |
| # 10.1.147.199 ON <=> 94.190.190.180 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.180 -j DNAT --to-destination 10.1.147.199 | |
| iptables -A SNAT01 -s 10.1.147.199 -j SNAT --to-source 94.190.190.180 | |
| # 10.1.149.149 ON <=> 94.190.180.111 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.111 -j DNAT --to-destination 10.1.149.149 | |
| iptables -A SNAT01 -s 10.1.149.149 -j SNAT --to-source 94.190.180.111 | |
| # 10.1.178.100 ON <=> 94.190.187.131 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.131 -j DNAT --to-destination 10.1.178.100 | |
| iptables -A SNAT01 -s 10.1.178.100 -j SNAT --to-source 94.190.187.131 | |
| # 10.1.178.4 ON <=> 94.190.187.172 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.172 -j DNAT --to-destination 10.1.178.4 | |
| iptables -A SNAT01 -s 10.1.178.4 -j SNAT --to-source 94.190.187.172 | |
| # 10.1.178.51 ON <=> 94.190.190.99 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.99 -j DNAT --to-destination 10.1.178.51 | |
| iptables -A SNAT01 -s 10.1.178.51 -j SNAT --to-source 94.190.190.99 | |
| # 10.1.178.52 ON <=> 94.190.180.145 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.145 -j DNAT --to-destination 10.1.178.52 | |
| iptables -A SNAT01 -s 10.1.178.52 -j SNAT --to-source 94.190.180.145 | |
| # 10.1.21.254 ON <=> 94.190.179.2 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.2 -j DNAT --to-destination 10.1.21.254 | |
| iptables -A SNAT01 -s 10.1.21.254 -j SNAT --to-source 94.190.179.2 | |
| # 10.1.28.230 ON <=> 94.190.179.165 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.165 -j DNAT --to-destination 10.1.28.230 | |
| iptables -A SNAT01 -s 10.1.28.230 -j SNAT --to-source 94.190.179.165 | |
| # 10.1.4.160 ON <=> 94.190.190.8 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.8 -j DNAT --to-destination 10.1.4.160 | |
| iptables -A SNAT01 -s 10.1.4.160 -j SNAT --to-source 94.190.190.8 | |
| # 10.1.48.100 ON <=> 94.190.190.2 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.2 -j DNAT --to-destination 10.1.48.100 | |
| iptables -A SNAT01 -s 10.1.48.100 -j SNAT --to-source 94.190.190.2 | |
| # 10.1.48.101 ON <=> 94.190.190.65 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.65 -j DNAT --to-destination 10.1.48.101 | |
| iptables -A SNAT01 -s 10.1.48.101 -j SNAT --to-source 94.190.190.65 | |
| # 10.1.6.110 ON <=> 94.190.179.107 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.107 -j DNAT --to-destination 10.1.6.110 | |
| iptables -A SNAT01 -s 10.1.6.110 -j SNAT --to-source 94.190.179.107 | |
| # 10.1.6.249 ON <=> 94.190.187.178 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.178 -j DNAT --to-destination 10.1.6.249 | |
| iptables -A SNAT01 -s 10.1.6.249 -j SNAT --to-source 94.190.187.178 | |
| # 10.1.8.1 ON <=> 94.190.179.181 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.181 -j DNAT --to-destination 10.1.8.1 | |
| iptables -A SNAT01 -s 10.1.8.1 -j SNAT --to-source 94.190.179.181 | |
| # 10.1.8.200 ON <=> 94.190.179.169 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.169 -j DNAT --to-destination 10.1.8.200 | |
| iptables -A SNAT01 -s 10.1.8.200 -j SNAT --to-source 94.190.179.169 | |
| # 10.1.8.201 ON <=> 94.190.180.103 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.103 -j DNAT --to-destination 10.1.8.201 | |
| iptables -A SNAT01 -s 10.1.8.201 -j SNAT --to-source 94.190.180.103 | |
| # 10.11.6.126 OFF <=> 94.190.179.193 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.193 -j DNAT --to-destination 10.11.6.126 | |
| iptables -A SNAT11 -s 10.11.6.126 -j SNAT --to-source 94.190.179.193 | |
| # 10.11.71.101 ON <=> 94.190.187.136 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.136 -j DNAT --to-destination 10.11.71.101 | |
| iptables -A SNAT11 -s 10.11.71.101 -j SNAT --to-source 94.190.187.136 | |
| # 10.12.100.4 ON <=> 94.190.190.155 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.155 -j DNAT --to-destination 10.12.100.4 | |
| iptables -A SNAT12 -s 10.12.100.4 -j SNAT --to-source 94.190.190.155 | |
| # 10.12.12.100 ON <=> 94.190.180.120 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.120 -j DNAT --to-destination 10.12.12.100 | |
| iptables -A SNAT12 -s 10.12.12.100 -j SNAT --to-source 94.190.180.120 | |
| # 10.12.128.254 ON <=> 94.190.180.132 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.132 -j DNAT --to-destination 10.12.128.254 | |
| iptables -A SNAT12 -s 10.12.128.254 -j SNAT --to-source 94.190.180.132 | |
| # 10.12.135.100 ON <=> 94.190.180.169 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.169 -j DNAT --to-destination 10.12.135.100 | |
| iptables -A SNAT12 -s 10.12.135.100 -j SNAT --to-source 94.190.180.169 | |
| # 10.12.235.25 ON <=> 94.190.181.45 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.45 -j DNAT --to-destination 10.12.235.25 | |
| iptables -A SNAT12 -s 10.12.235.25 -j SNAT --to-source 94.190.181.45 | |
| # 10.12.42.13 ON <=> 94.190.179.227 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.227 -j DNAT --to-destination 10.12.42.13 | |
| iptables -A SNAT12 -s 10.12.42.13 -j SNAT --to-source 94.190.179.227 | |
| # 10.12.5.254 ON <=> 94.190.179.115 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.115 -j DNAT --to-destination 10.12.5.254 | |
| iptables -A SNAT12 -s 10.12.5.254 -j SNAT --to-source 94.190.179.115 | |
| # 10.12.55.100 ON <=> 94.190.180.35 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.35 -j DNAT --to-destination 10.12.55.100 | |
| iptables -A SNAT12 -s 10.12.55.100 -j SNAT --to-source 94.190.180.35 | |
| # 10.12.57.100 ON <=> 94.190.190.137 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.137 -j DNAT --to-destination 10.12.57.100 | |
| iptables -A SNAT12 -s 10.12.57.100 -j SNAT --to-source 94.190.190.137 | |
| # 10.12.57.200 ON <=> 94.190.180.139 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.139 -j DNAT --to-destination 10.12.57.200 | |
| iptables -A SNAT12 -s 10.12.57.200 -j SNAT --to-source 94.190.180.139 | |
| # 10.12.66.100 ON <=> 94.190.179.92 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.92 -j DNAT --to-destination 10.12.66.100 | |
| iptables -A SNAT12 -s 10.12.66.100 -j SNAT --to-source 94.190.179.92 | |
| # 10.12.68.250 ON <=> 94.190.190.160 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.160 -j DNAT --to-destination 10.12.68.250 | |
| iptables -A SNAT12 -s 10.12.68.250 -j SNAT --to-source 94.190.190.160 | |
| # 10.12.75.101 ON <=> 94.190.181.199 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.199 -j DNAT --to-destination 10.12.75.101 | |
| iptables -A SNAT12 -s 10.12.75.101 -j SNAT --to-source 94.190.181.199 | |
| # 10.14.1.130 ON <=> 94.190.190.156 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.156 -j DNAT --to-destination 10.14.1.130 | |
| iptables -A SNAT14 -s 10.14.1.130 -j SNAT --to-source 94.190.190.156 | |
| # 10.14.1.140 ON <=> 94.190.179.79 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.79 -j DNAT --to-destination 10.14.1.140 | |
| iptables -A SNAT14 -s 10.14.1.140 -j SNAT --to-source 94.190.179.79 | |
| # 10.14.1.160 ON <=> 94.190.181.197 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.197 -j DNAT --to-destination 10.14.1.160 | |
| iptables -A SNAT14 -s 10.14.1.160 -j SNAT --to-source 94.190.181.197 | |
| # 10.14.1.220 ON <=> 94.190.181.186 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.186 -j DNAT --to-destination 10.14.1.220 | |
| iptables -A SNAT14 -s 10.14.1.220 -j SNAT --to-source 94.190.181.186 | |
| # 10.14.10.126 ON <=> 94.190.180.39 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.39 -j DNAT --to-destination 10.14.10.126 | |
| iptables -A SNAT14 -s 10.14.10.126 -j SNAT --to-source 94.190.180.39 | |
| # 10.14.100.201 ON <=> 94.190.181.22 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.22 -j DNAT --to-destination 10.14.100.201 | |
| iptables -A SNAT14 -s 10.14.100.201 -j SNAT --to-source 94.190.181.22 | |
| # 10.14.101.252 ON <=> 94.190.180.200 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.200 -j DNAT --to-destination 10.14.101.252 | |
| iptables -A SNAT14 -s 10.14.101.252 -j SNAT --to-source 94.190.180.200 | |
| # 10.14.11.10 ON <=> 94.190.181.121 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.121 -j DNAT --to-destination 10.14.11.10 | |
| iptables -A SNAT14 -s 10.14.11.10 -j SNAT --to-source 94.190.181.121 | |
| # 10.14.11.49 ON <=> 94.190.179.132 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.132 -j DNAT --to-destination 10.14.11.49 | |
| iptables -A SNAT14 -s 10.14.11.49 -j SNAT --to-source 94.190.179.132 | |
| # 10.14.11.50 ON <=> 94.190.190.51 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.51 -j DNAT --to-destination 10.14.11.50 | |
| iptables -A SNAT14 -s 10.14.11.50 -j SNAT --to-source 94.190.190.51 | |
| # 10.14.12.152 ON <=> 94.190.180.128 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.128 -j DNAT --to-destination 10.14.12.152 | |
| iptables -A SNAT14 -s 10.14.12.152 -j SNAT --to-source 94.190.180.128 | |
| # 10.14.13.130 ON <=> 94.190.180.34 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.34 -j DNAT --to-destination 10.14.13.130 | |
| iptables -A SNAT14 -s 10.14.13.130 -j SNAT --to-source 94.190.180.34 | |
| # 10.14.15.16 ON <=> 94.190.190.34 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.34 -j DNAT --to-destination 10.14.15.16 | |
| iptables -A SNAT14 -s 10.14.15.16 -j SNAT --to-source 94.190.190.34 | |
| # 10.14.25.100 ON <=> 94.190.181.152 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.152 -j DNAT --to-destination 10.14.25.100 | |
| iptables -A SNAT14 -s 10.14.25.100 -j SNAT --to-source 94.190.181.152 | |
| # 10.14.30.102 ON <=> 94.190.179.199 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.199 -j DNAT --to-destination 10.14.30.102 | |
| iptables -A SNAT14 -s 10.14.30.102 -j SNAT --to-source 94.190.179.199 | |
| # 10.14.31.100 ON <=> 94.190.187.212 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.212 -j DNAT --to-destination 10.14.31.100 | |
| iptables -A SNAT14 -s 10.14.31.100 -j SNAT --to-source 94.190.187.212 | |
| # 10.14.31.101 ON <=> 94.190.181.156 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.156 -j DNAT --to-destination 10.14.31.101 | |
| iptables -A SNAT14 -s 10.14.31.101 -j SNAT --to-source 94.190.181.156 | |
| # 10.14.33.101 ON <=> 94.190.187.161 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.161 -j DNAT --to-destination 10.14.33.101 | |
| iptables -A SNAT14 -s 10.14.33.101 -j SNAT --to-source 94.190.187.161 | |
| # 10.14.4.100 ON <=> 94.190.187.158 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.158 -j DNAT --to-destination 10.14.4.100 | |
| iptables -A SNAT14 -s 10.14.4.100 -j SNAT --to-source 94.190.187.158 | |
| # 10.14.50.160 ON <=> 94.190.179.76 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.76 -j DNAT --to-destination 10.14.50.160 | |
| iptables -A SNAT14 -s 10.14.50.160 -j SNAT --to-source 94.190.179.76 | |
| # 10.16.100.103 ON <=> 94.190.190.5 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.5 -j DNAT --to-destination 10.16.100.103 | |
| iptables -A SNAT16 -s 10.16.100.103 -j SNAT --to-source 94.190.190.5 | |
| # 10.16.100.104 ON <=> 94.190.190.45 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.45 -j DNAT --to-destination 10.16.100.104 | |
| iptables -A SNAT16 -s 10.16.100.104 -j SNAT --to-source 94.190.190.45 | |
| # 10.16.100.15 ON <=> 94.190.180.187 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.187 -j DNAT --to-destination 10.16.100.15 | |
| iptables -A SNAT16 -s 10.16.100.15 -j SNAT --to-source 94.190.180.187 | |
| # 10.16.100.166 ON <=> 94.190.180.241 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.241 -j DNAT --to-destination 10.16.100.166 | |
| iptables -A SNAT16 -s 10.16.100.166 -j SNAT --to-source 94.190.180.241 | |
| # 10.16.100.195 ON <=> 94.190.190.74 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.74 -j DNAT --to-destination 10.16.100.195 | |
| iptables -A SNAT16 -s 10.16.100.195 -j SNAT --to-source 94.190.190.74 | |
| # 10.16.100.199 ON <=> 94.190.187.250 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.250 -j DNAT --to-destination 10.16.100.199 | |
| iptables -A SNAT16 -s 10.16.100.199 -j SNAT --to-source 94.190.187.250 | |
| # 10.16.100.220 ON <=> 94.190.179.17 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.17 -j DNAT --to-destination 10.16.100.220 | |
| iptables -A SNAT16 -s 10.16.100.220 -j SNAT --to-source 94.190.179.17 | |
| # 10.16.100.226 ON <=> 94.190.190.53 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.53 -j DNAT --to-destination 10.16.100.226 | |
| iptables -A SNAT16 -s 10.16.100.226 -j SNAT --to-source 94.190.190.53 | |
| # 10.16.100.232 ON <=> 94.190.190.170 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.170 -j DNAT --to-destination 10.16.100.232 | |
| iptables -A SNAT16 -s 10.16.100.232 -j SNAT --to-source 94.190.190.170 | |
| # 10.16.100.53 ON <=> 94.190.187.84 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.84 -j DNAT --to-destination 10.16.100.53 | |
| iptables -A SNAT16 -s 10.16.100.53 -j SNAT --to-source 94.190.187.84 | |
| # 10.16.100.6 ON <=> 94.190.179.246 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.246 -j DNAT --to-destination 10.16.100.6 | |
| iptables -A SNAT16 -s 10.16.100.6 -j SNAT --to-source 94.190.179.246 | |
| # 10.16.100.99 ON <=> 94.190.190.127 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.127 -j DNAT --to-destination 10.16.100.99 | |
| iptables -A SNAT16 -s 10.16.100.99 -j SNAT --to-source 94.190.190.127 | |
| # 10.16.150.250 ON <=> 94.190.181.96 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.96 -j DNAT --to-destination 10.16.150.250 | |
| iptables -A SNAT16 -s 10.16.150.250 -j SNAT --to-source 94.190.181.96 | |
| # 10.16.199.199 ON <=> 94.190.181.70 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.70 -j DNAT --to-destination 10.16.199.199 | |
| iptables -A SNAT16 -s 10.16.199.199 -j SNAT --to-source 94.190.181.70 | |
| # 10.16.20.120 ON <=> 94.190.181.190 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.190 -j DNAT --to-destination 10.16.20.120 | |
| iptables -A SNAT16 -s 10.16.20.120 -j SNAT --to-source 94.190.181.190 | |
| # 10.16.200.111 ON <=> 94.190.181.141 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.141 -j DNAT --to-destination 10.16.200.111 | |
| iptables -A SNAT16 -s 10.16.200.111 -j SNAT --to-source 94.190.181.141 | |
| # 10.16.200.4 ON <=> 94.190.187.43 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.43 -j DNAT --to-destination 10.16.200.4 | |
| iptables -A SNAT16 -s 10.16.200.4 -j SNAT --to-source 94.190.187.43 | |
| # 10.16.200.80 ON <=> 94.190.180.163 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.163 -j DNAT --to-destination 10.16.200.80 | |
| iptables -A SNAT16 -s 10.16.200.80 -j SNAT --to-source 94.190.180.163 | |
| # 10.16.200.88 ON <=> 94.190.187.73 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.73 -j DNAT --to-destination 10.16.200.88 | |
| iptables -A SNAT16 -s 10.16.200.88 -j SNAT --to-source 94.190.187.73 | |
| # 10.16.200.89 ON <=> 94.190.179.23 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.23 -j DNAT --to-destination 10.16.200.89 | |
| iptables -A SNAT16 -s 10.16.200.89 -j SNAT --to-source 94.190.179.23 | |
| # 10.16.22.199 ON <=> 94.190.187.138 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.138 -j DNAT --to-destination 10.16.22.199 | |
| iptables -A SNAT16 -s 10.16.22.199 -j SNAT --to-source 94.190.187.138 | |
| # 10.16.22.200 ON <=> 94.190.190.242 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.242 -j DNAT --to-destination 10.16.22.200 | |
| iptables -A SNAT16 -s 10.16.22.200 -j SNAT --to-source 94.190.190.242 | |
| # 10.16.220.39 ON <=> 94.190.181.86 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.86 -j DNAT --to-destination 10.16.220.39 | |
| iptables -A SNAT16 -s 10.16.220.39 -j SNAT --to-source 94.190.181.86 | |
| # 10.16.24.240 ON <=> 94.190.179.184 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.184 -j DNAT --to-destination 10.16.24.240 | |
| iptables -A SNAT16 -s 10.16.24.240 -j SNAT --to-source 94.190.179.184 | |
| # 10.16.240.200 ON <=> 94.190.181.150 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.150 -j DNAT --to-destination 10.16.240.200 | |
| iptables -A SNAT16 -s 10.16.240.200 -j SNAT --to-source 94.190.181.150 | |
| # 10.16.240.229 ON <=> 94.190.190.161 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.161 -j DNAT --to-destination 10.16.240.229 | |
| iptables -A SNAT16 -s 10.16.240.229 -j SNAT --to-source 94.190.190.161 | |
| # 10.16.242.242 ON <=> 94.190.187.240 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.240 -j DNAT --to-destination 10.16.242.242 | |
| iptables -A SNAT16 -s 10.16.242.242 -j SNAT --to-source 94.190.187.240 | |
| # 10.16.250.110 ON <=> 94.190.187.72 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.72 -j DNAT --to-destination 10.16.250.110 | |
| iptables -A SNAT16 -s 10.16.250.110 -j SNAT --to-source 94.190.187.72 | |
| # 10.16.250.142 ON <=> 94.190.179.163 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.163 -j DNAT --to-destination 10.16.250.142 | |
| iptables -A SNAT16 -s 10.16.250.142 -j SNAT --to-source 94.190.179.163 | |
| # 10.16.250.20 ON <=> 94.190.181.250 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.250 -j DNAT --to-destination 10.16.250.20 | |
| iptables -A SNAT16 -s 10.16.250.20 -j SNAT --to-source 94.190.181.250 | |
| # 10.16.250.202 ON <=> 94.190.181.42 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.42 -j DNAT --to-destination 10.16.250.202 | |
| iptables -A SNAT16 -s 10.16.250.202 -j SNAT --to-source 94.190.181.42 | |
| # 10.16.250.225 ON <=> 94.190.179.167 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.167 -j DNAT --to-destination 10.16.250.225 | |
| iptables -A SNAT16 -s 10.16.250.225 -j SNAT --to-source 94.190.179.167 | |
| # 10.16.250.226 ON <=> 94.190.181.26 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.26 -j DNAT --to-destination 10.16.250.226 | |
| iptables -A SNAT16 -s 10.16.250.226 -j SNAT --to-source 94.190.181.26 | |
| # 10.16.250.243 ON <=> 94.190.179.77 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.77 -j DNAT --to-destination 10.16.250.243 | |
| iptables -A SNAT16 -s 10.16.250.243 -j SNAT --to-source 94.190.179.77 | |
| # 10.16.250.60 ON <=> 94.190.190.193 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.193 -j DNAT --to-destination 10.16.250.60 | |
| iptables -A SNAT16 -s 10.16.250.60 -j SNAT --to-source 94.190.190.193 | |
| # 10.16.32.169 ON <=> 94.190.179.42 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.42 -j DNAT --to-destination 10.16.32.169 | |
| iptables -A SNAT16 -s 10.16.32.169 -j SNAT --to-source 94.190.179.42 | |
| # 10.16.40.251 ON <=> 94.190.190.178 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.178 -j DNAT --to-destination 10.16.40.251 | |
| iptables -A SNAT16 -s 10.16.40.251 -j SNAT --to-source 94.190.190.178 | |
| # 10.16.41.120 ON <=> 94.190.180.220 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.220 -j DNAT --to-destination 10.16.41.120 | |
| iptables -A SNAT16 -s 10.16.41.120 -j SNAT --to-source 94.190.180.220 | |
| # 10.16.41.220 ON <=> 94.190.181.231 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.231 -j DNAT --to-destination 10.16.41.220 | |
| iptables -A SNAT16 -s 10.16.41.220 -j SNAT --to-source 94.190.181.231 | |
| # 10.16.42.110 ON <=> 94.190.190.56 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.56 -j DNAT --to-destination 10.16.42.110 | |
| iptables -A SNAT16 -s 10.16.42.110 -j SNAT --to-source 94.190.190.56 | |
| # 10.16.43.200 ON <=> 94.190.181.29 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.29 -j DNAT --to-destination 10.16.43.200 | |
| iptables -A SNAT16 -s 10.16.43.200 -j SNAT --to-source 94.190.181.29 | |
| # 10.16.47.100 ON <=> 94.190.179.145 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.145 -j DNAT --to-destination 10.16.47.100 | |
| iptables -A SNAT16 -s 10.16.47.100 -j SNAT --to-source 94.190.179.145 | |
| # 10.16.7.107 ON <=> 94.190.180.154 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.154 -j DNAT --to-destination 10.16.7.107 | |
| iptables -A SNAT16 -s 10.16.7.107 -j SNAT --to-source 94.190.180.154 | |
| # 10.16.74.74 OFF <=> 94.190.190.79 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.79 -j DNAT --to-destination 10.16.74.74 | |
| iptables -A SNAT16 -s 10.16.74.74 -j SNAT --to-source 94.190.190.79 | |
| # 10.16.77.101 ON <=> 94.190.180.131 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.131 -j DNAT --to-destination 10.16.77.101 | |
| iptables -A SNAT16 -s 10.16.77.101 -j SNAT --to-source 94.190.180.131 | |
| # 10.17.1.3 ON <=> 94.190.179.58 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.58 -j DNAT --to-destination 10.17.1.3 | |
| iptables -A SNAT17 -s 10.17.1.3 -j SNAT --to-source 94.190.179.58 | |
| # 10.17.10.120 ON <=> 94.190.180.252 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.252 -j DNAT --to-destination 10.17.10.120 | |
| iptables -A SNAT17 -s 10.17.10.120 -j SNAT --to-source 94.190.180.252 | |
| # 10.17.10.252 ON <=> 94.190.190.107 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.107 -j DNAT --to-destination 10.17.10.252 | |
| iptables -A SNAT17 -s 10.17.10.252 -j SNAT --to-source 94.190.190.107 | |
| # 10.17.100.100 ON <=> 94.190.187.71 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.71 -j DNAT --to-destination 10.17.100.100 | |
| iptables -A SNAT17 -s 10.17.100.100 -j SNAT --to-source 94.190.187.71 | |
| # 10.17.13.7 ON <=> 94.190.180.92 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.92 -j DNAT --to-destination 10.17.13.7 | |
| iptables -A SNAT17 -s 10.17.13.7 -j SNAT --to-source 94.190.180.92 | |
| # 10.17.14.250 ON <=> 94.190.190.227 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.227 -j DNAT --to-destination 10.17.14.250 | |
| iptables -A SNAT17 -s 10.17.14.250 -j SNAT --to-source 94.190.190.227 | |
| # 10.17.14.4 ON <=> 94.190.187.189 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.189 -j DNAT --to-destination 10.17.14.4 | |
| iptables -A SNAT17 -s 10.17.14.4 -j SNAT --to-source 94.190.187.189 | |
| # 10.17.150.150 ON <=> 94.190.190.140 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.140 -j DNAT --to-destination 10.17.150.150 | |
| iptables -A SNAT17 -s 10.17.150.150 -j SNAT --to-source 94.190.190.140 | |
| # 10.17.2.209 ON <=> 94.190.179.33 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.33 -j DNAT --to-destination 10.17.2.209 | |
| iptables -A SNAT17 -s 10.17.2.209 -j SNAT --to-source 94.190.179.33 | |
| # 10.17.20.23 ON <=> 94.190.187.41 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.41 -j DNAT --to-destination 10.17.20.23 | |
| iptables -A SNAT17 -s 10.17.20.23 -j SNAT --to-source 94.190.187.41 | |
| # 10.17.23.200 ON <=> 94.190.187.245 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.245 -j DNAT --to-destination 10.17.23.200 | |
| iptables -A SNAT17 -s 10.17.23.200 -j SNAT --to-source 94.190.187.245 | |
| # 10.17.24.111 ON <=> 94.190.179.156 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.156 -j DNAT --to-destination 10.17.24.111 | |
| iptables -A SNAT17 -s 10.17.24.111 -j SNAT --to-source 94.190.179.156 | |
| # 10.17.3.33 ON <=> 94.190.187.141 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.141 -j DNAT --to-destination 10.17.3.33 | |
| iptables -A SNAT17 -s 10.17.3.33 -j SNAT --to-source 94.190.187.141 | |
| # 10.17.39.100 ON <=> 94.190.187.7 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.7 -j DNAT --to-destination 10.17.39.100 | |
| iptables -A SNAT17 -s 10.17.39.100 -j SNAT --to-source 94.190.187.7 | |
| # 10.17.41.253 ON <=> 94.190.179.179 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.179 -j DNAT --to-destination 10.17.41.253 | |
| iptables -A SNAT17 -s 10.17.41.253 -j SNAT --to-source 94.190.179.179 | |
| # 10.17.42.200 ON <=> 94.190.179.5 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.5 -j DNAT --to-destination 10.17.42.200 | |
| iptables -A SNAT17 -s 10.17.42.200 -j SNAT --to-source 94.190.179.5 | |
| # 10.17.50.251 ON <=> 94.190.190.158 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.158 -j DNAT --to-destination 10.17.50.251 | |
| iptables -A SNAT17 -s 10.17.50.251 -j SNAT --to-source 94.190.190.158 | |
| # 10.17.53.150 ON <=> 94.190.187.28 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.28 -j DNAT --to-destination 10.17.53.150 | |
| iptables -A SNAT17 -s 10.17.53.150 -j SNAT --to-source 94.190.187.28 | |
| # 10.17.54.4 ON <=> 94.190.187.38 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.38 -j DNAT --to-destination 10.17.54.4 | |
| iptables -A SNAT17 -s 10.17.54.4 -j SNAT --to-source 94.190.187.38 | |
| # 10.17.60.12 ON <=> 94.190.180.44 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.44 -j DNAT --to-destination 10.17.60.12 | |
| iptables -A SNAT17 -s 10.17.60.12 -j SNAT --to-source 94.190.180.44 | |
| # 10.17.61.254 ON <=> 94.190.180.48 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.48 -j DNAT --to-destination 10.17.61.254 | |
| iptables -A SNAT17 -s 10.17.61.254 -j SNAT --to-source 94.190.180.48 | |
| # 10.17.63.100 ON <=> 94.190.187.140 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.140 -j DNAT --to-destination 10.17.63.100 | |
| iptables -A SNAT17 -s 10.17.63.100 -j SNAT --to-source 94.190.187.140 | |
| # 10.17.68.133 ON <=> 94.190.181.168 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.168 -j DNAT --to-destination 10.17.68.133 | |
| iptables -A SNAT17 -s 10.17.68.133 -j SNAT --to-source 94.190.181.168 | |
| # 10.17.83.183 ON <=> 94.190.190.152 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.152 -j DNAT --to-destination 10.17.83.183 | |
| iptables -A SNAT17 -s 10.17.83.183 -j SNAT --to-source 94.190.190.152 | |
| # 10.17.92.22 ON <=> 94.190.187.129 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.129 -j DNAT --to-destination 10.17.92.22 | |
| iptables -A SNAT17 -s 10.17.92.22 -j SNAT --to-source 94.190.187.129 | |
| # 10.19.150.130 ON <=> 94.190.181.73 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.73 -j DNAT --to-destination 10.19.150.130 | |
| iptables -A SNAT19 -s 10.19.150.130 -j SNAT --to-source 94.190.181.73 | |
| # 10.19.150.140 ON <=> 94.190.190.216 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.216 -j DNAT --to-destination 10.19.150.140 | |
| iptables -A SNAT19 -s 10.19.150.140 -j SNAT --to-source 94.190.190.216 | |
| # 10.19.200.117 ON <=> 94.190.190.84 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.84 -j DNAT --to-destination 10.19.200.117 | |
| iptables -A SNAT19 -s 10.19.200.117 -j SNAT --to-source 94.190.190.84 | |
| # 10.19.200.126 ON <=> 94.190.181.89 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.89 -j DNAT --to-destination 10.19.200.126 | |
| iptables -A SNAT19 -s 10.19.200.126 -j SNAT --to-source 94.190.181.89 | |
| # 10.19.200.208 ON <=> 94.190.181.98 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.98 -j DNAT --to-destination 10.19.200.208 | |
| iptables -A SNAT19 -s 10.19.200.208 -j SNAT --to-source 94.190.181.98 | |
| # 10.19.200.210 ON <=> 94.190.180.209 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.209 -j DNAT --to-destination 10.19.200.210 | |
| iptables -A SNAT19 -s 10.19.200.210 -j SNAT --to-source 94.190.180.209 | |
| # 10.19.200.69 ON <=> 94.190.181.82 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.82 -j DNAT --to-destination 10.19.200.69 | |
| iptables -A SNAT19 -s 10.19.200.69 -j SNAT --to-source 94.190.181.82 | |
| # 10.19.201.101 ON <=> 94.190.180.227 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.227 -j DNAT --to-destination 10.19.201.101 | |
| iptables -A SNAT19 -s 10.19.201.101 -j SNAT --to-source 94.190.180.227 | |
| # 10.19.73.242 ON <=> 94.190.187.8 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.8 -j DNAT --to-destination 10.19.73.242 | |
| iptables -A SNAT19 -s 10.19.73.242 -j SNAT --to-source 94.190.187.8 | |
| # 10.19.76.130 ON <=> 94.190.190.96 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.96 -j DNAT --to-destination 10.19.76.130 | |
| iptables -A SNAT19 -s 10.19.76.130 -j SNAT --to-source 94.190.190.96 | |
| # 10.19.79.254 ON <=> 94.190.180.32 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.32 -j DNAT --to-destination 10.19.79.254 | |
| iptables -A SNAT19 -s 10.19.79.254 -j SNAT --to-source 94.190.180.32 | |
| # 10.19.84.150 ON <=> 94.190.187.149 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.149 -j DNAT --to-destination 10.19.84.150 | |
| iptables -A SNAT19 -s 10.19.84.150 -j SNAT --to-source 94.190.187.149 | |
| # 10.2.100.12 ON <=> 94.190.187.111 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.111 -j DNAT --to-destination 10.2.100.12 | |
| iptables -A SNAT02 -s 10.2.100.12 -j SNAT --to-source 94.190.187.111 | |
| # 10.2.17.200 ON <=> 94.190.187.204 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.204 -j DNAT --to-destination 10.2.17.200 | |
| iptables -A SNAT02 -s 10.2.17.200 -j SNAT --to-source 94.190.187.204 | |
| # 10.2.189.121 ON <=> 94.190.180.8 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.8 -j DNAT --to-destination 10.2.189.121 | |
| iptables -A SNAT02 -s 10.2.189.121 -j SNAT --to-source 94.190.180.8 | |
| # 10.2.2.150 ON <=> 94.190.180.212 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.212 -j DNAT --to-destination 10.2.2.150 | |
| iptables -A SNAT02 -s 10.2.2.150 -j SNAT --to-source 94.190.180.212 | |
| # 10.2.2.200 ON <=> 94.190.179.200 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.200 -j DNAT --to-destination 10.2.2.200 | |
| iptables -A SNAT02 -s 10.2.2.200 -j SNAT --to-source 94.190.179.200 | |
| # 10.20.100.150 ON <=> 94.190.190.197 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.197 -j DNAT --to-destination 10.20.100.150 | |
| iptables -A SNAT20 -s 10.20.100.150 -j SNAT --to-source 94.190.190.197 | |
| # 10.20.102.150 ON <=> 94.190.190.203 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.203 -j DNAT --to-destination 10.20.102.150 | |
| iptables -A SNAT20 -s 10.20.102.150 -j SNAT --to-source 94.190.190.203 | |
| # 10.20.150.250 ON <=> 94.190.180.27 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.27 -j DNAT --to-destination 10.20.150.250 | |
| iptables -A SNAT20 -s 10.20.150.250 -j SNAT --to-source 94.190.180.27 | |
| # 10.20.180.151 ON <=> 94.190.179.31 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.31 -j DNAT --to-destination 10.20.180.151 | |
| iptables -A SNAT20 -s 10.20.180.151 -j SNAT --to-source 94.190.179.31 | |
| # 10.20.180.203 ON <=> 94.190.180.240 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.240 -j DNAT --to-destination 10.20.180.203 | |
| iptables -A SNAT20 -s 10.20.180.203 -j SNAT --to-source 94.190.180.240 | |
| # 10.20.180.3 ON <=> 94.190.180.89 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.89 -j DNAT --to-destination 10.20.180.3 | |
| iptables -A SNAT20 -s 10.20.180.3 -j SNAT --to-source 94.190.180.89 | |
| # 10.20.183.150 ON <=> 94.190.190.40 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.40 -j DNAT --to-destination 10.20.183.150 | |
| iptables -A SNAT20 -s 10.20.183.150 -j SNAT --to-source 94.190.190.40 | |
| # 10.20.185.101 ON <=> 94.190.187.107 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.107 -j DNAT --to-destination 10.20.185.101 | |
| iptables -A SNAT20 -s 10.20.185.101 -j SNAT --to-source 94.190.187.107 | |
| # 10.20.187.100 ON <=> 94.190.179.160 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.160 -j DNAT --to-destination 10.20.187.100 | |
| iptables -A SNAT20 -s 10.20.187.100 -j SNAT --to-source 94.190.179.160 | |
| # 10.20.198.254 ON <=> 94.190.181.143 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.143 -j DNAT --to-destination 10.20.198.254 | |
| iptables -A SNAT20 -s 10.20.198.254 -j SNAT --to-source 94.190.181.143 | |
| # 10.20.28.150 ON <=> 94.190.179.194 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.194 -j DNAT --to-destination 10.20.28.150 | |
| iptables -A SNAT20 -s 10.20.28.150 -j SNAT --to-source 94.190.179.194 | |
| # 10.20.28.200 ON <=> 94.190.179.11 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.11 -j DNAT --to-destination 10.20.28.200 | |
| iptables -A SNAT20 -s 10.20.28.200 -j SNAT --to-source 94.190.179.11 | |
| # 10.20.45.45 ON <=> 94.190.181.229 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.229 -j DNAT --to-destination 10.20.45.45 | |
| iptables -A SNAT20 -s 10.20.45.45 -j SNAT --to-source 94.190.181.229 | |
| # 10.21.186.111 ON <=> 94.190.190.89 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.89 -j DNAT --to-destination 10.21.186.111 | |
| iptables -A SNAT21 -s 10.21.186.111 -j SNAT --to-source 94.190.190.89 | |
| # 10.21.192.101 ON <=> 94.190.181.30 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.30 -j DNAT --to-destination 10.21.192.101 | |
| iptables -A SNAT21 -s 10.21.192.101 -j SNAT --to-source 94.190.181.30 | |
| # 10.21.201.201 ON <=> 94.190.190.43 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.43 -j DNAT --to-destination 10.21.201.201 | |
| iptables -A SNAT21 -s 10.21.201.201 -j SNAT --to-source 94.190.190.43 | |
| # 10.21.254.249 ON <=> 94.190.187.101 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.101 -j DNAT --to-destination 10.21.254.249 | |
| iptables -A SNAT21 -s 10.21.254.249 -j SNAT --to-source 94.190.187.101 | |
| # 10.21.254.252 ON <=> 94.190.180.159 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.159 -j DNAT --to-destination 10.21.254.252 | |
| iptables -A SNAT21 -s 10.21.254.252 -j SNAT --to-source 94.190.180.159 | |
| # 10.21.27.253 ON <=> 94.190.180.82 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.82 -j DNAT --to-destination 10.21.27.253 | |
| iptables -A SNAT21 -s 10.21.27.253 -j SNAT --to-source 94.190.180.82 | |
| # 10.21.45.1 OFF <=> 94.190.181.135 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.135 -j DNAT --to-destination 10.21.45.1 | |
| iptables -A SNAT21 -s 10.21.45.1 -j SNAT --to-source 94.190.181.135 | |
| # 10.21.45.2 OFF <=> 94.190.181.211 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.211 -j DNAT --to-destination 10.21.45.2 | |
| iptables -A SNAT21 -s 10.21.45.2 -j SNAT --to-source 94.190.181.211 | |
| # 10.21.62.100 ON <=> 94.190.187.231 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.231 -j DNAT --to-destination 10.21.62.100 | |
| iptables -A SNAT21 -s 10.21.62.100 -j SNAT --to-source 94.190.187.231 | |
| # 10.21.62.31 ON <=> 94.190.187.199 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.199 -j DNAT --to-destination 10.21.62.31 | |
| iptables -A SNAT21 -s 10.21.62.31 -j SNAT --to-source 94.190.187.199 | |
| # 10.21.68.218 ON <=> 94.190.187.235 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.235 -j DNAT --to-destination 10.21.68.218 | |
| iptables -A SNAT21 -s 10.21.68.218 -j SNAT --to-source 94.190.187.235 | |
| # 10.21.68.254 ON <=> 94.190.190.174 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.174 -j DNAT --to-destination 10.21.68.254 | |
| iptables -A SNAT21 -s 10.21.68.254 -j SNAT --to-source 94.190.190.174 | |
| # 10.210.0.57 ON <=> 94.190.187.153 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.153 -j DNAT --to-destination 10.210.0.57 | |
| iptables -A SNAT210 -s 10.210.0.57 -j SNAT --to-source 94.190.187.153 | |
| # 10.22.10.200 ON <=> 94.190.187.75 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.75 -j DNAT --to-destination 10.22.10.200 | |
| iptables -A SNAT22 -s 10.22.10.200 -j SNAT --to-source 94.190.187.75 | |
| # 10.22.10.7 ON <=> 94.190.181.52 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.52 -j DNAT --to-destination 10.22.10.7 | |
| iptables -A SNAT22 -s 10.22.10.7 -j SNAT --to-source 94.190.181.52 | |
| # 10.22.100.250 ON <=> 94.190.187.135 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.135 -j DNAT --to-destination 10.22.100.250 | |
| iptables -A SNAT22 -s 10.22.100.250 -j SNAT --to-source 94.190.187.135 | |
| # 10.22.150.120 ON <=> 94.190.187.114 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.114 -j DNAT --to-destination 10.22.150.120 | |
| iptables -A SNAT22 -s 10.22.150.120 -j SNAT --to-source 94.190.187.114 | |
| # 10.22.150.151 ON <=> 94.190.181.40 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.40 -j DNAT --to-destination 10.22.150.151 | |
| iptables -A SNAT22 -s 10.22.150.151 -j SNAT --to-source 94.190.181.40 | |
| # 10.22.200.203 ON <=> 94.190.190.4 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.4 -j DNAT --to-destination 10.22.200.203 | |
| iptables -A SNAT22 -s 10.22.200.203 -j SNAT --to-source 94.190.190.4 | |
| # 10.22.200.250 ON <=> 94.190.187.121 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.121 -j DNAT --to-destination 10.22.200.250 | |
| iptables -A SNAT22 -s 10.22.200.250 -j SNAT --to-source 94.190.187.121 | |
| # 10.22.200.254 ON <=> 94.190.181.66 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.66 -j DNAT --to-destination 10.22.200.254 | |
| iptables -A SNAT22 -s 10.22.200.254 -j SNAT --to-source 94.190.181.66 | |
| # 10.22.28.100 ON <=> 94.190.181.207 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.207 -j DNAT --to-destination 10.22.28.100 | |
| iptables -A SNAT22 -s 10.22.28.100 -j SNAT --to-source 94.190.181.207 | |
| # 10.22.39.200 ON <=> 94.190.190.31 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.31 -j DNAT --to-destination 10.22.39.200 | |
| iptables -A SNAT22 -s 10.22.39.200 -j SNAT --to-source 94.190.190.31 | |
| # 10.22.47.100 ON <=> 94.190.180.115 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.115 -j DNAT --to-destination 10.22.47.100 | |
| iptables -A SNAT22 -s 10.22.47.100 -j SNAT --to-source 94.190.180.115 | |
| # 10.22.49.102 ON <=> 94.190.181.162 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.162 -j DNAT --to-destination 10.22.49.102 | |
| iptables -A SNAT22 -s 10.22.49.102 -j SNAT --to-source 94.190.181.162 | |
| # 10.22.49.121 ON <=> 94.190.190.238 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.238 -j DNAT --to-destination 10.22.49.121 | |
| iptables -A SNAT22 -s 10.22.49.121 -j SNAT --to-source 94.190.190.238 | |
| # 10.22.49.207 ON <=> 94.190.179.8 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.8 -j DNAT --to-destination 10.22.49.207 | |
| iptables -A SNAT22 -s 10.22.49.207 -j SNAT --to-source 94.190.179.8 | |
| # 10.22.60.142 ON <=> 94.190.179.164 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.164 -j DNAT --to-destination 10.22.60.142 | |
| iptables -A SNAT22 -s 10.22.60.142 -j SNAT --to-source 94.190.179.164 | |
| # 10.22.8.8 ON <=> 94.190.181.226 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.226 -j DNAT --to-destination 10.22.8.8 | |
| iptables -A SNAT22 -s 10.22.8.8 -j SNAT --to-source 94.190.181.226 | |
| # 10.22.9.7 ON <=> 94.190.190.126 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.126 -j DNAT --to-destination 10.22.9.7 | |
| iptables -A SNAT22 -s 10.22.9.7 -j SNAT --to-source 94.190.190.126 | |
| # 10.22.90.104 ON <=> 94.190.179.211 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.211 -j DNAT --to-destination 10.22.90.104 | |
| iptables -A SNAT22 -s 10.22.90.104 -j SNAT --to-source 94.190.179.211 | |
| # 10.23.1.109 ON <=> 94.190.179.96 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.96 -j DNAT --to-destination 10.23.1.109 | |
| iptables -A SNAT23 -s 10.23.1.109 -j SNAT --to-source 94.190.179.96 | |
| # 10.23.100.111 ON <=> 94.190.187.48 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.48 -j DNAT --to-destination 10.23.100.111 | |
| iptables -A SNAT23 -s 10.23.100.111 -j SNAT --to-source 94.190.187.48 | |
| # 10.23.103.222 ON <=> 94.190.190.92 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.92 -j DNAT --to-destination 10.23.103.222 | |
| iptables -A SNAT23 -s 10.23.103.222 -j SNAT --to-source 94.190.190.92 | |
| # 10.23.103.3 ON <=> 94.190.179.14 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.14 -j DNAT --to-destination 10.23.103.3 | |
| iptables -A SNAT23 -s 10.23.103.3 -j SNAT --to-source 94.190.179.14 | |
| # 10.23.103.99 ON <=> 94.190.190.148 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.148 -j DNAT --to-destination 10.23.103.99 | |
| iptables -A SNAT23 -s 10.23.103.99 -j SNAT --to-source 94.190.190.148 | |
| # 10.23.107.110 ON <=> 94.190.180.6 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.6 -j DNAT --to-destination 10.23.107.110 | |
| iptables -A SNAT23 -s 10.23.107.110 -j SNAT --to-source 94.190.180.6 | |
| # 10.23.11.111 ON <=> 94.190.180.58 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.58 -j DNAT --to-destination 10.23.11.111 | |
| iptables -A SNAT23 -s 10.23.11.111 -j SNAT --to-source 94.190.180.58 | |
| # 10.23.112.100 ON <=> 94.190.181.63 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.63 -j DNAT --to-destination 10.23.112.100 | |
| iptables -A SNAT23 -s 10.23.112.100 -j SNAT --to-source 94.190.181.63 | |
| # 10.23.115.2 ON <=> 94.190.179.223 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.223 -j DNAT --to-destination 10.23.115.2 | |
| iptables -A SNAT23 -s 10.23.115.2 -j SNAT --to-source 94.190.179.223 | |
| # 10.23.120.165 ON <=> 94.190.179.91 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.91 -j DNAT --to-destination 10.23.120.165 | |
| iptables -A SNAT23 -s 10.23.120.165 -j SNAT --to-source 94.190.179.91 | |
| # 10.23.122.2 ON <=> 94.190.179.39 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.39 -j DNAT --to-destination 10.23.122.2 | |
| iptables -A SNAT23 -s 10.23.122.2 -j SNAT --to-source 94.190.179.39 | |
| # 10.23.17.17 ON <=> 94.190.179.106 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.106 -j DNAT --to-destination 10.23.17.17 | |
| iptables -A SNAT23 -s 10.23.17.17 -j SNAT --to-source 94.190.179.106 | |
| # 10.23.2.200 ON <=> 94.190.181.173 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.173 -j DNAT --to-destination 10.23.2.200 | |
| iptables -A SNAT23 -s 10.23.2.200 -j SNAT --to-source 94.190.181.173 | |
| # 10.23.23.123 ON <=> 94.190.181.116 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.116 -j DNAT --to-destination 10.23.23.123 | |
| iptables -A SNAT23 -s 10.23.23.123 -j SNAT --to-source 94.190.181.116 | |
| # 10.23.240.100 ON <=> 94.190.179.66 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.66 -j DNAT --to-destination 10.23.240.100 | |
| iptables -A SNAT23 -s 10.23.240.100 -j SNAT --to-source 94.190.179.66 | |
| # 10.23.240.240 ON <=> 94.190.179.3 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.3 -j DNAT --to-destination 10.23.240.240 | |
| iptables -A SNAT23 -s 10.23.240.240 -j SNAT --to-source 94.190.179.3 | |
| # 10.23.254.109 ON <=> 94.190.181.20 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.20 -j DNAT --to-destination 10.23.254.109 | |
| iptables -A SNAT23 -s 10.23.254.109 -j SNAT --to-source 94.190.181.20 | |
| # 10.23.40.140 ON <=> 94.190.180.63 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.63 -j DNAT --to-destination 10.23.40.140 | |
| iptables -A SNAT23 -s 10.23.40.140 -j SNAT --to-source 94.190.180.63 | |
| # 10.27.100.121 ON <=> 94.190.190.225 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.225 -j DNAT --to-destination 10.27.100.121 | |
| iptables -A SNAT27 -s 10.27.100.121 -j SNAT --to-source 94.190.190.225 | |
| # 10.27.100.200 ON <=> 94.190.187.113 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.113 -j DNAT --to-destination 10.27.100.200 | |
| iptables -A SNAT27 -s 10.27.100.200 -j SNAT --to-source 94.190.187.113 | |
| # 10.27.100.201 ON <=> 94.190.187.80 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.80 -j DNAT --to-destination 10.27.100.201 | |
| iptables -A SNAT27 -s 10.27.100.201 -j SNAT --to-source 94.190.187.80 | |
| # 10.27.100.202 ON <=> 94.190.181.38 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.38 -j DNAT --to-destination 10.27.100.202 | |
| iptables -A SNAT27 -s 10.27.100.202 -j SNAT --to-source 94.190.181.38 | |
| # 10.27.100.204 ON <=> 94.190.190.131 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.131 -j DNAT --to-destination 10.27.100.204 | |
| iptables -A SNAT27 -s 10.27.100.204 -j SNAT --to-source 94.190.190.131 | |
| # 10.27.100.210 ON <=> 94.190.190.200 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.200 -j DNAT --to-destination 10.27.100.210 | |
| iptables -A SNAT27 -s 10.27.100.210 -j SNAT --to-source 94.190.190.200 | |
| # 10.27.100.211 ON <=> 94.190.181.92 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.92 -j DNAT --to-destination 10.27.100.211 | |
| iptables -A SNAT27 -s 10.27.100.211 -j SNAT --to-source 94.190.181.92 | |
| # 10.27.100.253 ON <=> 94.190.180.168 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.168 -j DNAT --to-destination 10.27.100.253 | |
| iptables -A SNAT27 -s 10.27.100.253 -j SNAT --to-source 94.190.180.168 | |
| # 10.27.100.254 ON <=> 94.190.179.69 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.69 -j DNAT --to-destination 10.27.100.254 | |
| iptables -A SNAT27 -s 10.27.100.254 -j SNAT --to-source 94.190.179.69 | |
| # 10.27.120.150 ON <=> 94.190.181.27 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.27 -j DNAT --to-destination 10.27.120.150 | |
| iptables -A SNAT27 -s 10.27.120.150 -j SNAT --to-source 94.190.181.27 | |
| # 10.27.121.100 ON <=> 94.190.187.20 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.20 -j DNAT --to-destination 10.27.121.100 | |
| iptables -A SNAT27 -s 10.27.121.100 -j SNAT --to-source 94.190.187.20 | |
| # 10.27.124.150 ON <=> 94.190.187.173 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.173 -j DNAT --to-destination 10.27.124.150 | |
| iptables -A SNAT27 -s 10.27.124.150 -j SNAT --to-source 94.190.187.173 | |
| # 10.27.127.11 ON <=> 94.190.190.73 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.73 -j DNAT --to-destination 10.27.127.11 | |
| iptables -A SNAT27 -s 10.27.127.11 -j SNAT --to-source 94.190.190.73 | |
| # 10.27.130.200 ON <=> 94.190.190.85 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.85 -j DNAT --to-destination 10.27.130.200 | |
| iptables -A SNAT27 -s 10.27.130.200 -j SNAT --to-source 94.190.190.85 | |
| # 10.27.150.250 ON <=> 94.190.190.249 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.249 -j DNAT --to-destination 10.27.150.250 | |
| iptables -A SNAT27 -s 10.27.150.250 -j SNAT --to-source 94.190.190.249 | |
| # 10.28.100.107 ON <=> 94.190.181.200 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.200 -j DNAT --to-destination 10.28.100.107 | |
| iptables -A SNAT28 -s 10.28.100.107 -j SNAT --to-source 94.190.181.200 | |
| # 10.28.138.100 ON <=> 94.190.187.139 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.139 -j DNAT --to-destination 10.28.138.100 | |
| iptables -A SNAT28 -s 10.28.138.100 -j SNAT --to-source 94.190.187.139 | |
| # 10.28.139.116 ON <=> 94.190.179.143 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.143 -j DNAT --to-destination 10.28.139.116 | |
| iptables -A SNAT28 -s 10.28.139.116 -j SNAT --to-source 94.190.179.143 | |
| # 10.28.189.201 ON <=> 94.190.179.133 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.133 -j DNAT --to-destination 10.28.189.201 | |
| iptables -A SNAT28 -s 10.28.189.201 -j SNAT --to-source 94.190.179.133 | |
| # 10.29.100.100 ON <=> 94.190.179.94 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.94 -j DNAT --to-destination 10.29.100.100 | |
| iptables -A SNAT29 -s 10.29.100.100 -j SNAT --to-source 94.190.179.94 | |
| # 10.29.100.101 ON <=> 94.190.180.141 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.141 -j DNAT --to-destination 10.29.100.101 | |
| iptables -A SNAT29 -s 10.29.100.101 -j SNAT --to-source 94.190.180.141 | |
| # 10.29.200.146 OFF <=> 94.190.180.167 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.167 -j DNAT --to-destination 10.29.200.146 | |
| iptables -A SNAT29 -s 10.29.200.146 -j SNAT --to-source 94.190.180.167 | |
| # 10.29.200.178 ON <=> 94.190.180.127 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.127 -j DNAT --to-destination 10.29.200.178 | |
| iptables -A SNAT29 -s 10.29.200.178 -j SNAT --to-source 94.190.180.127 | |
| # 10.29.200.252 ON <=> 94.190.187.183 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.183 -j DNAT --to-destination 10.29.200.252 | |
| iptables -A SNAT29 -s 10.29.200.252 -j SNAT --to-source 94.190.187.183 | |
| # 10.29.200.30 ON <=> 94.190.180.157 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.157 -j DNAT --to-destination 10.29.200.30 | |
| iptables -A SNAT29 -s 10.29.200.30 -j SNAT --to-source 94.190.180.157 | |
| # 10.29.200.66 ON <=> 94.190.181.194 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.194 -j DNAT --to-destination 10.29.200.66 | |
| iptables -A SNAT29 -s 10.29.200.66 -j SNAT --to-source 94.190.181.194 | |
| # 10.29.200.87 ON <=> 94.190.187.52 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.52 -j DNAT --to-destination 10.29.200.87 | |
| iptables -A SNAT29 -s 10.29.200.87 -j SNAT --to-source 94.190.187.52 | |
| # 10.29.200.98 ON <=> 94.190.190.63 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.63 -j DNAT --to-destination 10.29.200.98 | |
| iptables -A SNAT29 -s 10.29.200.98 -j SNAT --to-source 94.190.190.63 | |
| # 10.29.250.252 ON <=> 94.190.190.246 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.246 -j DNAT --to-destination 10.29.250.252 | |
| iptables -A SNAT29 -s 10.29.250.252 -j SNAT --to-source 94.190.190.246 | |
| # 10.29.27.200 ON <=> 94.190.179.32 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.32 -j DNAT --to-destination 10.29.27.200 | |
| iptables -A SNAT29 -s 10.29.27.200 -j SNAT --to-source 94.190.179.32 | |
| # 10.29.28.108 ON <=> 94.190.181.133 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.133 -j DNAT --to-destination 10.29.28.108 | |
| iptables -A SNAT29 -s 10.29.28.108 -j SNAT --to-source 94.190.181.133 | |
| # 10.29.41.250 ON <=> 94.190.180.117 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.117 -j DNAT --to-destination 10.29.41.250 | |
| iptables -A SNAT29 -s 10.29.41.250 -j SNAT --to-source 94.190.180.117 | |
| # 10.29.41.76 ON <=> 94.190.180.52 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.52 -j DNAT --to-destination 10.29.41.76 | |
| iptables -A SNAT29 -s 10.29.41.76 -j SNAT --to-source 94.190.180.52 | |
| # 10.29.42.118 ON <=> 94.190.190.240 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.240 -j DNAT --to-destination 10.29.42.118 | |
| iptables -A SNAT29 -s 10.29.42.118 -j SNAT --to-source 94.190.190.240 | |
| # 10.29.43.63 ON <=> 94.190.179.222 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.222 -j DNAT --to-destination 10.29.43.63 | |
| iptables -A SNAT29 -s 10.29.43.63 -j SNAT --to-source 94.190.179.222 | |
| # 10.29.45.200 ON <=> 94.190.181.113 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.113 -j DNAT --to-destination 10.29.45.200 | |
| iptables -A SNAT29 -s 10.29.45.200 -j SNAT --to-source 94.190.181.113 | |
| # 10.29.45.22 ON <=> 94.190.187.162 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.162 -j DNAT --to-destination 10.29.45.22 | |
| iptables -A SNAT29 -s 10.29.45.22 -j SNAT --to-source 94.190.187.162 | |
| # 10.29.45.220 ON <=> 94.190.181.14 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.14 -j DNAT --to-destination 10.29.45.220 | |
| iptables -A SNAT29 -s 10.29.45.220 -j SNAT --to-source 94.190.181.14 | |
| # 10.29.46.150 ON <=> 94.190.180.45 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.45 -j DNAT --to-destination 10.29.46.150 | |
| iptables -A SNAT29 -s 10.29.46.150 -j SNAT --to-source 94.190.180.45 | |
| # 10.29.49.100 ON <=> 94.190.179.26 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.26 -j DNAT --to-destination 10.29.49.100 | |
| iptables -A SNAT29 -s 10.29.49.100 -j SNAT --to-source 94.190.179.26 | |
| # 10.29.49.103 ON <=> 94.190.181.137 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.137 -j DNAT --to-destination 10.29.49.103 | |
| iptables -A SNAT29 -s 10.29.49.103 -j SNAT --to-source 94.190.181.137 | |
| # 10.29.53.100 ON <=> 94.190.181.174 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.174 -j DNAT --to-destination 10.29.53.100 | |
| iptables -A SNAT29 -s 10.29.53.100 -j SNAT --to-source 94.190.181.174 | |
| # 10.29.7.150 ON <=> 94.190.187.222 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.222 -j DNAT --to-destination 10.29.7.150 | |
| iptables -A SNAT29 -s 10.29.7.150 -j SNAT --to-source 94.190.187.222 | |
| # 10.3.1.150 ON <=> 94.190.181.158 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.158 -j DNAT --to-destination 10.3.1.150 | |
| iptables -A SNAT03 -s 10.3.1.150 -j SNAT --to-source 94.190.181.158 | |
| # 10.3.10.10 ON <=> 94.190.190.123 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.123 -j DNAT --to-destination 10.3.10.10 | |
| iptables -A SNAT03 -s 10.3.10.10 -j SNAT --to-source 94.190.190.123 | |
| # 10.3.10.151 ON <=> 94.190.180.194 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.194 -j DNAT --to-destination 10.3.10.151 | |
| iptables -A SNAT03 -s 10.3.10.151 -j SNAT --to-source 94.190.180.194 | |
| # 10.3.100.103 ON <=> 94.190.179.50 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.50 -j DNAT --to-destination 10.3.100.103 | |
| iptables -A SNAT03 -s 10.3.100.103 -j SNAT --to-source 94.190.179.50 | |
| # 10.3.100.106 ON <=> 94.190.187.175 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.175 -j DNAT --to-destination 10.3.100.106 | |
| iptables -A SNAT03 -s 10.3.100.106 -j SNAT --to-source 94.190.187.175 | |
| # 10.3.11.101 ON <=> 94.190.190.32 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.32 -j DNAT --to-destination 10.3.11.101 | |
| iptables -A SNAT03 -s 10.3.11.101 -j SNAT --to-source 94.190.190.32 | |
| # 10.3.11.97 ON <=> 94.190.190.151 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.151 -j DNAT --to-destination 10.3.11.97 | |
| iptables -A SNAT03 -s 10.3.11.97 -j SNAT --to-source 94.190.190.151 | |
| # 10.3.14.101 ON <=> 94.190.190.41 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.41 -j DNAT --to-destination 10.3.14.101 | |
| iptables -A SNAT03 -s 10.3.14.101 -j SNAT --to-source 94.190.190.41 | |
| # 10.3.14.15 ON <=> 94.190.181.114 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.114 -j DNAT --to-destination 10.3.14.15 | |
| iptables -A SNAT03 -s 10.3.14.15 -j SNAT --to-source 94.190.181.114 | |
| # 10.3.150.96 ON <=> 94.190.190.172 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.172 -j DNAT --to-destination 10.3.150.96 | |
| iptables -A SNAT03 -s 10.3.150.96 -j SNAT --to-source 94.190.190.172 | |
| # 10.3.16.251 ON <=> 94.190.179.182 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.182 -j DNAT --to-destination 10.3.16.251 | |
| iptables -A SNAT03 -s 10.3.16.251 -j SNAT --to-source 94.190.179.182 | |
| # 10.3.165.100 ON <=> 94.190.179.240 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.240 -j DNAT --to-destination 10.3.165.100 | |
| iptables -A SNAT03 -s 10.3.165.100 -j SNAT --to-source 94.190.179.240 | |
| # 10.3.18.106 ON <=> 94.190.190.121 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.121 -j DNAT --to-destination 10.3.18.106 | |
| iptables -A SNAT03 -s 10.3.18.106 -j SNAT --to-source 94.190.190.121 | |
| # 10.3.181.180 ON <=> 94.190.180.21 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.21 -j DNAT --to-destination 10.3.181.180 | |
| iptables -A SNAT03 -s 10.3.181.180 -j SNAT --to-source 94.190.180.21 | |
| # 10.3.20.77 ON <=> 94.190.190.58 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.58 -j DNAT --to-destination 10.3.20.77 | |
| iptables -A SNAT03 -s 10.3.20.77 -j SNAT --to-source 94.190.190.58 | |
| # 10.3.250.150 ON <=> 94.190.180.91 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.91 -j DNAT --to-destination 10.3.250.150 | |
| iptables -A SNAT03 -s 10.3.250.150 -j SNAT --to-source 94.190.180.91 | |
| # 10.3.250.154 ON <=> 94.190.181.65 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.65 -j DNAT --to-destination 10.3.250.154 | |
| iptables -A SNAT03 -s 10.3.250.154 -j SNAT --to-source 94.190.181.65 | |
| # 10.3.250.201 ON <=> 94.190.181.163 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.163 -j DNAT --to-destination 10.3.250.201 | |
| iptables -A SNAT03 -s 10.3.250.201 -j SNAT --to-source 94.190.181.163 | |
| # 10.3.250.240 ON <=> 94.190.180.245 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.245 -j DNAT --to-destination 10.3.250.240 | |
| iptables -A SNAT03 -s 10.3.250.240 -j SNAT --to-source 94.190.180.245 | |
| # 10.3.250.253 ON <=> 94.190.180.47 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.47 -j DNAT --to-destination 10.3.250.253 | |
| iptables -A SNAT03 -s 10.3.250.253 -j SNAT --to-source 94.190.180.47 | |
| # 10.3.250.254 ON <=> 94.190.180.81 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.81 -j DNAT --to-destination 10.3.250.254 | |
| iptables -A SNAT03 -s 10.3.250.254 -j SNAT --to-source 94.190.180.81 | |
| # 10.3.3.210 ON <=> 94.190.181.41 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.41 -j DNAT --to-destination 10.3.3.210 | |
| iptables -A SNAT03 -s 10.3.3.210 -j SNAT --to-source 94.190.181.41 | |
| # 10.3.3.44 ON <=> 94.190.181.50 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.50 -j DNAT --to-destination 10.3.3.44 | |
| iptables -A SNAT03 -s 10.3.3.44 -j SNAT --to-source 94.190.181.50 | |
| # 10.3.8.80 ON <=> 94.190.179.48 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.48 -j DNAT --to-destination 10.3.8.80 | |
| iptables -A SNAT03 -s 10.3.8.80 -j SNAT --to-source 94.190.179.48 | |
| # 10.3.9.254 ON <=> 94.190.190.82 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.82 -j DNAT --to-destination 10.3.9.254 | |
| iptables -A SNAT03 -s 10.3.9.254 -j SNAT --to-source 94.190.190.82 | |
| # 10.30.0.11 ON <=> 94.190.187.6 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.6 -j DNAT --to-destination 10.30.0.11 | |
| iptables -A SNAT30 -s 10.30.0.11 -j SNAT --to-source 94.190.187.6 | |
| # 10.30.100.100 ON <=> 94.190.180.99 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.99 -j DNAT --to-destination 10.30.100.100 | |
| iptables -A SNAT30 -s 10.30.100.100 -j SNAT --to-source 94.190.180.99 | |
| # 10.30.17.3 ON <=> 94.190.187.176 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.176 -j DNAT --to-destination 10.30.17.3 | |
| iptables -A SNAT30 -s 10.30.17.3 -j SNAT --to-source 94.190.187.176 | |
| # 10.30.23.100 ON <=> 94.190.181.78 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.78 -j DNAT --to-destination 10.30.23.100 | |
| iptables -A SNAT30 -s 10.30.23.100 -j SNAT --to-source 94.190.181.78 | |
| # 10.30.235.100 ON <=> 94.190.181.243 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.243 -j DNAT --to-destination 10.30.235.100 | |
| iptables -A SNAT30 -s 10.30.235.100 -j SNAT --to-source 94.190.181.243 | |
| # 10.30.32.100 ON <=> 94.190.180.73 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.73 -j DNAT --to-destination 10.30.32.100 | |
| iptables -A SNAT30 -s 10.30.32.100 -j SNAT --to-source 94.190.180.73 | |
| # 10.30.32.102 ON <=> 94.190.181.112 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.112 -j DNAT --to-destination 10.30.32.102 | |
| iptables -A SNAT30 -s 10.30.32.102 -j SNAT --to-source 94.190.181.112 | |
| # 10.30.32.112 ON <=> 94.190.181.241 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.241 -j DNAT --to-destination 10.30.32.112 | |
| iptables -A SNAT30 -s 10.30.32.112 -j SNAT --to-source 94.190.181.241 | |
| # 10.30.32.15 ON <=> 94.190.180.242 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.242 -j DNAT --to-destination 10.30.32.15 | |
| iptables -A SNAT30 -s 10.30.32.15 -j SNAT --to-source 94.190.180.242 | |
| # 10.30.32.17 ON <=> 94.190.179.22 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.22 -j DNAT --to-destination 10.30.32.17 | |
| iptables -A SNAT30 -s 10.30.32.17 -j SNAT --to-source 94.190.179.22 | |
| # 10.30.37.115 ON <=> 94.190.181.160 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.160 -j DNAT --to-destination 10.30.37.115 | |
| iptables -A SNAT30 -s 10.30.37.115 -j SNAT --to-source 94.190.181.160 | |
| # 10.30.37.25 ON <=> 94.190.180.193 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.193 -j DNAT --to-destination 10.30.37.25 | |
| iptables -A SNAT30 -s 10.30.37.25 -j SNAT --to-source 94.190.180.193 | |
| # 10.30.37.40 ON <=> 94.190.181.145 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.145 -j DNAT --to-destination 10.30.37.40 | |
| iptables -A SNAT30 -s 10.30.37.40 -j SNAT --to-source 94.190.181.145 | |
| # 10.30.50.28 ON <=> 94.190.181.251 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.251 -j DNAT --to-destination 10.30.50.28 | |
| iptables -A SNAT30 -s 10.30.50.28 -j SNAT --to-source 94.190.181.251 | |
| # 10.30.52.14 ON <=> 94.190.187.15 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.15 -j DNAT --to-destination 10.30.52.14 | |
| iptables -A SNAT30 -s 10.30.52.14 -j SNAT --to-source 94.190.187.15 | |
| # 10.30.59.15 ON <=> 94.190.179.206 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.206 -j DNAT --to-destination 10.30.59.15 | |
| iptables -A SNAT30 -s 10.30.59.15 -j SNAT --to-source 94.190.179.206 | |
| # 10.30.6.100 ON <=> 94.190.179.47 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.47 -j DNAT --to-destination 10.30.6.100 | |
| iptables -A SNAT30 -s 10.30.6.100 -j SNAT --to-source 94.190.179.47 | |
| # 10.30.6.160 ON <=> 94.190.190.98 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.98 -j DNAT --to-destination 10.30.6.160 | |
| iptables -A SNAT30 -s 10.30.6.160 -j SNAT --to-source 94.190.190.98 | |
| # 10.30.76.150 ON <=> 94.190.179.188 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.188 -j DNAT --to-destination 10.30.76.150 | |
| iptables -A SNAT30 -s 10.30.76.150 -j SNAT --to-source 94.190.179.188 | |
| # 10.30.78.100 ON <=> 94.190.180.165 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.165 -j DNAT --to-destination 10.30.78.100 | |
| iptables -A SNAT30 -s 10.30.78.100 -j SNAT --to-source 94.190.180.165 | |
| # 10.30.78.199 ON <=> 94.190.181.75 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.75 -j DNAT --to-destination 10.30.78.199 | |
| iptables -A SNAT30 -s 10.30.78.199 -j SNAT --to-source 94.190.181.75 | |
| # 10.30.78.20 ON <=> 94.190.179.153 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.153 -j DNAT --to-destination 10.30.78.20 | |
| iptables -A SNAT30 -s 10.30.78.20 -j SNAT --to-source 94.190.179.153 | |
| # 10.30.9.101 ON <=> 94.190.180.180 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.180 -j DNAT --to-destination 10.30.9.101 | |
| iptables -A SNAT30 -s 10.30.9.101 -j SNAT --to-source 94.190.180.180 | |
| # 10.30.9.102 ON <=> 94.190.180.181 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.181 -j DNAT --to-destination 10.30.9.102 | |
| iptables -A SNAT30 -s 10.30.9.102 -j SNAT --to-source 94.190.180.181 | |
| # 10.30.9.103 ON <=> 94.190.180.204 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.204 -j DNAT --to-destination 10.30.9.103 | |
| iptables -A SNAT30 -s 10.30.9.103 -j SNAT --to-source 94.190.180.204 | |
| # 10.30.9.120 ON <=> 94.190.180.96 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.96 -j DNAT --to-destination 10.30.9.120 | |
| iptables -A SNAT30 -s 10.30.9.120 -j SNAT --to-source 94.190.180.96 | |
| # 10.30.9.191 ON <=> 94.190.181.223 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.223 -j DNAT --to-destination 10.30.9.191 | |
| iptables -A SNAT30 -s 10.30.9.191 -j SNAT --to-source 94.190.181.223 | |
| # 10.32.1.10 ON <=> 94.190.187.57 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.57 -j DNAT --to-destination 10.32.1.10 | |
| iptables -A SNAT32 -s 10.32.1.10 -j SNAT --to-source 94.190.187.57 | |
| # 10.32.1.111 ON <=> 94.190.181.180 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.180 -j DNAT --to-destination 10.32.1.111 | |
| iptables -A SNAT32 -s 10.32.1.111 -j SNAT --to-source 94.190.181.180 | |
| # 10.32.1.113 ON <=> 94.190.180.29 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.29 -j DNAT --to-destination 10.32.1.113 | |
| iptables -A SNAT32 -s 10.32.1.113 -j SNAT --to-source 94.190.180.29 | |
| # 10.32.1.118 ON <=> 94.190.190.109 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.109 -j DNAT --to-destination 10.32.1.118 | |
| iptables -A SNAT32 -s 10.32.1.118 -j SNAT --to-source 94.190.190.109 | |
| # 10.32.1.130 ON <=> 94.190.181.127 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.127 -j DNAT --to-destination 10.32.1.130 | |
| iptables -A SNAT32 -s 10.32.1.130 -j SNAT --to-source 94.190.181.127 | |
| # 10.32.1.155 ON <=> 94.190.179.99 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.99 -j DNAT --to-destination 10.32.1.155 | |
| iptables -A SNAT32 -s 10.32.1.155 -j SNAT --to-source 94.190.179.99 | |
| # 10.32.1.160 ON <=> 94.190.190.224 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.224 -j DNAT --to-destination 10.32.1.160 | |
| iptables -A SNAT32 -s 10.32.1.160 -j SNAT --to-source 94.190.190.224 | |
| # 10.32.1.161 ON <=> 94.190.190.232 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.232 -j DNAT --to-destination 10.32.1.161 | |
| iptables -A SNAT32 -s 10.32.1.161 -j SNAT --to-source 94.190.190.232 | |
| # 10.32.1.236 ON <=> 94.190.181.67 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.67 -j DNAT --to-destination 10.32.1.236 | |
| iptables -A SNAT32 -s 10.32.1.236 -j SNAT --to-source 94.190.181.67 | |
| # 10.32.1.237 ON <=> 94.190.190.3 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.3 -j DNAT --to-destination 10.32.1.237 | |
| iptables -A SNAT32 -s 10.32.1.237 -j SNAT --to-source 94.190.190.3 | |
| # 10.32.1.243 ON <=> 94.190.190.54 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.54 -j DNAT --to-destination 10.32.1.243 | |
| iptables -A SNAT32 -s 10.32.1.243 -j SNAT --to-source 94.190.190.54 | |
| # 10.32.1.244 ON <=> 94.190.181.196 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.196 -j DNAT --to-destination 10.32.1.244 | |
| iptables -A SNAT32 -s 10.32.1.244 -j SNAT --to-source 94.190.181.196 | |
| # 10.32.1.247 ON <=> 94.190.180.192 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.192 -j DNAT --to-destination 10.32.1.247 | |
| iptables -A SNAT32 -s 10.32.1.247 -j SNAT --to-source 94.190.180.192 | |
| # 10.32.1.60 ON <=> 94.190.190.44 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.44 -j DNAT --to-destination 10.32.1.60 | |
| iptables -A SNAT32 -s 10.32.1.60 -j SNAT --to-source 94.190.190.44 | |
| # 10.32.1.61 ON <=> 94.190.190.37 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.37 -j DNAT --to-destination 10.32.1.61 | |
| iptables -A SNAT32 -s 10.32.1.61 -j SNAT --to-source 94.190.190.37 | |
| # 10.32.1.65 ON <=> 94.190.190.192 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.192 -j DNAT --to-destination 10.32.1.65 | |
| iptables -A SNAT32 -s 10.32.1.65 -j SNAT --to-source 94.190.190.192 | |
| # 10.32.100.100 ON <=> 94.190.187.36 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.36 -j DNAT --to-destination 10.32.100.100 | |
| iptables -A SNAT32 -s 10.32.100.100 -j SNAT --to-source 94.190.187.36 | |
| # 10.32.100.108 ON <=> 94.190.180.230 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.230 -j DNAT --to-destination 10.32.100.108 | |
| iptables -A SNAT32 -s 10.32.100.108 -j SNAT --to-source 94.190.180.230 | |
| # 10.32.100.119 ON <=> 94.190.187.155 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.155 -j DNAT --to-destination 10.32.100.119 | |
| iptables -A SNAT32 -s 10.32.100.119 -j SNAT --to-source 94.190.187.155 | |
| # 10.32.100.142 ON <=> 94.190.179.13 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.13 -j DNAT --to-destination 10.32.100.142 | |
| iptables -A SNAT32 -s 10.32.100.142 -j SNAT --to-source 94.190.179.13 | |
| # 10.32.100.214 ON <=> 94.190.181.193 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.193 -j DNAT --to-destination 10.32.100.214 | |
| iptables -A SNAT32 -s 10.32.100.214 -j SNAT --to-source 94.190.181.193 | |
| # 10.32.100.253 ON <=> 94.190.187.13 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.13 -j DNAT --to-destination 10.32.100.253 | |
| iptables -A SNAT32 -s 10.32.100.253 -j SNAT --to-source 94.190.187.13 | |
| # 10.32.100.41 ON <=> 94.190.180.13 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.13 -j DNAT --to-destination 10.32.100.41 | |
| iptables -A SNAT32 -s 10.32.100.41 -j SNAT --to-source 94.190.180.13 | |
| # 10.32.16.150 ON <=> 94.190.190.217 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.217 -j DNAT --to-destination 10.32.16.150 | |
| iptables -A SNAT32 -s 10.32.16.150 -j SNAT --to-source 94.190.190.217 | |
| # 10.32.17.101 ON <=> 94.190.179.249 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.249 -j DNAT --to-destination 10.32.17.101 | |
| iptables -A SNAT32 -s 10.32.17.101 -j SNAT --to-source 94.190.179.249 | |
| # 10.32.17.102 ON <=> 94.190.180.179 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.179 -j DNAT --to-destination 10.32.17.102 | |
| iptables -A SNAT32 -s 10.32.17.102 -j SNAT --to-source 94.190.180.179 | |
| # 10.32.19.1 ON <=> 94.190.179.173 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.173 -j DNAT --to-destination 10.32.19.1 | |
| iptables -A SNAT32 -s 10.32.19.1 -j SNAT --to-source 94.190.179.173 | |
| # 10.32.200.100 ON <=> 94.190.187.164 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.164 -j DNAT --to-destination 10.32.200.100 | |
| iptables -A SNAT32 -s 10.32.200.100 -j SNAT --to-source 94.190.187.164 | |
| # 10.32.200.143 ON <=> 94.190.187.195 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.195 -j DNAT --to-destination 10.32.200.143 | |
| iptables -A SNAT32 -s 10.32.200.143 -j SNAT --to-source 94.190.187.195 | |
| # 10.32.200.150 ON <=> 94.190.180.143 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.143 -j DNAT --to-destination 10.32.200.150 | |
| iptables -A SNAT32 -s 10.32.200.150 -j SNAT --to-source 94.190.180.143 | |
| # 10.32.200.250 ON <=> 94.190.180.119 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.119 -j DNAT --to-destination 10.32.200.250 | |
| iptables -A SNAT32 -s 10.32.200.250 -j SNAT --to-source 94.190.180.119 | |
| # 10.32.21.100 ON <=> 94.190.179.196 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.196 -j DNAT --to-destination 10.32.21.100 | |
| iptables -A SNAT32 -s 10.32.21.100 -j SNAT --to-source 94.190.179.196 | |
| # 10.32.210.210 ON <=> 94.190.187.221 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.221 -j DNAT --to-destination 10.32.210.210 | |
| iptables -A SNAT32 -s 10.32.210.210 -j SNAT --to-source 94.190.187.221 | |
| # 10.32.210.222 ON <=> 94.190.180.71 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.71 -j DNAT --to-destination 10.32.210.222 | |
| iptables -A SNAT32 -s 10.32.210.222 -j SNAT --to-source 94.190.180.71 | |
| # 10.32.23.200 ON <=> 94.190.180.202 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.202 -j DNAT --to-destination 10.32.23.200 | |
| iptables -A SNAT32 -s 10.32.23.200 -j SNAT --to-source 94.190.180.202 | |
| # 10.32.24.100 ON <=> 94.190.180.236 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.236 -j DNAT --to-destination 10.32.24.100 | |
| iptables -A SNAT32 -s 10.32.24.100 -j SNAT --to-source 94.190.180.236 | |
| # 10.32.250.120 ON <=> 94.190.180.40 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.40 -j DNAT --to-destination 10.32.250.120 | |
| iptables -A SNAT32 -s 10.32.250.120 -j SNAT --to-source 94.190.180.40 | |
| # 10.32.254.132 ON <=> 94.190.187.177 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.177 -j DNAT --to-destination 10.32.254.132 | |
| iptables -A SNAT32 -s 10.32.254.132 -j SNAT --to-source 94.190.187.177 | |
| # 10.32.254.252 ON <=> 94.190.187.33 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.33 -j DNAT --to-destination 10.32.254.252 | |
| iptables -A SNAT32 -s 10.32.254.252 -j SNAT --to-source 94.190.187.33 | |
| # 10.32.254.254 ON <=> 94.190.190.67 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.67 -j DNAT --to-destination 10.32.254.254 | |
| iptables -A SNAT32 -s 10.32.254.254 -j SNAT --to-source 94.190.190.67 | |
| # 10.32.27.246 ON <=> 94.190.181.4 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.4 -j DNAT --to-destination 10.32.27.246 | |
| iptables -A SNAT32 -s 10.32.27.246 -j SNAT --to-source 94.190.181.4 | |
| # 10.32.3.150 ON <=> 94.190.179.68 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.68 -j DNAT --to-destination 10.32.3.150 | |
| iptables -A SNAT32 -s 10.32.3.150 -j SNAT --to-source 94.190.179.68 | |
| # 10.32.30.200 ON <=> 94.190.179.141 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.141 -j DNAT --to-destination 10.32.30.200 | |
| iptables -A SNAT32 -s 10.32.30.200 -j SNAT --to-source 94.190.179.141 | |
| # 10.32.31.120 ON <=> 94.190.190.181 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.181 -j DNAT --to-destination 10.32.31.120 | |
| iptables -A SNAT32 -s 10.32.31.120 -j SNAT --to-source 94.190.190.181 | |
| # 10.32.39.253 ON <=> 94.190.179.208 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.208 -j DNAT --to-destination 10.32.39.253 | |
| iptables -A SNAT32 -s 10.32.39.253 -j SNAT --to-source 94.190.179.208 | |
| # 10.32.41.200 ON <=> 94.190.179.210 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.210 -j DNAT --to-destination 10.32.41.200 | |
| iptables -A SNAT32 -s 10.32.41.200 -j SNAT --to-source 94.190.179.210 | |
| # 10.32.46.249 ON <=> 94.190.190.95 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.95 -j DNAT --to-destination 10.32.46.249 | |
| iptables -A SNAT32 -s 10.32.46.249 -j SNAT --to-source 94.190.190.95 | |
| # 10.32.46.250 ON <=> 94.190.181.177 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.177 -j DNAT --to-destination 10.32.46.250 | |
| iptables -A SNAT32 -s 10.32.46.250 -j SNAT --to-source 94.190.181.177 | |
| # 10.32.46.252 ON <=> 94.190.181.240 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.240 -j DNAT --to-destination 10.32.46.252 | |
| iptables -A SNAT32 -s 10.32.46.252 -j SNAT --to-source 94.190.181.240 | |
| # 10.32.50.150 ON <=> 94.190.180.20 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.20 -j DNAT --to-destination 10.32.50.150 | |
| iptables -A SNAT32 -s 10.32.50.150 -j SNAT --to-source 94.190.180.20 | |
| # 10.32.50.60 ON <=> 94.190.179.209 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.209 -j DNAT --to-destination 10.32.50.60 | |
| iptables -A SNAT32 -s 10.32.50.60 -j SNAT --to-source 94.190.179.209 | |
| # 10.32.51.120 ON <=> 94.190.179.191 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.191 -j DNAT --to-destination 10.32.51.120 | |
| iptables -A SNAT32 -s 10.32.51.120 -j SNAT --to-source 94.190.179.191 | |
| # 10.32.51.151 ON <=> 94.190.181.214 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.214 -j DNAT --to-destination 10.32.51.151 | |
| iptables -A SNAT32 -s 10.32.51.151 -j SNAT --to-source 94.190.181.214 | |
| # 10.32.51.160 ON <=> 94.190.181.244 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.244 -j DNAT --to-destination 10.32.51.160 | |
| iptables -A SNAT32 -s 10.32.51.160 -j SNAT --to-source 94.190.181.244 | |
| # 10.32.53.100 ON <=> 94.190.190.239 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.239 -j DNAT --to-destination 10.32.53.100 | |
| iptables -A SNAT32 -s 10.32.53.100 -j SNAT --to-source 94.190.190.239 | |
| # 10.32.61.101 ON <=> 94.190.180.210 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.210 -j DNAT --to-destination 10.32.61.101 | |
| iptables -A SNAT32 -s 10.32.61.101 -j SNAT --to-source 94.190.180.210 | |
| # 10.32.61.116 ON <=> 94.190.179.250 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.250 -j DNAT --to-destination 10.32.61.116 | |
| iptables -A SNAT32 -s 10.32.61.116 -j SNAT --to-source 94.190.179.250 | |
| # 10.32.8.250 ON <=> 94.190.179.189 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.189 -j DNAT --to-destination 10.32.8.250 | |
| iptables -A SNAT32 -s 10.32.8.250 -j SNAT --to-source 94.190.179.189 | |
| # 10.32.95.254 ON <=> 94.190.181.148 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.148 -j DNAT --to-destination 10.32.95.254 | |
| iptables -A SNAT32 -s 10.32.95.254 -j SNAT --to-source 94.190.181.148 | |
| # 10.33.141.141 ON <=> 94.190.190.42 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.42 -j DNAT --to-destination 10.33.141.141 | |
| iptables -A SNAT33 -s 10.33.141.141 -j SNAT --to-source 94.190.190.42 | |
| # 10.33.20.252 ON <=> 94.190.187.94 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.94 -j DNAT --to-destination 10.33.20.252 | |
| iptables -A SNAT33 -s 10.33.20.252 -j SNAT --to-source 94.190.187.94 | |
| # 10.33.27.110 ON <=> 94.190.190.110 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.110 -j DNAT --to-destination 10.33.27.110 | |
| iptables -A SNAT33 -s 10.33.27.110 -j SNAT --to-source 94.190.190.110 | |
| # 10.33.29.100 ON <=> 94.190.179.12 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.12 -j DNAT --to-destination 10.33.29.100 | |
| iptables -A SNAT33 -s 10.33.29.100 -j SNAT --to-source 94.190.179.12 | |
| # 10.34.1.101 ON <=> 94.190.181.81 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.81 -j DNAT --to-destination 10.34.1.101 | |
| iptables -A SNAT34 -s 10.34.1.101 -j SNAT --to-source 94.190.181.81 | |
| # 10.34.1.149 ON <=> 94.190.181.24 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.24 -j DNAT --to-destination 10.34.1.149 | |
| iptables -A SNAT34 -s 10.34.1.149 -j SNAT --to-source 94.190.181.24 | |
| # 10.34.1.152 ON <=> 94.190.190.118 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.118 -j DNAT --to-destination 10.34.1.152 | |
| iptables -A SNAT34 -s 10.34.1.152 -j SNAT --to-source 94.190.190.118 | |
| # 10.34.1.153 ON <=> 94.190.180.130 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.130 -j DNAT --to-destination 10.34.1.153 | |
| iptables -A SNAT34 -s 10.34.1.153 -j SNAT --to-source 94.190.180.130 | |
| # 10.34.1.155 ON <=> 94.190.179.37 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.37 -j DNAT --to-destination 10.34.1.155 | |
| iptables -A SNAT34 -s 10.34.1.155 -j SNAT --to-source 94.190.179.37 | |
| # 10.34.1.157 ON <=> 94.190.180.166 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.166 -j DNAT --to-destination 10.34.1.157 | |
| iptables -A SNAT34 -s 10.34.1.157 -j SNAT --to-source 94.190.180.166 | |
| # 10.34.1.158 ON <=> 94.190.180.182 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.182 -j DNAT --to-destination 10.34.1.158 | |
| iptables -A SNAT34 -s 10.34.1.158 -j SNAT --to-source 94.190.180.182 | |
| # 10.34.1.188 ON <=> 94.190.181.215 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.215 -j DNAT --to-destination 10.34.1.188 | |
| iptables -A SNAT34 -s 10.34.1.188 -j SNAT --to-source 94.190.181.215 | |
| # 10.34.1.199 ON <=> 94.190.179.155 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.155 -j DNAT --to-destination 10.34.1.199 | |
| iptables -A SNAT34 -s 10.34.1.199 -j SNAT --to-source 94.190.179.155 | |
| # 10.34.240.244 ON <=> 94.190.180.173 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.173 -j DNAT --to-destination 10.34.240.244 | |
| iptables -A SNAT34 -s 10.34.240.244 -j SNAT --to-source 94.190.180.173 | |
| # 10.34.4.100 ON <=> 94.190.180.87 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.87 -j DNAT --to-destination 10.34.4.100 | |
| iptables -A SNAT34 -s 10.34.4.100 -j SNAT --to-source 94.190.180.87 | |
| # 10.36.15.33 ON <=> 94.190.179.70 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.70 -j DNAT --to-destination 10.36.15.33 | |
| iptables -A SNAT36 -s 10.36.15.33 -j SNAT --to-source 94.190.179.70 | |
| # 10.36.150.250 ON <=> 94.190.190.252 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.252 -j DNAT --to-destination 10.36.150.250 | |
| iptables -A SNAT36 -s 10.36.150.250 -j SNAT --to-source 94.190.190.252 | |
| # 10.36.16.100 ON <=> 94.190.179.97 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.97 -j DNAT --to-destination 10.36.16.100 | |
| iptables -A SNAT36 -s 10.36.16.100 -j SNAT --to-source 94.190.179.97 | |
| # 10.36.19.200 ON <=> 94.190.180.251 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.251 -j DNAT --to-destination 10.36.19.200 | |
| iptables -A SNAT36 -s 10.36.19.200 -j SNAT --to-source 94.190.180.251 | |
| # 10.36.25.200 ON <=> 94.190.180.231 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.231 -j DNAT --to-destination 10.36.25.200 | |
| iptables -A SNAT36 -s 10.36.25.200 -j SNAT --to-source 94.190.180.231 | |
| # 10.36.250.250 ON <=> 94.190.189.0/30 added by script 2019-05-15 | |
| iptables -A DNAT189 -d 94.190.189.0/30 -j DNAT --to-destination 10.36.250.250 | |
| iptables -A SNAT36 -s 10.36.250.250 -j SNAT --to-source 94.190.189.0/30 | |
| # 10.36.32.150 ON <=> 94.190.181.209 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.209 -j DNAT --to-destination 10.36.32.150 | |
| iptables -A SNAT36 -s 10.36.32.150 -j SNAT --to-source 94.190.181.209 | |
| # 10.36.4.250 ON <=> 94.190.179.137 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.137 -j DNAT --to-destination 10.36.4.250 | |
| iptables -A SNAT36 -s 10.36.4.250 -j SNAT --to-source 94.190.179.137 | |
| # 10.36.8.200 ON <=> 94.190.187.213 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.213 -j DNAT --to-destination 10.36.8.200 | |
| iptables -A SNAT36 -s 10.36.8.200 -j SNAT --to-source 94.190.187.213 | |
| # 10.37.100.250 ON <=> 94.190.190.145 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.145 -j DNAT --to-destination 10.37.100.250 | |
| iptables -A SNAT37 -s 10.37.100.250 -j SNAT --to-source 94.190.190.145 | |
| # 10.37.115.101 ON <=> 94.190.190.167 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.167 -j DNAT --to-destination 10.37.115.101 | |
| iptables -A SNAT37 -s 10.37.115.101 -j SNAT --to-source 94.190.190.167 | |
| # 10.37.20.101 ON <=> 94.190.187.133 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.133 -j DNAT --to-destination 10.37.20.101 | |
| iptables -A SNAT37 -s 10.37.20.101 -j SNAT --to-source 94.190.187.133 | |
| # 10.37.3.111 ON <=> 94.190.181.248 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.248 -j DNAT --to-destination 10.37.3.111 | |
| iptables -A SNAT37 -s 10.37.3.111 -j SNAT --to-source 94.190.181.248 | |
| # 10.37.30.200 ON <=> 94.190.181.102 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.102 -j DNAT --to-destination 10.37.30.200 | |
| iptables -A SNAT37 -s 10.37.30.200 -j SNAT --to-source 94.190.181.102 | |
| # 10.37.35.249 ON <=> 94.190.180.208 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.208 -j DNAT --to-destination 10.37.35.249 | |
| iptables -A SNAT37 -s 10.37.35.249 -j SNAT --to-source 94.190.180.208 | |
| # 10.37.42.102 ON <=> 94.190.190.253 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.253 -j DNAT --to-destination 10.37.42.102 | |
| iptables -A SNAT37 -s 10.37.42.102 -j SNAT --to-source 94.190.190.253 | |
| # 10.37.45.254 ON <=> 94.190.190.100 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.100 -j DNAT --to-destination 10.37.45.254 | |
| iptables -A SNAT37 -s 10.37.45.254 -j SNAT --to-source 94.190.190.100 | |
| # 10.37.50.3 ON <=> 94.190.180.142 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.142 -j DNAT --to-destination 10.37.50.3 | |
| iptables -A SNAT37 -s 10.37.50.3 -j SNAT --to-source 94.190.180.142 | |
| # 10.37.58.254 ON <=> 94.190.180.238 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.238 -j DNAT --to-destination 10.37.58.254 | |
| iptables -A SNAT37 -s 10.37.58.254 -j SNAT --to-source 94.190.180.238 | |
| # 10.37.68.150 ON <=> 94.190.179.45 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.45 -j DNAT --to-destination 10.37.68.150 | |
| iptables -A SNAT37 -s 10.37.68.150 -j SNAT --to-source 94.190.179.45 | |
| # 10.37.87.100 OFF <=> 94.190.190.186 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.186 -j DNAT --to-destination 10.37.87.100 | |
| iptables -A SNAT37 -s 10.37.87.100 -j SNAT --to-source 94.190.190.186 | |
| # 10.37.89.251 ON <=> 94.190.179.4 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.4 -j DNAT --to-destination 10.37.89.251 | |
| iptables -A SNAT37 -s 10.37.89.251 -j SNAT --to-source 94.190.179.4 | |
| # 10.37.91.254 ON <=> 94.190.190.71 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.71 -j DNAT --to-destination 10.37.91.254 | |
| iptables -A SNAT37 -s 10.37.91.254 -j SNAT --to-source 94.190.190.71 | |
| # 10.38.100.105 ON <=> 94.190.179.27 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.27 -j DNAT --to-destination 10.38.100.105 | |
| iptables -A SNAT38 -s 10.38.100.105 -j SNAT --to-source 94.190.179.27 | |
| # 10.38.100.150 ON <=> 94.190.180.107 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.107 -j DNAT --to-destination 10.38.100.150 | |
| iptables -A SNAT38 -s 10.38.100.150 -j SNAT --to-source 94.190.180.107 | |
| # 10.38.100.168 ON <=> 94.190.180.66 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.66 -j DNAT --to-destination 10.38.100.168 | |
| iptables -A SNAT38 -s 10.38.100.168 -j SNAT --to-source 94.190.180.66 | |
| # 10.38.100.190 ON <=> 94.190.190.185 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.185 -j DNAT --to-destination 10.38.100.190 | |
| iptables -A SNAT38 -s 10.38.100.190 -j SNAT --to-source 94.190.190.185 | |
| # 10.38.12.100 ON <=> 94.190.179.49 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.49 -j DNAT --to-destination 10.38.12.100 | |
| iptables -A SNAT38 -s 10.38.12.100 -j SNAT --to-source 94.190.179.49 | |
| # 10.38.5.15 ON <=> 94.190.190.120 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.120 -j DNAT --to-destination 10.38.5.15 | |
| iptables -A SNAT38 -s 10.38.5.15 -j SNAT --to-source 94.190.190.120 | |
| # 10.38.68.200 ON <=> 94.190.187.185 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.185 -j DNAT --to-destination 10.38.68.200 | |
| iptables -A SNAT38 -s 10.38.68.200 -j SNAT --to-source 94.190.187.185 | |
| # 10.38.84.11 ON <=> 94.190.190.210 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.210 -j DNAT --to-destination 10.38.84.11 | |
| iptables -A SNAT38 -s 10.38.84.11 -j SNAT --to-source 94.190.190.210 | |
| # 10.4.10.39 ON <=> 94.190.179.118 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.118 -j DNAT --to-destination 10.4.10.39 | |
| iptables -A SNAT04 -s 10.4.10.39 -j SNAT --to-source 94.190.179.118 | |
| # 10.4.100.240 ON <=> 94.190.190.176 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.176 -j DNAT --to-destination 10.4.100.240 | |
| iptables -A SNAT04 -s 10.4.100.240 -j SNAT --to-source 94.190.190.176 | |
| # 10.4.112.100 ON <=> 94.190.190.195 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.195 -j DNAT --to-destination 10.4.112.100 | |
| iptables -A SNAT04 -s 10.4.112.100 -j SNAT --to-source 94.190.190.195 | |
| # 10.4.12.200 ON <=> 94.190.181.175 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.175 -j DNAT --to-destination 10.4.12.200 | |
| iptables -A SNAT04 -s 10.4.12.200 -j SNAT --to-source 94.190.181.175 | |
| # 10.4.17.203 ON <=> 94.190.179.252 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.252 -j DNAT --to-destination 10.4.17.203 | |
| iptables -A SNAT04 -s 10.4.17.203 -j SNAT --to-source 94.190.179.252 | |
| # 10.4.18.201 ON <=> 94.190.181.125 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.125 -j DNAT --to-destination 10.4.18.201 | |
| iptables -A SNAT04 -s 10.4.18.201 -j SNAT --to-source 94.190.181.125 | |
| # 10.4.23.250 ON <=> 94.190.187.166 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.166 -j DNAT --to-destination 10.4.23.250 | |
| iptables -A SNAT04 -s 10.4.23.250 -j SNAT --to-source 94.190.187.166 | |
| # 10.4.24.100 ON <=> 94.190.190.38 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.38 -j DNAT --to-destination 10.4.24.100 | |
| iptables -A SNAT04 -s 10.4.24.100 -j SNAT --to-source 94.190.190.38 | |
| # 10.4.240.14 ON <=> 94.190.179.151 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.151 -j DNAT --to-destination 10.4.240.14 | |
| iptables -A SNAT04 -s 10.4.240.14 -j SNAT --to-source 94.190.179.151 | |
| # 10.4.240.155 ON <=> 94.190.181.181 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.181 -j DNAT --to-destination 10.4.240.155 | |
| iptables -A SNAT04 -s 10.4.240.155 -j SNAT --to-source 94.190.181.181 | |
| # 10.4.26.15 ON <=> 94.190.179.9 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.9 -j DNAT --to-destination 10.4.26.15 | |
| iptables -A SNAT04 -s 10.4.26.15 -j SNAT --to-source 94.190.179.9 | |
| # 10.4.3.100 ON <=> 94.190.187.95 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.95 -j DNAT --to-destination 10.4.3.100 | |
| iptables -A SNAT04 -s 10.4.3.100 -j SNAT --to-source 94.190.187.95 | |
| # 10.4.44.200 ON <=> 94.190.180.116 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.116 -j DNAT --to-destination 10.4.44.200 | |
| iptables -A SNAT04 -s 10.4.44.200 -j SNAT --to-source 94.190.180.116 | |
| # 10.4.45.100 ON <=> 94.190.181.12 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.12 -j DNAT --to-destination 10.4.45.100 | |
| iptables -A SNAT04 -s 10.4.45.100 -j SNAT --to-source 94.190.181.12 | |
| # 10.4.50.199 ON <=> 94.190.181.43 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.43 -j DNAT --to-destination 10.4.50.199 | |
| iptables -A SNAT04 -s 10.4.50.199 -j SNAT --to-source 94.190.181.43 | |
| # 10.4.52.100 ON <=> 94.190.179.243 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.243 -j DNAT --to-destination 10.4.52.100 | |
| iptables -A SNAT04 -s 10.4.52.100 -j SNAT --to-source 94.190.179.243 | |
| # 10.4.52.101 ON <=> 94.190.180.205 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.205 -j DNAT --to-destination 10.4.52.101 | |
| iptables -A SNAT04 -s 10.4.52.101 -j SNAT --to-source 94.190.180.205 | |
| # 10.4.53.107 ON <=> 94.190.181.101 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.101 -j DNAT --to-destination 10.4.53.107 | |
| iptables -A SNAT04 -s 10.4.53.107 -j SNAT --to-source 94.190.181.101 | |
| # 10.4.53.202 ON <=> 94.190.179.129 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.129 -j DNAT --to-destination 10.4.53.202 | |
| iptables -A SNAT04 -s 10.4.53.202 -j SNAT --to-source 94.190.179.129 | |
| # 10.40.0.40 ON <=> 94.190.187.209 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.209 -j DNAT --to-destination 10.40.0.40 | |
| iptables -A SNAT40 -s 10.40.0.40 -j SNAT --to-source 94.190.187.209 | |
| # 10.40.12.150 ON <=> 94.190.187.14 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.14 -j DNAT --to-destination 10.40.12.150 | |
| iptables -A SNAT40 -s 10.40.12.150 -j SNAT --to-source 94.190.187.14 | |
| # 10.40.250.100 ON <=> 94.190.190.94 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.94 -j DNAT --to-destination 10.40.250.100 | |
| iptables -A SNAT40 -s 10.40.250.100 -j SNAT --to-source 94.190.190.94 | |
| # 10.40.250.121 ON <=> 94.190.179.204 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.204 -j DNAT --to-destination 10.40.250.121 | |
| iptables -A SNAT40 -s 10.40.250.121 -j SNAT --to-source 94.190.179.204 | |
| # 10.40.250.249 ON <=> 94.190.187.216 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.216 -j DNAT --to-destination 10.40.250.249 | |
| iptables -A SNAT40 -s 10.40.250.249 -j SNAT --to-source 94.190.187.216 | |
| # 10.40.30.18 ON <=> 94.190.179.67 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.67 -j DNAT --to-destination 10.40.30.18 | |
| iptables -A SNAT40 -s 10.40.30.18 -j SNAT --to-source 94.190.179.67 | |
| # 10.40.48.252 ON <=> 94.190.180.112 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.112 -j DNAT --to-destination 10.40.48.252 | |
| iptables -A SNAT40 -s 10.40.48.252 -j SNAT --to-source 94.190.180.112 | |
| # 10.41.1.101 ON <=> 94.190.180.247 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.247 -j DNAT --to-destination 10.41.1.101 | |
| iptables -A SNAT41 -s 10.41.1.101 -j SNAT --to-source 94.190.180.247 | |
| # 10.41.1.222 ON <=> 94.190.181.233 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.233 -j DNAT --to-destination 10.41.1.222 | |
| iptables -A SNAT41 -s 10.41.1.222 -j SNAT --to-source 94.190.181.233 | |
| # 10.41.1.230 ON <=> 94.190.180.94 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.94 -j DNAT --to-destination 10.41.1.230 | |
| iptables -A SNAT41 -s 10.41.1.230 -j SNAT --to-source 94.190.180.94 | |
| # 10.41.100.101 ON <=> 94.190.179.225 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.225 -j DNAT --to-destination 10.41.100.101 | |
| iptables -A SNAT41 -s 10.41.100.101 -j SNAT --to-source 94.190.179.225 | |
| # 10.41.107.134 ON <=> 94.190.190.207 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.207 -j DNAT --to-destination 10.41.107.134 | |
| iptables -A SNAT41 -s 10.41.107.134 -j SNAT --to-source 94.190.190.207 | |
| # 10.41.11.108 ON <=> 94.190.180.149 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.149 -j DNAT --to-destination 10.41.11.108 | |
| iptables -A SNAT41 -s 10.41.11.108 -j SNAT --to-source 94.190.180.149 | |
| # 10.41.113.110 ON <=> 94.190.190.80 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.80 -j DNAT --to-destination 10.41.113.110 | |
| iptables -A SNAT41 -s 10.41.113.110 -j SNAT --to-source 94.190.190.80 | |
| # 10.41.12.1 ON <=> 94.190.180.137 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.137 -j DNAT --to-destination 10.41.12.1 | |
| iptables -A SNAT41 -s 10.41.12.1 -j SNAT --to-source 94.190.180.137 | |
| # 10.41.12.33 ON <=> 94.190.187.112 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.112 -j DNAT --to-destination 10.41.12.33 | |
| iptables -A SNAT41 -s 10.41.12.33 -j SNAT --to-source 94.190.187.112 | |
| # 10.41.14.120 ON <=> 94.190.190.157 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.157 -j DNAT --to-destination 10.41.14.120 | |
| iptables -A SNAT41 -s 10.41.14.120 -j SNAT --to-source 94.190.190.157 | |
| # 10.41.150.250 ON <=> 94.190.190.247 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.247 -j DNAT --to-destination 10.41.150.250 | |
| iptables -A SNAT41 -s 10.41.150.250 -j SNAT --to-source 94.190.190.247 | |
| # 10.41.150.92 ON <=> 94.190.180.178 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.178 -j DNAT --to-destination 10.41.150.92 | |
| iptables -A SNAT41 -s 10.41.150.92 -j SNAT --to-source 94.190.180.178 | |
| # 10.41.17.109 ON <=> 94.190.179.93 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.93 -j DNAT --to-destination 10.41.17.109 | |
| iptables -A SNAT41 -s 10.41.17.109 -j SNAT --to-source 94.190.179.93 | |
| # 10.41.18.100 ON <=> 94.190.181.147 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.147 -j DNAT --to-destination 10.41.18.100 | |
| iptables -A SNAT41 -s 10.41.18.100 -j SNAT --to-source 94.190.181.147 | |
| # 10.41.188.200 ON <=> 94.190.190.141 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.141 -j DNAT --to-destination 10.41.188.200 | |
| iptables -A SNAT41 -s 10.41.188.200 -j SNAT --to-source 94.190.190.141 | |
| # 10.41.188.201 ON <=> 94.190.180.3 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.3 -j DNAT --to-destination 10.41.188.201 | |
| iptables -A SNAT41 -s 10.41.188.201 -j SNAT --to-source 94.190.180.3 | |
| # 10.41.2.238 ON <=> 94.190.181.108 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.108 -j DNAT --to-destination 10.41.2.238 | |
| iptables -A SNAT41 -s 10.41.2.238 -j SNAT --to-source 94.190.181.108 | |
| # 10.41.200.166 ON <=> 94.190.180.56 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.56 -j DNAT --to-destination 10.41.200.166 | |
| iptables -A SNAT41 -s 10.41.200.166 -j SNAT --to-source 94.190.180.56 | |
| # 10.41.200.222 ON <=> 94.190.187.86 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.86 -j DNAT --to-destination 10.41.200.222 | |
| iptables -A SNAT41 -s 10.41.200.222 -j SNAT --to-source 94.190.187.86 | |
| # 10.41.200.245 ON <=> 94.190.187.127 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.127 -j DNAT --to-destination 10.41.200.245 | |
| iptables -A SNAT41 -s 10.41.200.245 -j SNAT --to-source 94.190.187.127 | |
| # 10.41.23.100 ON <=> 94.190.179.10 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.10 -j DNAT --to-destination 10.41.23.100 | |
| iptables -A SNAT41 -s 10.41.23.100 -j SNAT --to-source 94.190.179.10 | |
| # 10.41.23.150 ON <=> 94.190.181.130 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.130 -j DNAT --to-destination 10.41.23.150 | |
| iptables -A SNAT41 -s 10.41.23.150 -j SNAT --to-source 94.190.181.130 | |
| # 10.41.237.100 ON <=> 94.190.179.121 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.121 -j DNAT --to-destination 10.41.237.100 | |
| iptables -A SNAT41 -s 10.41.237.100 -j SNAT --to-source 94.190.179.121 | |
| # 10.41.237.208 ON <=> 94.190.181.34 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.34 -j DNAT --to-destination 10.41.237.208 | |
| iptables -A SNAT41 -s 10.41.237.208 -j SNAT --to-source 94.190.181.34 | |
| # 10.41.237.215 ON <=> 94.190.181.235 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.235 -j DNAT --to-destination 10.41.237.215 | |
| iptables -A SNAT41 -s 10.41.237.215 -j SNAT --to-source 94.190.181.235 | |
| # 10.41.237.230 ON <=> 94.190.187.89 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.89 -j DNAT --to-destination 10.41.237.230 | |
| iptables -A SNAT41 -s 10.41.237.230 -j SNAT --to-source 94.190.187.89 | |
| # 10.41.239.100 ON <=> 94.190.179.105 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.105 -j DNAT --to-destination 10.41.239.100 | |
| iptables -A SNAT41 -s 10.41.239.100 -j SNAT --to-source 94.190.179.105 | |
| # 10.41.240.170 ON <=> 94.190.179.216 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.216 -j DNAT --to-destination 10.41.240.170 | |
| iptables -A SNAT41 -s 10.41.240.170 -j SNAT --to-source 94.190.179.216 | |
| # 10.41.240.199 ON <=> 94.190.187.225 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.225 -j DNAT --to-destination 10.41.240.199 | |
| iptables -A SNAT41 -s 10.41.240.199 -j SNAT --to-source 94.190.187.225 | |
| # 10.41.240.239 ON <=> 94.190.181.99 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.99 -j DNAT --to-destination 10.41.240.239 | |
| iptables -A SNAT41 -s 10.41.240.239 -j SNAT --to-source 94.190.181.99 | |
| # 10.41.241.100 ON <=> 94.190.187.193 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.193 -j DNAT --to-destination 10.41.241.100 | |
| iptables -A SNAT41 -s 10.41.241.100 -j SNAT --to-source 94.190.187.193 | |
| # 10.41.241.20 ON <=> 94.190.179.157 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.157 -j DNAT --to-destination 10.41.241.20 | |
| iptables -A SNAT41 -s 10.41.241.20 -j SNAT --to-source 94.190.179.157 | |
| # 10.41.241.209 ON <=> 94.190.179.241 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.241 -j DNAT --to-destination 10.41.241.209 | |
| iptables -A SNAT41 -s 10.41.241.209 -j SNAT --to-source 94.190.179.241 | |
| # 10.41.242.130 ON <=> 94.190.179.59 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.59 -j DNAT --to-destination 10.41.242.130 | |
| iptables -A SNAT41 -s 10.41.242.130 -j SNAT --to-source 94.190.179.59 | |
| # 10.41.242.133 ON <=> 94.190.181.119 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.119 -j DNAT --to-destination 10.41.242.133 | |
| iptables -A SNAT41 -s 10.41.242.133 -j SNAT --to-source 94.190.181.119 | |
| # 10.41.242.238 ON <=> 94.190.180.147 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.147 -j DNAT --to-destination 10.41.242.238 | |
| iptables -A SNAT41 -s 10.41.242.238 -j SNAT --to-source 94.190.180.147 | |
| # 10.41.242.241 ON <=> 94.190.181.149 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.149 -j DNAT --to-destination 10.41.242.241 | |
| iptables -A SNAT41 -s 10.41.242.241 -j SNAT --to-source 94.190.181.149 | |
| # 10.41.243.151 ON <=> 94.190.180.144 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.144 -j DNAT --to-destination 10.41.243.151 | |
| iptables -A SNAT41 -s 10.41.243.151 -j SNAT --to-source 94.190.180.144 | |
| # 10.41.243.243 ON <=> 94.190.190.149 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.149 -j DNAT --to-destination 10.41.243.243 | |
| iptables -A SNAT41 -s 10.41.243.243 -j SNAT --to-source 94.190.190.149 | |
| # 10.41.243.254 ON <=> 94.190.187.182 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.182 -j DNAT --to-destination 10.41.243.254 | |
| iptables -A SNAT41 -s 10.41.243.254 -j SNAT --to-source 94.190.187.182 | |
| # 10.41.250.150 ON <=> 94.190.180.234 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.234 -j DNAT --to-destination 10.41.250.150 | |
| iptables -A SNAT41 -s 10.41.250.150 -j SNAT --to-source 94.190.180.234 | |
| # 10.41.250.160 ON <=> 94.190.181.28 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.28 -j DNAT --to-destination 10.41.250.160 | |
| iptables -A SNAT41 -s 10.41.250.160 -j SNAT --to-source 94.190.181.28 | |
| # 10.41.251.200 ON <=> 94.190.179.52 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.52 -j DNAT --to-destination 10.41.251.200 | |
| iptables -A SNAT41 -s 10.41.251.200 -j SNAT --to-source 94.190.179.52 | |
| # 10.41.26.100 ON <=> 94.190.181.3 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.3 -j DNAT --to-destination 10.41.26.100 | |
| iptables -A SNAT41 -s 10.41.26.100 -j SNAT --to-source 94.190.181.3 | |
| # 10.41.26.85 ON <=> 94.190.187.169 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.169 -j DNAT --to-destination 10.41.26.85 | |
| iptables -A SNAT41 -s 10.41.26.85 -j SNAT --to-source 94.190.187.169 | |
| # 10.41.3.170 ON <=> 94.190.190.171 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.171 -j DNAT --to-destination 10.41.3.170 | |
| iptables -A SNAT41 -s 10.41.3.170 -j SNAT --to-source 94.190.190.171 | |
| # 10.41.3.230 ON <=> 94.190.181.157 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.157 -j DNAT --to-destination 10.41.3.230 | |
| iptables -A SNAT41 -s 10.41.3.230 -j SNAT --to-source 94.190.181.157 | |
| # 10.41.30.150 ON <=> 94.190.190.188 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.188 -j DNAT --to-destination 10.41.30.150 | |
| iptables -A SNAT41 -s 10.41.30.150 -j SNAT --to-source 94.190.190.188 | |
| # 10.41.4.222 ON <=> 94.190.181.117 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.117 -j DNAT --to-destination 10.41.4.222 | |
| iptables -A SNAT41 -s 10.41.4.222 -j SNAT --to-source 94.190.181.117 | |
| # 10.41.53.254 ON <=> 94.190.190.162 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.162 -j DNAT --to-destination 10.41.53.254 | |
| iptables -A SNAT41 -s 10.41.53.254 -j SNAT --to-source 94.190.190.162 | |
| # 10.41.58.100 ON <=> 94.190.190.230 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.230 -j DNAT --to-destination 10.41.58.100 | |
| iptables -A SNAT41 -s 10.41.58.100 -j SNAT --to-source 94.190.190.230 | |
| # 10.41.58.111 ON <=> 94.190.190.25 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.25 -j DNAT --to-destination 10.41.58.111 | |
| iptables -A SNAT41 -s 10.41.58.111 -j SNAT --to-source 94.190.190.25 | |
| # 10.41.6.141 ON <=> 94.190.181.126 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.126 -j DNAT --to-destination 10.41.6.141 | |
| iptables -A SNAT41 -s 10.41.6.141 -j SNAT --to-source 94.190.181.126 | |
| # 10.41.6.251 ON <=> 94.190.179.125 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.125 -j DNAT --to-destination 10.41.6.251 | |
| iptables -A SNAT41 -s 10.41.6.251 -j SNAT --to-source 94.190.179.125 | |
| # 10.41.7.28 ON <=> 94.190.190.245 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.245 -j DNAT --to-destination 10.41.7.28 | |
| iptables -A SNAT41 -s 10.41.7.28 -j SNAT --to-source 94.190.190.245 | |
| # 10.41.8.107 ON <=> 94.190.190.244 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.244 -j DNAT --to-destination 10.41.8.107 | |
| iptables -A SNAT41 -s 10.41.8.107 -j SNAT --to-source 94.190.190.244 | |
| # 10.41.91.107 ON <=> 94.190.181.97 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.97 -j DNAT --to-destination 10.41.91.107 | |
| iptables -A SNAT41 -s 10.41.91.107 -j SNAT --to-source 94.190.181.97 | |
| # 10.41.96.100 ON <=> 94.190.179.112 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.112 -j DNAT --to-destination 10.41.96.100 | |
| iptables -A SNAT41 -s 10.41.96.100 -j SNAT --to-source 94.190.179.112 | |
| # 10.41.97.100 ON <=> 94.190.180.161 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.161 -j DNAT --to-destination 10.41.97.100 | |
| iptables -A SNAT41 -s 10.41.97.100 -j SNAT --to-source 94.190.180.161 | |
| # 10.42.135.200 ON <=> 94.190.179.212 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.212 -j DNAT --to-destination 10.42.135.200 | |
| iptables -A SNAT42 -s 10.42.135.200 -j SNAT --to-source 94.190.179.212 | |
| # 10.42.21.200 ON <=> 94.190.179.244 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.244 -j DNAT --to-destination 10.42.21.200 | |
| iptables -A SNAT42 -s 10.42.21.200 -j SNAT --to-source 94.190.179.244 | |
| # 10.42.23.101 ON <=> 94.190.179.226 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.226 -j DNAT --to-destination 10.42.23.101 | |
| iptables -A SNAT42 -s 10.42.23.101 -j SNAT --to-source 94.190.179.226 | |
| # 10.42.35.100 ON <=> 94.190.179.218 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.218 -j DNAT --to-destination 10.42.35.100 | |
| iptables -A SNAT42 -s 10.42.35.100 -j SNAT --to-source 94.190.179.218 | |
| # 10.42.38.200 ON <=> 94.190.181.171 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.171 -j DNAT --to-destination 10.42.38.200 | |
| iptables -A SNAT42 -s 10.42.38.200 -j SNAT --to-source 94.190.181.171 | |
| # 10.42.40.100 ON <=> 94.190.181.11 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.11 -j DNAT --to-destination 10.42.40.100 | |
| iptables -A SNAT42 -s 10.42.40.100 -j SNAT --to-source 94.190.181.11 | |
| # 10.42.5.109 ON <=> 94.190.187.230 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.230 -j DNAT --to-destination 10.42.5.109 | |
| iptables -A SNAT42 -s 10.42.5.109 -j SNAT --to-source 94.190.187.230 | |
| # 10.42.50.50 ON <=> 94.190.181.55 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.55 -j DNAT --to-destination 10.42.50.50 | |
| iptables -A SNAT42 -s 10.42.50.50 -j SNAT --to-source 94.190.181.55 | |
| # 10.42.6.120 ON <=> 94.190.180.118 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.118 -j DNAT --to-destination 10.42.6.120 | |
| iptables -A SNAT42 -s 10.42.6.120 -j SNAT --to-source 94.190.180.118 | |
| # 10.42.8.100 ON <=> 94.190.180.79 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.79 -j DNAT --to-destination 10.42.8.100 | |
| iptables -A SNAT42 -s 10.42.8.100 -j SNAT --to-source 94.190.180.79 | |
| # 10.44.1.101 ON <=> 94.190.187.254 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.254 -j DNAT --to-destination 10.44.1.101 | |
| iptables -A SNAT44 -s 10.44.1.101 -j SNAT --to-source 94.190.187.254 | |
| # 10.44.1.111 ON <=> 94.190.180.155 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.155 -j DNAT --to-destination 10.44.1.111 | |
| iptables -A SNAT44 -s 10.44.1.111 -j SNAT --to-source 94.190.180.155 | |
| # 10.44.100.104 ON <=> 94.190.190.206 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.206 -j DNAT --to-destination 10.44.100.104 | |
| iptables -A SNAT44 -s 10.44.100.104 -j SNAT --to-source 94.190.190.206 | |
| # 10.44.100.115 OFF <=> 94.190.181.16 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.16 -j DNAT --to-destination 10.44.100.115 | |
| iptables -A SNAT44 -s 10.44.100.115 -j SNAT --to-source 94.190.181.16 | |
| # 10.44.100.122 ON <=> 94.190.180.50 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.50 -j DNAT --to-destination 10.44.100.122 | |
| iptables -A SNAT44 -s 10.44.100.122 -j SNAT --to-source 94.190.180.50 | |
| # 10.44.15.200 ON <=> 94.190.181.237 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.237 -j DNAT --to-destination 10.44.15.200 | |
| iptables -A SNAT44 -s 10.44.15.200 -j SNAT --to-source 94.190.181.237 | |
| # 10.44.200.152 ON <=> 94.190.179.140 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.140 -j DNAT --to-destination 10.44.200.152 | |
| iptables -A SNAT44 -s 10.44.200.152 -j SNAT --to-source 94.190.179.140 | |
| # 10.44.21.252 ON <=> 94.190.181.2 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.2 -j DNAT --to-destination 10.44.21.252 | |
| iptables -A SNAT44 -s 10.44.21.252 -j SNAT --to-source 94.190.181.2 | |
| # 10.44.22.10 ON <=> 94.190.179.253 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.253 -j DNAT --to-destination 10.44.22.10 | |
| iptables -A SNAT44 -s 10.44.22.10 -j SNAT --to-source 94.190.179.253 | |
| # 10.44.31.22 ON <=> 94.190.190.27 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.27 -j DNAT --to-destination 10.44.31.22 | |
| iptables -A SNAT44 -s 10.44.31.22 -j SNAT --to-source 94.190.190.27 | |
| # 10.44.37.253 ON <=> 94.190.181.64 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.64 -j DNAT --to-destination 10.44.37.253 | |
| iptables -A SNAT44 -s 10.44.37.253 -j SNAT --to-source 94.190.181.64 | |
| # 10.44.55.101 ON <=> 94.190.180.105 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.105 -j DNAT --to-destination 10.44.55.101 | |
| iptables -A SNAT44 -s 10.44.55.101 -j SNAT --to-source 94.190.180.105 | |
| # 10.44.67.89 ON <=> 94.190.179.183 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.183 -j DNAT --to-destination 10.44.67.89 | |
| iptables -A SNAT44 -s 10.44.67.89 -j SNAT --to-source 94.190.179.183 | |
| # 10.44.8.2 ON <=> 94.190.181.176 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.176 -j DNAT --to-destination 10.44.8.2 | |
| iptables -A SNAT44 -s 10.44.8.2 -j SNAT --to-source 94.190.181.176 | |
| # 10.45.10.4 ON <=> 94.190.181.90 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.90 -j DNAT --to-destination 10.45.10.4 | |
| iptables -A SNAT45 -s 10.45.10.4 -j SNAT --to-source 94.190.181.90 | |
| # 10.45.24.244 ON <=> 94.190.190.122 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.122 -j DNAT --to-destination 10.45.24.244 | |
| iptables -A SNAT45 -s 10.45.24.244 -j SNAT --to-source 94.190.190.122 | |
| # 10.45.254.251 ON <=> 94.190.180.184 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.184 -j DNAT --to-destination 10.45.254.251 | |
| iptables -A SNAT45 -s 10.45.254.251 -j SNAT --to-source 94.190.180.184 | |
| # 10.46.20.61 ON <=> 94.190.181.132 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.132 -j DNAT --to-destination 10.46.20.61 | |
| iptables -A SNAT46 -s 10.46.20.61 -j SNAT --to-source 94.190.181.132 | |
| # 10.46.200.1 ON <=> 94.190.181.18 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.18 -j DNAT --to-destination 10.46.200.1 | |
| iptables -A SNAT46 -s 10.46.200.1 -j SNAT --to-source 94.190.181.18 | |
| # 10.46.200.130 ON <=> 94.190.181.105 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.105 -j DNAT --to-destination 10.46.200.130 | |
| iptables -A SNAT46 -s 10.46.200.130 -j SNAT --to-source 94.190.181.105 | |
| # 10.46.200.15 ON <=> 94.190.190.133 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.133 -j DNAT --to-destination 10.46.200.15 | |
| iptables -A SNAT46 -s 10.46.200.15 -j SNAT --to-source 94.190.190.133 | |
| # 10.46.200.250 ON <=> 94.190.179.134 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.134 -j DNAT --to-destination 10.46.200.250 | |
| iptables -A SNAT46 -s 10.46.200.250 -j SNAT --to-source 94.190.179.134 | |
| # 10.46.28.150 ON <=> 94.190.190.130 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.130 -j DNAT --to-destination 10.46.28.150 | |
| iptables -A SNAT46 -s 10.46.28.150 -j SNAT --to-source 94.190.190.130 | |
| # 10.46.5.100 ON <=> 94.190.187.87 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.87 -j DNAT --to-destination 10.46.5.100 | |
| iptables -A SNAT46 -s 10.46.5.100 -j SNAT --to-source 94.190.187.87 | |
| # 10.46.6.200 ON <=> 94.190.181.95 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.95 -j DNAT --to-destination 10.46.6.200 | |
| iptables -A SNAT46 -s 10.46.6.200 -j SNAT --to-source 94.190.181.95 | |
| # 10.46.8.254 ON <=> 94.190.187.243 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.243 -j DNAT --to-destination 10.46.8.254 | |
| iptables -A SNAT46 -s 10.46.8.254 -j SNAT --to-source 94.190.187.243 | |
| # 10.47.10.11 ON <=> 94.190.179.62 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.62 -j DNAT --to-destination 10.47.10.11 | |
| iptables -A SNAT47 -s 10.47.10.11 -j SNAT --to-source 94.190.179.62 | |
| # 10.47.2.2 ON <=> 94.190.187.217 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.217 -j DNAT --to-destination 10.47.2.2 | |
| iptables -A SNAT47 -s 10.47.2.2 -j SNAT --to-source 94.190.187.217 | |
| # 10.48.1.157 ON <=> 94.190.187.224 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.224 -j DNAT --to-destination 10.48.1.157 | |
| iptables -A SNAT48 -s 10.48.1.157 -j SNAT --to-source 94.190.187.224 | |
| # 10.48.14.200 ON <=> 94.190.190.173 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.173 -j DNAT --to-destination 10.48.14.200 | |
| iptables -A SNAT48 -s 10.48.14.200 -j SNAT --to-source 94.190.190.173 | |
| # 10.48.14.245 ON <=> 94.190.180.250 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.250 -j DNAT --to-destination 10.48.14.245 | |
| iptables -A SNAT48 -s 10.48.14.245 -j SNAT --to-source 94.190.180.250 | |
| # 10.48.14.248 ON <=> 94.190.190.59 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.59 -j DNAT --to-destination 10.48.14.248 | |
| iptables -A SNAT48 -s 10.48.14.248 -j SNAT --to-source 94.190.190.59 | |
| # 10.48.14.54 ON <=> 94.190.180.140 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.140 -j DNAT --to-destination 10.48.14.54 | |
| iptables -A SNAT48 -s 10.48.14.54 -j SNAT --to-source 94.190.180.140 | |
| # 10.48.15.38 ON <=> 94.190.181.227 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.227 -j DNAT --to-destination 10.48.15.38 | |
| iptables -A SNAT48 -s 10.48.15.38 -j SNAT --to-source 94.190.181.227 | |
| # 10.48.16.22 ON <=> 94.190.180.228 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.228 -j DNAT --to-destination 10.48.16.22 | |
| iptables -A SNAT48 -s 10.48.16.22 -j SNAT --to-source 94.190.180.228 | |
| # 10.48.16.41 ON <=> 94.190.181.155 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.155 -j DNAT --to-destination 10.48.16.41 | |
| iptables -A SNAT48 -s 10.48.16.41 -j SNAT --to-source 94.190.181.155 | |
| # 10.48.17.4 ON <=> 94.190.180.11 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.11 -j DNAT --to-destination 10.48.17.4 | |
| iptables -A SNAT48 -s 10.48.17.4 -j SNAT --to-source 94.190.180.11 | |
| # 10.48.18.105 ON <=> 94.190.180.31 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.31 -j DNAT --to-destination 10.48.18.105 | |
| iptables -A SNAT48 -s 10.48.18.105 -j SNAT --to-source 94.190.180.31 | |
| # 10.48.199.10 ON <=> 94.190.179.34 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.34 -j DNAT --to-destination 10.48.199.10 | |
| iptables -A SNAT48 -s 10.48.199.10 -j SNAT --to-source 94.190.179.34 | |
| # 10.48.20.3 ON <=> 94.190.179.53 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.53 -j DNAT --to-destination 10.48.20.3 | |
| iptables -A SNAT48 -s 10.48.20.3 -j SNAT --to-source 94.190.179.53 | |
| # 10.48.20.45 ON <=> 94.190.179.111 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.111 -j DNAT --to-destination 10.48.20.45 | |
| iptables -A SNAT48 -s 10.48.20.45 -j SNAT --to-source 94.190.179.111 | |
| # 10.48.200.100 ON <=> 94.190.179.65 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.65 -j DNAT --to-destination 10.48.200.100 | |
| iptables -A SNAT48 -s 10.48.200.100 -j SNAT --to-source 94.190.179.65 | |
| # 10.48.24.102 ON <=> 94.190.180.136 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.136 -j DNAT --to-destination 10.48.24.102 | |
| iptables -A SNAT48 -s 10.48.24.102 -j SNAT --to-source 94.190.180.136 | |
| # 10.48.28.20 ON <=> 94.190.181.32 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.32 -j DNAT --to-destination 10.48.28.20 | |
| iptables -A SNAT48 -s 10.48.28.20 -j SNAT --to-source 94.190.181.32 | |
| # 10.48.28.249 ON <=> 94.190.190.237 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.237 -j DNAT --to-destination 10.48.28.249 | |
| iptables -A SNAT48 -s 10.48.28.249 -j SNAT --to-source 94.190.190.237 | |
| # 10.48.33.18 ON <=> 94.190.190.111 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.111 -j DNAT --to-destination 10.48.33.18 | |
| iptables -A SNAT48 -s 10.48.33.18 -j SNAT --to-source 94.190.190.111 | |
| # 10.48.35.100 ON <=> 94.190.179.158 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.158 -j DNAT --to-destination 10.48.35.100 | |
| iptables -A SNAT48 -s 10.48.35.100 -j SNAT --to-source 94.190.179.158 | |
| # 10.48.41.252 ON <=> 94.190.180.126 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.126 -j DNAT --to-destination 10.48.41.252 | |
| iptables -A SNAT48 -s 10.48.41.252 -j SNAT --to-source 94.190.180.126 | |
| # 10.48.8.200 ON <=> 94.190.190.226 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.226 -j DNAT --to-destination 10.48.8.200 | |
| iptables -A SNAT48 -s 10.48.8.200 -j SNAT --to-source 94.190.190.226 | |
| # 10.48.8.80 ON <=> 94.190.180.60 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.60 -j DNAT --to-destination 10.48.8.80 | |
| iptables -A SNAT48 -s 10.48.8.80 -j SNAT --to-source 94.190.180.60 | |
| # 10.5.10.12 ON <=> 94.190.190.24 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.24 -j DNAT --to-destination 10.5.10.12 | |
| iptables -A SNAT05 -s 10.5.10.12 -j SNAT --to-source 94.190.190.24 | |
| # 10.5.2.150 ON <=> 94.190.181.106 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.106 -j DNAT --to-destination 10.5.2.150 | |
| iptables -A SNAT05 -s 10.5.2.150 -j SNAT --to-source 94.190.181.106 | |
| # 10.5.22.103 ON <=> 94.190.187.99 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.99 -j DNAT --to-destination 10.5.22.103 | |
| iptables -A SNAT05 -s 10.5.22.103 -j SNAT --to-source 94.190.187.99 | |
| # 10.5.36.153 ON <=> 94.190.180.67 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.67 -j DNAT --to-destination 10.5.36.153 | |
| iptables -A SNAT05 -s 10.5.36.153 -j SNAT --to-source 94.190.180.67 | |
| # 10.50.10.103 ON <=> 94.190.180.183 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.183 -j DNAT --to-destination 10.50.10.103 | |
| iptables -A SNAT50 -s 10.50.10.103 -j SNAT --to-source 94.190.180.183 | |
| # 10.50.21.101 ON <=> 94.190.190.13 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.13 -j DNAT --to-destination 10.50.21.101 | |
| iptables -A SNAT50 -s 10.50.21.101 -j SNAT --to-source 94.190.190.13 | |
| # 10.50.21.102 ON <=> 94.190.187.252 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.252 -j DNAT --to-destination 10.50.21.102 | |
| iptables -A SNAT50 -s 10.50.21.102 -j SNAT --to-source 94.190.187.252 | |
| # 10.50.21.105 ON <=> 94.190.187.54 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.54 -j DNAT --to-destination 10.50.21.105 | |
| iptables -A SNAT50 -s 10.50.21.105 -j SNAT --to-source 94.190.187.54 | |
| # 10.50.25.11 ON <=> 94.190.187.4 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.4 -j DNAT --to-destination 10.50.25.11 | |
| iptables -A SNAT50 -s 10.50.25.11 -j SNAT --to-source 94.190.187.4 | |
| # 10.50.28.10 ON <=> 94.190.190.235 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.235 -j DNAT --to-destination 10.50.28.10 | |
| iptables -A SNAT50 -s 10.50.28.10 -j SNAT --to-source 94.190.190.235 | |
| # 10.50.3.10 ON <=> 94.190.179.84 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.84 -j DNAT --to-destination 10.50.3.10 | |
| iptables -A SNAT50 -s 10.50.3.10 -j SNAT --to-source 94.190.179.84 | |
| # 10.50.3.210 ON <=> 94.190.190.26 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.26 -j DNAT --to-destination 10.50.3.210 | |
| iptables -A SNAT50 -s 10.50.3.210 -j SNAT --to-source 94.190.190.26 | |
| # 10.50.33.201 ON <=> 94.190.187.83 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.83 -j DNAT --to-destination 10.50.33.201 | |
| iptables -A SNAT50 -s 10.50.33.201 -j SNAT --to-source 94.190.187.83 | |
| # 10.50.35.200 ON <=> 94.190.187.18 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.18 -j DNAT --to-destination 10.50.35.200 | |
| iptables -A SNAT50 -s 10.50.35.200 -j SNAT --to-source 94.190.187.18 | |
| # 10.50.39.150 ON <=> 94.190.179.51 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.51 -j DNAT --to-destination 10.50.39.150 | |
| iptables -A SNAT50 -s 10.50.39.150 -j SNAT --to-source 94.190.179.51 | |
| # 10.50.46.102 ON <=> 94.190.180.80 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.80 -j DNAT --to-destination 10.50.46.102 | |
| iptables -A SNAT50 -s 10.50.46.102 -j SNAT --to-source 94.190.180.80 | |
| # 10.50.54.253 ON <=> 94.190.187.92 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.92 -j DNAT --to-destination 10.50.54.253 | |
| iptables -A SNAT50 -s 10.50.54.253 -j SNAT --to-source 94.190.187.92 | |
| # 10.50.6.100 ON <=> 94.190.190.61 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.61 -j DNAT --to-destination 10.50.6.100 | |
| iptables -A SNAT50 -s 10.50.6.100 -j SNAT --to-source 94.190.190.61 | |
| # 10.50.6.200 ON <=> 94.190.179.220 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.220 -j DNAT --to-destination 10.50.6.200 | |
| iptables -A SNAT50 -s 10.50.6.200 -j SNAT --to-source 94.190.179.220 | |
| # 10.50.6.222 ON <=> 94.190.181.254 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.254 -j DNAT --to-destination 10.50.6.222 | |
| iptables -A SNAT50 -s 10.50.6.222 -j SNAT --to-source 94.190.181.254 | |
| # 10.50.8.210 ON <=> 94.190.190.70 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.70 -j DNAT --to-destination 10.50.8.210 | |
| iptables -A SNAT50 -s 10.50.8.210 -j SNAT --to-source 94.190.190.70 | |
| # 10.51.0.101 ON <=> 94.190.187.187 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.187 -j DNAT --to-destination 10.51.0.101 | |
| iptables -A SNAT51 -s 10.51.0.101 -j SNAT --to-source 94.190.187.187 | |
| # 10.51.10.252 ON <=> 94.190.179.89 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.89 -j DNAT --to-destination 10.51.10.252 | |
| iptables -A SNAT51 -s 10.51.10.252 -j SNAT --to-source 94.190.179.89 | |
| # 10.51.100.115 ON <=> 94.190.187.147 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.147 -j DNAT --to-destination 10.51.100.115 | |
| iptables -A SNAT51 -s 10.51.100.115 -j SNAT --to-source 94.190.187.147 | |
| # 10.51.100.200 ON <=> 94.190.179.139 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.139 -j DNAT --to-destination 10.51.100.200 | |
| iptables -A SNAT51 -s 10.51.100.200 -j SNAT --to-source 94.190.179.139 | |
| # 10.51.100.210 ON <=> 94.190.187.70 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.70 -j DNAT --to-destination 10.51.100.210 | |
| iptables -A SNAT51 -s 10.51.100.210 -j SNAT --to-source 94.190.187.70 | |
| # 10.51.100.211 ON <=> 94.190.190.23 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.23 -j DNAT --to-destination 10.51.100.211 | |
| iptables -A SNAT51 -s 10.51.100.211 -j SNAT --to-source 94.190.190.23 | |
| # 10.51.11.251 ON <=> 94.190.179.178 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.178 -j DNAT --to-destination 10.51.11.251 | |
| iptables -A SNAT51 -s 10.51.11.251 -j SNAT --to-source 94.190.179.178 | |
| # 10.51.13.12 ON <=> 94.190.179.239 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.239 -j DNAT --to-destination 10.51.13.12 | |
| iptables -A SNAT51 -s 10.51.13.12 -j SNAT --to-source 94.190.179.239 | |
| # 10.51.13.31 ON <=> 94.190.190.18 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.18 -j DNAT --to-destination 10.51.13.31 | |
| iptables -A SNAT51 -s 10.51.13.31 -j SNAT --to-source 94.190.190.18 | |
| # 10.51.13.4 ON <=> 94.190.187.61 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.61 -j DNAT --to-destination 10.51.13.4 | |
| iptables -A SNAT51 -s 10.51.13.4 -j SNAT --to-source 94.190.187.61 | |
| # 10.51.150.150 ON <=> 94.190.180.19 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.19 -j DNAT --to-destination 10.51.150.150 | |
| iptables -A SNAT51 -s 10.51.150.150 -j SNAT --to-source 94.190.180.19 | |
| # 10.51.151.104 ON <=> 94.190.187.208 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.208 -j DNAT --to-destination 10.51.151.104 | |
| iptables -A SNAT51 -s 10.51.151.104 -j SNAT --to-source 94.190.187.208 | |
| # 10.51.17.188 ON <=> 94.190.190.14 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.14 -j DNAT --to-destination 10.51.17.188 | |
| iptables -A SNAT51 -s 10.51.17.188 -j SNAT --to-source 94.190.190.14 | |
| # 10.51.17.199 ON <=> 94.190.180.176 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.176 -j DNAT --to-destination 10.51.17.199 | |
| iptables -A SNAT51 -s 10.51.17.199 -j SNAT --to-source 94.190.180.176 | |
| # 10.51.17.90 ON <=> 94.190.181.218 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.218 -j DNAT --to-destination 10.51.17.90 | |
| iptables -A SNAT51 -s 10.51.17.90 -j SNAT --to-source 94.190.181.218 | |
| # 10.51.19.205 ON <=> 94.190.179.146 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.146 -j DNAT --to-destination 10.51.19.205 | |
| iptables -A SNAT51 -s 10.51.19.205 -j SNAT --to-source 94.190.179.146 | |
| # 10.51.2.202 ON <=> 94.190.181.253 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.253 -j DNAT --to-destination 10.51.2.202 | |
| iptables -A SNAT51 -s 10.51.2.202 -j SNAT --to-source 94.190.181.253 | |
| # 10.51.200.199 ON <=> 94.190.181.100 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.100 -j DNAT --to-destination 10.51.200.199 | |
| iptables -A SNAT51 -s 10.51.200.199 -j SNAT --to-source 94.190.181.100 | |
| # 10.51.210.4 ON <=> 94.190.180.254 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.254 -j DNAT --to-destination 10.51.210.4 | |
| iptables -A SNAT51 -s 10.51.210.4 -j SNAT --to-source 94.190.180.254 | |
| # 10.51.23.250 ON <=> 94.190.187.118 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.118 -j DNAT --to-destination 10.51.23.250 | |
| iptables -A SNAT51 -s 10.51.23.250 -j SNAT --to-source 94.190.187.118 | |
| # 10.51.24.18 ON <=> 94.190.187.132 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.132 -j DNAT --to-destination 10.51.24.18 | |
| iptables -A SNAT51 -s 10.51.24.18 -j SNAT --to-source 94.190.187.132 | |
| # 10.51.25.253 ON <=> 94.190.190.115 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.115 -j DNAT --to-destination 10.51.25.253 | |
| iptables -A SNAT51 -s 10.51.25.253 -j SNAT --to-source 94.190.190.115 | |
| # 10.51.254.199 ON <=> 94.190.181.33 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.33 -j DNAT --to-destination 10.51.254.199 | |
| iptables -A SNAT51 -s 10.51.254.199 -j SNAT --to-source 94.190.181.33 | |
| # 10.51.29.56 ON <=> 94.190.180.18 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.18 -j DNAT --to-destination 10.51.29.56 | |
| iptables -A SNAT51 -s 10.51.29.56 -j SNAT --to-source 94.190.180.18 | |
| # 10.51.3.211 ON <=> 94.190.180.113 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.113 -j DNAT --to-destination 10.51.3.211 | |
| iptables -A SNAT51 -s 10.51.3.211 -j SNAT --to-source 94.190.180.113 | |
| # 10.51.3.222 ON <=> 94.190.180.33 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.33 -j DNAT --to-destination 10.51.3.222 | |
| iptables -A SNAT51 -s 10.51.3.222 -j SNAT --to-source 94.190.180.33 | |
| # 10.51.31.150 ON <=> 94.190.180.123 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.123 -j DNAT --to-destination 10.51.31.150 | |
| iptables -A SNAT51 -s 10.51.31.150 -j SNAT --to-source 94.190.180.123 | |
| # 10.51.35.100 ON <=> 94.190.180.215 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.215 -j DNAT --to-destination 10.51.35.100 | |
| iptables -A SNAT51 -s 10.51.35.100 -j SNAT --to-source 94.190.180.215 | |
| # 10.51.37.150 ON <=> 94.190.181.134 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.134 -j DNAT --to-destination 10.51.37.150 | |
| iptables -A SNAT51 -s 10.51.37.150 -j SNAT --to-source 94.190.181.134 | |
| # 10.51.4.250 ON <=> 94.190.187.93 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.93 -j DNAT --to-destination 10.51.4.250 | |
| iptables -A SNAT51 -s 10.51.4.250 -j SNAT --to-source 94.190.187.93 | |
| # 10.51.43.100 ON <=> 94.190.187.167 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.167 -j DNAT --to-destination 10.51.43.100 | |
| iptables -A SNAT51 -s 10.51.43.100 -j SNAT --to-source 94.190.187.167 | |
| # 10.51.43.160 ON <=> 94.190.187.34 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.34 -j DNAT --to-destination 10.51.43.160 | |
| iptables -A SNAT51 -s 10.51.43.160 -j SNAT --to-source 94.190.187.34 | |
| # 10.51.44.100 ON <=> 94.190.181.79 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.79 -j DNAT --to-destination 10.51.44.100 | |
| iptables -A SNAT51 -s 10.51.44.100 -j SNAT --to-source 94.190.181.79 | |
| # 10.51.5.105 ON <=> 94.190.179.104 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.104 -j DNAT --to-destination 10.51.5.105 | |
| iptables -A SNAT51 -s 10.51.5.105 -j SNAT --to-source 94.190.179.104 | |
| # 10.51.5.208 ON <=> 94.190.181.142 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.142 -j DNAT --to-destination 10.51.5.208 | |
| iptables -A SNAT51 -s 10.51.5.208 -j SNAT --to-source 94.190.181.142 | |
| # 10.51.5.233 ON <=> 94.190.179.18 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.18 -j DNAT --to-destination 10.51.5.233 | |
| iptables -A SNAT51 -s 10.51.5.233 -j SNAT --to-source 94.190.179.18 | |
| # 10.51.57.201 ON <=> 94.190.187.203 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.203 -j DNAT --to-destination 10.51.57.201 | |
| iptables -A SNAT51 -s 10.51.57.201 -j SNAT --to-source 94.190.187.203 | |
| # 10.51.6.130 ON <=> 94.190.180.216 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.216 -j DNAT --to-destination 10.51.6.130 | |
| iptables -A SNAT51 -s 10.51.6.130 -j SNAT --to-source 94.190.180.216 | |
| # 10.51.8.144 ON <=> 94.190.181.87 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.87 -j DNAT --to-destination 10.51.8.144 | |
| iptables -A SNAT51 -s 10.51.8.144 -j SNAT --to-source 94.190.181.87 | |
| # 10.51.8.231 ON <=> 94.190.187.29 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.29 -j DNAT --to-destination 10.51.8.231 | |
| iptables -A SNAT51 -s 10.51.8.231 -j SNAT --to-source 94.190.187.29 | |
| # 10.52.1.100 ON <=> 94.190.190.202 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.202 -j DNAT --to-destination 10.52.1.100 | |
| iptables -A SNAT52 -s 10.52.1.100 -j SNAT --to-source 94.190.190.202 | |
| # 10.52.1.103 ON <=> 94.190.179.149 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.149 -j DNAT --to-destination 10.52.1.103 | |
| iptables -A SNAT52 -s 10.52.1.103 -j SNAT --to-source 94.190.179.149 | |
| # 10.52.1.31 ON <=> 94.190.181.220 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.220 -j DNAT --to-destination 10.52.1.31 | |
| iptables -A SNAT52 -s 10.52.1.31 -j SNAT --to-source 94.190.181.220 | |
| # 10.52.10.11 ON <=> 94.190.181.166 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.166 -j DNAT --to-destination 10.52.10.11 | |
| iptables -A SNAT52 -s 10.52.10.11 -j SNAT --to-source 94.190.181.166 | |
| # 10.52.100.140 ON <=> 94.190.180.14 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.14 -j DNAT --to-destination 10.52.100.140 | |
| iptables -A SNAT52 -s 10.52.100.140 -j SNAT --to-source 94.190.180.14 | |
| # 10.52.13.112 ON <=> 94.190.179.82 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.82 -j DNAT --to-destination 10.52.13.112 | |
| iptables -A SNAT52 -s 10.52.13.112 -j SNAT --to-source 94.190.179.82 | |
| # 10.52.15.120 ON <=> 94.190.190.108 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.108 -j DNAT --to-destination 10.52.15.120 | |
| iptables -A SNAT52 -s 10.52.15.120 -j SNAT --to-source 94.190.190.108 | |
| # 10.52.15.125 ON <=> 94.190.190.125 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.125 -j DNAT --to-destination 10.52.15.125 | |
| iptables -A SNAT52 -s 10.52.15.125 -j SNAT --to-source 94.190.190.125 | |
| # 10.52.15.250 ON <=> 94.190.181.179 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.179 -j DNAT --to-destination 10.52.15.250 | |
| iptables -A SNAT52 -s 10.52.15.250 -j SNAT --to-source 94.190.181.179 | |
| # 10.52.17.17 ON <=> 94.190.179.234 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.234 -j DNAT --to-destination 10.52.17.17 | |
| iptables -A SNAT52 -s 10.52.17.17 -j SNAT --to-source 94.190.179.234 | |
| # 10.52.18.222 ON <=> 94.190.187.194 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.194 -j DNAT --to-destination 10.52.18.222 | |
| iptables -A SNAT52 -s 10.52.18.222 -j SNAT --to-source 94.190.187.194 | |
| # 10.52.18.223 ON <=> 94.190.190.66 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.66 -j DNAT --to-destination 10.52.18.223 | |
| iptables -A SNAT52 -s 10.52.18.223 -j SNAT --to-source 94.190.190.66 | |
| # 10.52.18.233 ON <=> 94.190.180.61 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.61 -j DNAT --to-destination 10.52.18.233 | |
| iptables -A SNAT52 -s 10.52.18.233 -j SNAT --to-source 94.190.180.61 | |
| # 10.52.2.152 ON <=> 94.190.179.7 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.7 -j DNAT --to-destination 10.52.2.152 | |
| iptables -A SNAT52 -s 10.52.2.152 -j SNAT --to-source 94.190.179.7 | |
| # 10.52.2.251 ON <=> 94.190.190.179 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.179 -j DNAT --to-destination 10.52.2.251 | |
| iptables -A SNAT52 -s 10.52.2.251 -j SNAT --to-source 94.190.190.179 | |
| # 10.52.28.1 ON <=> 94.190.179.61 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.61 -j DNAT --to-destination 10.52.28.1 | |
| iptables -A SNAT52 -s 10.52.28.1 -j SNAT --to-source 94.190.179.61 | |
| # 10.52.45.2 ON <=> 94.190.181.219 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.219 -j DNAT --to-destination 10.52.45.2 | |
| iptables -A SNAT52 -s 10.52.45.2 -j SNAT --to-source 94.190.181.219 | |
| # 10.52.45.40 ON <=> 94.190.179.232 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.232 -j DNAT --to-destination 10.52.45.40 | |
| iptables -A SNAT52 -s 10.52.45.40 -j SNAT --to-source 94.190.179.232 | |
| # 10.52.46.100 ON <=> 94.190.179.224 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.224 -j DNAT --to-destination 10.52.46.100 | |
| iptables -A SNAT52 -s 10.52.46.100 -j SNAT --to-source 94.190.179.224 | |
| # 10.52.48.10 ON <=> 94.190.179.75 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.75 -j DNAT --to-destination 10.52.48.10 | |
| iptables -A SNAT52 -s 10.52.48.10 -j SNAT --to-source 94.190.179.75 | |
| # 10.52.48.150 ON <=> 94.190.179.192 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.192 -j DNAT --to-destination 10.52.48.150 | |
| iptables -A SNAT52 -s 10.52.48.150 -j SNAT --to-source 94.190.179.192 | |
| # 10.52.5.240 ON <=> 94.190.179.83 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.83 -j DNAT --to-destination 10.52.5.240 | |
| iptables -A SNAT52 -s 10.52.5.240 -j SNAT --to-source 94.190.179.83 | |
| # 10.52.52.52 ON <=> 94.190.179.144 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.144 -j DNAT --to-destination 10.52.52.52 | |
| iptables -A SNAT52 -s 10.52.52.52 -j SNAT --to-source 94.190.179.144 | |
| # 10.52.58.100 ON <=> 94.190.187.124 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.124 -j DNAT --to-destination 10.52.58.100 | |
| iptables -A SNAT52 -s 10.52.58.100 -j SNAT --to-source 94.190.187.124 | |
| # 10.52.58.101 ON <=> 94.190.181.230 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.230 -j DNAT --to-destination 10.52.58.101 | |
| iptables -A SNAT52 -s 10.52.58.101 -j SNAT --to-source 94.190.181.230 | |
| # 10.52.7.9 ON <=> 94.190.181.131 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.131 -j DNAT --to-destination 10.52.7.9 | |
| iptables -A SNAT52 -s 10.52.7.9 -j SNAT --to-source 94.190.181.131 | |
| # 10.52.90.254 ON <=> 94.190.180.138 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.138 -j DNAT --to-destination 10.52.90.254 | |
| iptables -A SNAT52 -s 10.52.90.254 -j SNAT --to-source 94.190.180.138 | |
| # 10.52.92.1 ON <=> 94.190.180.174 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.174 -j DNAT --to-destination 10.52.92.1 | |
| iptables -A SNAT52 -s 10.52.92.1 -j SNAT --to-source 94.190.180.174 | |
| # 10.52.92.150 ON <=> 94.190.180.232 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.232 -j DNAT --to-destination 10.52.92.150 | |
| iptables -A SNAT52 -s 10.52.92.150 -j SNAT --to-source 94.190.180.232 | |
| # 10.53.10.200 ON <=> 94.190.187.69 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.69 -j DNAT --to-destination 10.53.10.200 | |
| iptables -A SNAT53 -s 10.53.10.200 -j SNAT --to-source 94.190.187.69 | |
| # 10.53.14.150 ON <=> 94.190.190.251 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.251 -j DNAT --to-destination 10.53.14.150 | |
| iptables -A SNAT53 -s 10.53.14.150 -j SNAT --to-source 94.190.190.251 | |
| # 10.53.18.199 ON <=> 94.190.181.5 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.5 -j DNAT --to-destination 10.53.18.199 | |
| iptables -A SNAT53 -s 10.53.18.199 -j SNAT --to-source 94.190.181.5 | |
| # 10.53.2.200 ON <=> 94.190.179.154 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.154 -j DNAT --to-destination 10.53.2.200 | |
| iptables -A SNAT53 -s 10.53.2.200 -j SNAT --to-source 94.190.179.154 | |
| # 10.53.20.100 ON <=> 94.190.181.83 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.83 -j DNAT --to-destination 10.53.20.100 | |
| iptables -A SNAT53 -s 10.53.20.100 -j SNAT --to-source 94.190.181.83 | |
| # 10.53.200.100 ON <=> 94.190.181.31 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.31 -j DNAT --to-destination 10.53.200.100 | |
| iptables -A SNAT53 -s 10.53.200.100 -j SNAT --to-source 94.190.181.31 | |
| # 10.53.200.102 ON <=> 94.190.190.22 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.22 -j DNAT --to-destination 10.53.200.102 | |
| iptables -A SNAT53 -s 10.53.200.102 -j SNAT --to-source 94.190.190.22 | |
| # 10.53.27.130 ON <=> 94.190.181.35 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.35 -j DNAT --to-destination 10.53.27.130 | |
| iptables -A SNAT53 -s 10.53.27.130 -j SNAT --to-source 94.190.181.35 | |
| # 10.53.27.222 ON <=> 94.190.181.49 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.49 -j DNAT --to-destination 10.53.27.222 | |
| iptables -A SNAT53 -s 10.53.27.222 -j SNAT --to-source 94.190.181.49 | |
| # 10.53.30.6 ON <=> 94.190.180.53 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.53 -j DNAT --to-destination 10.53.30.6 | |
| iptables -A SNAT53 -s 10.53.30.6 -j SNAT --to-source 94.190.180.53 | |
| # 10.53.30.7 ON <=> 94.190.187.251 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.251 -j DNAT --to-destination 10.53.30.7 | |
| iptables -A SNAT53 -s 10.53.30.7 -j SNAT --to-source 94.190.187.251 | |
| # 10.53.31.22 ON <=> 94.190.187.122 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.122 -j DNAT --to-destination 10.53.31.22 | |
| iptables -A SNAT53 -s 10.53.31.22 -j SNAT --to-source 94.190.187.122 | |
| # 10.53.33.100 ON <=> 94.190.187.63 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.63 -j DNAT --to-destination 10.53.33.100 | |
| iptables -A SNAT53 -s 10.53.33.100 -j SNAT --to-source 94.190.187.63 | |
| # 10.53.36.150 ON <=> 94.190.179.238 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.238 -j DNAT --to-destination 10.53.36.150 | |
| iptables -A SNAT53 -s 10.53.36.150 -j SNAT --to-source 94.190.179.238 | |
| # 10.53.36.200 ON <=> 94.190.187.179 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.179 -j DNAT --to-destination 10.53.36.200 | |
| iptables -A SNAT53 -s 10.53.36.200 -j SNAT --to-source 94.190.187.179 | |
| # 10.53.39.90 ON <=> 94.190.187.211 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.211 -j DNAT --to-destination 10.53.39.90 | |
| iptables -A SNAT53 -s 10.53.39.90 -j SNAT --to-source 94.190.187.211 | |
| # 10.53.4.213 ON <=> 94.190.190.83 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.83 -j DNAT --to-destination 10.53.4.213 | |
| iptables -A SNAT53 -s 10.53.4.213 -j SNAT --to-source 94.190.190.83 | |
| # 10.53.6.120 ON <=> 94.190.181.128 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.128 -j DNAT --to-destination 10.53.6.120 | |
| iptables -A SNAT53 -s 10.53.6.120 -j SNAT --to-source 94.190.181.128 | |
| # 10.53.6.14 ON <=> 94.190.180.69 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.69 -j DNAT --to-destination 10.53.6.14 | |
| iptables -A SNAT53 -s 10.53.6.14 -j SNAT --to-source 94.190.180.69 | |
| # 10.54.1.110 ON <=> 94.190.190.191 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.191 -j DNAT --to-destination 10.54.1.110 | |
| iptables -A SNAT54 -s 10.54.1.110 -j SNAT --to-source 94.190.190.191 | |
| # 10.54.100.155 ON <=> 94.190.190.101 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.101 -j DNAT --to-destination 10.54.100.155 | |
| iptables -A SNAT54 -s 10.54.100.155 -j SNAT --to-source 94.190.190.101 | |
| # 10.54.100.190 ON <=> 94.190.180.5 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.5 -j DNAT --to-destination 10.54.100.190 | |
| iptables -A SNAT54 -s 10.54.100.190 -j SNAT --to-source 94.190.180.5 | |
| # 10.54.100.234 ON <=> 94.190.187.151 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.151 -j DNAT --to-destination 10.54.100.234 | |
| iptables -A SNAT54 -s 10.54.100.234 -j SNAT --to-source 94.190.187.151 | |
| # 10.54.100.249 ON <=> 94.190.187.186 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.186 -j DNAT --to-destination 10.54.100.249 | |
| iptables -A SNAT54 -s 10.54.100.249 -j SNAT --to-source 94.190.187.186 | |
| # 10.54.100.251 ON <=> 94.190.181.189 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.189 -j DNAT --to-destination 10.54.100.251 | |
| iptables -A SNAT54 -s 10.54.100.251 -j SNAT --to-source 94.190.181.189 | |
| # 10.54.100.252 ON <=> 94.190.187.106 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.106 -j DNAT --to-destination 10.54.100.252 | |
| iptables -A SNAT54 -s 10.54.100.252 -j SNAT --to-source 94.190.187.106 | |
| # 10.54.11.100 ON <=> 94.190.190.136 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.136 -j DNAT --to-destination 10.54.11.100 | |
| iptables -A SNAT54 -s 10.54.11.100 -j SNAT --to-source 94.190.190.136 | |
| # 10.54.110.200 ON <=> 94.190.180.37 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.37 -j DNAT --to-destination 10.54.110.200 | |
| iptables -A SNAT54 -s 10.54.110.200 -j SNAT --to-source 94.190.180.37 | |
| # 10.54.23.252 ON <=> 94.190.187.215 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.215 -j DNAT --to-destination 10.54.23.252 | |
| iptables -A SNAT54 -s 10.54.23.252 -j SNAT --to-source 94.190.187.215 | |
| # 10.54.24.3 ON <=> 94.190.190.138 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.138 -j DNAT --to-destination 10.54.24.3 | |
| iptables -A SNAT54 -s 10.54.24.3 -j SNAT --to-source 94.190.190.138 | |
| # 10.54.250.251 ON <=> 94.190.187.79 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.79 -j DNAT --to-destination 10.54.250.251 | |
| iptables -A SNAT54 -s 10.54.250.251 -j SNAT --to-source 94.190.187.79 | |
| # 10.54.58.100 ON <=> 94.190.180.51 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.51 -j DNAT --to-destination 10.54.58.100 | |
| iptables -A SNAT54 -s 10.54.58.100 -j SNAT --to-source 94.190.180.51 | |
| # 10.54.6.249 ON <=> 94.190.181.245 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.245 -j DNAT --to-destination 10.54.6.249 | |
| iptables -A SNAT54 -s 10.54.6.249 -j SNAT --to-source 94.190.181.245 | |
| # 10.54.64.110 ON <=> 94.190.181.221 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.221 -j DNAT --to-destination 10.54.64.110 | |
| iptables -A SNAT54 -s 10.54.64.110 -j SNAT --to-source 94.190.181.221 | |
| # 10.54.71.100 ON <=> 94.190.190.10 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.10 -j DNAT --to-destination 10.54.71.100 | |
| iptables -A SNAT54 -s 10.54.71.100 -j SNAT --to-source 94.190.190.10 | |
| # 10.55.10.100 ON <=> 94.190.180.64 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.64 -j DNAT --to-destination 10.55.10.100 | |
| iptables -A SNAT55 -s 10.55.10.100 -j SNAT --to-source 94.190.180.64 | |
| # 10.55.100.67 ON <=> 94.190.187.97 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.97 -j DNAT --to-destination 10.55.100.67 | |
| iptables -A SNAT55 -s 10.55.100.67 -j SNAT --to-source 94.190.187.97 | |
| # 10.55.100.68 ON <=> 94.190.180.198 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.198 -j DNAT --to-destination 10.55.100.68 | |
| iptables -A SNAT55 -s 10.55.100.68 -j SNAT --to-source 94.190.180.198 | |
| # 10.55.107.107 ON <=> 94.190.179.219 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.219 -j DNAT --to-destination 10.55.107.107 | |
| iptables -A SNAT55 -s 10.55.107.107 -j SNAT --to-source 94.190.179.219 | |
| # 10.55.12.50 ON <=> 94.190.179.135 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.135 -j DNAT --to-destination 10.55.12.50 | |
| iptables -A SNAT55 -s 10.55.12.50 -j SNAT --to-source 94.190.179.135 | |
| # 10.55.18.210 ON <=> 94.190.190.199 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.199 -j DNAT --to-destination 10.55.18.210 | |
| iptables -A SNAT55 -s 10.55.18.210 -j SNAT --to-source 94.190.190.199 | |
| # 10.55.20.100 ON <=> 94.190.179.98 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.98 -j DNAT --to-destination 10.55.20.100 | |
| iptables -A SNAT55 -s 10.55.20.100 -j SNAT --to-source 94.190.179.98 | |
| # 10.55.26.50 ON <=> 94.190.187.205 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.205 -j DNAT --to-destination 10.55.26.50 | |
| iptables -A SNAT55 -s 10.55.26.50 -j SNAT --to-source 94.190.187.205 | |
| # 10.55.27.199 ON <=> 94.190.187.137 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.137 -j DNAT --to-destination 10.55.27.199 | |
| iptables -A SNAT55 -s 10.55.27.199 -j SNAT --to-source 94.190.187.137 | |
| # 10.55.35.100 ON <=> 94.190.187.202 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.202 -j DNAT --to-destination 10.55.35.100 | |
| iptables -A SNAT55 -s 10.55.35.100 -j SNAT --to-source 94.190.187.202 | |
| # 10.55.45.150 ON <=> 94.190.179.248 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.248 -j DNAT --to-destination 10.55.45.150 | |
| iptables -A SNAT55 -s 10.55.45.150 -j SNAT --to-source 94.190.179.248 | |
| # 10.55.5.150 ON <=> 94.190.179.205 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.205 -j DNAT --to-destination 10.55.5.150 | |
| iptables -A SNAT55 -s 10.55.5.150 -j SNAT --to-source 94.190.179.205 | |
| # 10.55.62.249 ON <=> 94.190.180.249 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.249 -j DNAT --to-destination 10.55.62.249 | |
| iptables -A SNAT55 -s 10.55.62.249 -j SNAT --to-source 94.190.180.249 | |
| # 10.55.62.250 ON <=> 94.190.180.15 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.15 -j DNAT --to-destination 10.55.62.250 | |
| iptables -A SNAT55 -s 10.55.62.250 -j SNAT --to-source 94.190.180.15 | |
| # 10.56.1.108 ON <=> 94.190.190.97 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.97 -j DNAT --to-destination 10.56.1.108 | |
| iptables -A SNAT56 -s 10.56.1.108 -j SNAT --to-source 94.190.190.97 | |
| # 10.56.1.150 ON <=> 94.190.180.219 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.219 -j DNAT --to-destination 10.56.1.150 | |
| iptables -A SNAT56 -s 10.56.1.150 -j SNAT --to-source 94.190.180.219 | |
| # 10.56.10.206 ON <=> 94.190.190.77 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.77 -j DNAT --to-destination 10.56.10.206 | |
| iptables -A SNAT56 -s 10.56.10.206 -j SNAT --to-source 94.190.190.77 | |
| # 10.56.100.112 ON <=> 94.190.187.27 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.27 -j DNAT --to-destination 10.56.100.112 | |
| iptables -A SNAT56 -s 10.56.100.112 -j SNAT --to-source 94.190.187.27 | |
| # 10.56.100.170 ON <=> 94.190.181.205 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.205 -j DNAT --to-destination 10.56.100.170 | |
| iptables -A SNAT56 -s 10.56.100.170 -j SNAT --to-source 94.190.181.205 | |
| # 10.56.100.18 ON <=> 94.190.180.191 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.191 -j DNAT --to-destination 10.56.100.18 | |
| iptables -A SNAT56 -s 10.56.100.18 -j SNAT --to-source 94.190.180.191 | |
| # 10.56.100.192 ON <=> 94.190.190.144 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.144 -j DNAT --to-destination 10.56.100.192 | |
| iptables -A SNAT56 -s 10.56.100.192 -j SNAT --to-source 94.190.190.144 | |
| # 10.56.100.201 ON <=> 94.190.187.117 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.117 -j DNAT --to-destination 10.56.100.201 | |
| iptables -A SNAT56 -s 10.56.100.201 -j SNAT --to-source 94.190.187.117 | |
| # 10.56.100.220 ON <=> 94.190.190.52 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.52 -j DNAT --to-destination 10.56.100.220 | |
| iptables -A SNAT56 -s 10.56.100.220 -j SNAT --to-source 94.190.190.52 | |
| # 10.56.100.92 ON <=> 94.190.187.39 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.39 -j DNAT --to-destination 10.56.100.92 | |
| iptables -A SNAT56 -s 10.56.100.92 -j SNAT --to-source 94.190.187.39 | |
| # 10.56.120.101 ON <=> 94.190.180.244 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.244 -j DNAT --to-destination 10.56.120.101 | |
| iptables -A SNAT56 -s 10.56.120.101 -j SNAT --to-source 94.190.180.244 | |
| # 10.56.28.100 ON <=> 94.190.179.117 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.117 -j DNAT --to-destination 10.56.28.100 | |
| iptables -A SNAT56 -s 10.56.28.100 -j SNAT --to-source 94.190.179.117 | |
| # 10.56.28.101 ON <=> 94.190.187.102 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.102 -j DNAT --to-destination 10.56.28.101 | |
| iptables -A SNAT56 -s 10.56.28.101 -j SNAT --to-source 94.190.187.102 | |
| # 10.56.57.150 ON <=> 94.190.181.139 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.139 -j DNAT --to-destination 10.56.57.150 | |
| iptables -A SNAT56 -s 10.56.57.150 -j SNAT --to-source 94.190.181.139 | |
| # 10.56.64.162 ON <=> 94.190.179.174 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.174 -j DNAT --to-destination 10.56.64.162 | |
| iptables -A SNAT56 -s 10.56.64.162 -j SNAT --to-source 94.190.179.174 | |
| # 10.56.64.166 ON <=> 94.190.180.46 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.46 -j DNAT --to-destination 10.56.64.166 | |
| iptables -A SNAT56 -s 10.56.64.166 -j SNAT --to-source 94.190.180.46 | |
| # 10.56.64.250 ON <=> 94.190.190.150 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.150 -j DNAT --to-destination 10.56.64.250 | |
| iptables -A SNAT56 -s 10.56.64.250 -j SNAT --to-source 94.190.190.150 | |
| # 10.56.7.114 ON <=> 94.190.180.100 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.100 -j DNAT --to-destination 10.56.7.114 | |
| iptables -A SNAT56 -s 10.56.7.114 -j SNAT --to-source 94.190.180.100 | |
| # 10.56.8.150 ON <=> 94.190.181.84 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.84 -j DNAT --to-destination 10.56.8.150 | |
| iptables -A SNAT56 -s 10.56.8.150 -j SNAT --to-source 94.190.181.84 | |
| # 10.56.8.248 ON <=> 94.190.180.16 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.16 -j DNAT --to-destination 10.56.8.248 | |
| iptables -A SNAT56 -s 10.56.8.248 -j SNAT --to-source 94.190.180.16 | |
| # 10.56.88.120 ON <=> 94.190.187.32 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.32 -j DNAT --to-destination 10.56.88.120 | |
| iptables -A SNAT56 -s 10.56.88.120 -j SNAT --to-source 94.190.187.32 | |
| # 10.57.13.203 OFF <=> 94.190.179.214 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.214 -j DNAT --to-destination 10.57.13.203 | |
| iptables -A SNAT57 -s 10.57.13.203 -j SNAT --to-source 94.190.179.214 | |
| # 10.57.13.249 ON <=> 94.190.187.130 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.130 -j DNAT --to-destination 10.57.13.249 | |
| iptables -A SNAT57 -s 10.57.13.249 -j SNAT --to-source 94.190.187.130 | |
| # 10.57.14.111 ON <=> 94.190.187.214 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.214 -j DNAT --to-destination 10.57.14.111 | |
| iptables -A SNAT57 -s 10.57.14.111 -j SNAT --to-source 94.190.187.214 | |
| # 10.57.14.170 ON <=> 94.190.181.51 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.51 -j DNAT --to-destination 10.57.14.170 | |
| iptables -A SNAT57 -s 10.57.14.170 -j SNAT --to-source 94.190.181.51 | |
| # 10.57.15.251 ON <=> 94.190.190.250 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.250 -j DNAT --to-destination 10.57.15.251 | |
| iptables -A SNAT57 -s 10.57.15.251 -j SNAT --to-source 94.190.190.250 | |
| # 10.57.150.250 ON <=> 94.190.179.86 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.86 -j DNAT --to-destination 10.57.150.250 | |
| iptables -A SNAT57 -s 10.57.150.250 -j SNAT --to-source 94.190.179.86 | |
| # 10.57.18.252 ON <=> 94.190.187.168 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.168 -j DNAT --to-destination 10.57.18.252 | |
| iptables -A SNAT57 -s 10.57.18.252 -j SNAT --to-source 94.190.187.168 | |
| # 10.57.21.1 ON <=> 94.190.187.180 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.180 -j DNAT --to-destination 10.57.21.1 | |
| iptables -A SNAT57 -s 10.57.21.1 -j SNAT --to-source 94.190.187.180 | |
| # 10.57.26.5 ON <=> 94.190.181.167 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.167 -j DNAT --to-destination 10.57.26.5 | |
| iptables -A SNAT57 -s 10.57.26.5 -j SNAT --to-source 94.190.181.167 | |
| # 10.57.31.200 ON <=> 94.190.187.126 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.126 -j DNAT --to-destination 10.57.31.200 | |
| iptables -A SNAT57 -s 10.57.31.200 -j SNAT --to-source 94.190.187.126 | |
| # 10.57.31.201 ON <=> 94.190.187.11 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.11 -j DNAT --to-destination 10.57.31.201 | |
| iptables -A SNAT57 -s 10.57.31.201 -j SNAT --to-source 94.190.187.11 | |
| # 10.57.34.100 ON <=> 94.190.190.212 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.212 -j DNAT --to-destination 10.57.34.100 | |
| iptables -A SNAT57 -s 10.57.34.100 -j SNAT --to-source 94.190.190.212 | |
| # 10.57.40.110 ON <=> 94.190.190.48 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.48 -j DNAT --to-destination 10.57.40.110 | |
| iptables -A SNAT57 -s 10.57.40.110 -j SNAT --to-source 94.190.190.48 | |
| # 10.57.40.120 ON <=> 94.190.190.47 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.47 -j DNAT --to-destination 10.57.40.120 | |
| iptables -A SNAT57 -s 10.57.40.120 -j SNAT --to-source 94.190.190.47 | |
| # 10.57.40.130 ON <=> 94.190.187.207 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.207 -j DNAT --to-destination 10.57.40.130 | |
| iptables -A SNAT57 -s 10.57.40.130 -j SNAT --to-source 94.190.187.207 | |
| # 10.57.40.150 ON <=> 94.190.180.28 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.28 -j DNAT --to-destination 10.57.40.150 | |
| iptables -A SNAT57 -s 10.57.40.150 -j SNAT --to-source 94.190.180.28 | |
| # 10.57.40.190 ON <=> 94.190.181.238 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.238 -j DNAT --to-destination 10.57.40.190 | |
| iptables -A SNAT57 -s 10.57.40.190 -j SNAT --to-source 94.190.181.238 | |
| # 10.57.40.200 ON <=> 94.190.187.226 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.226 -j DNAT --to-destination 10.57.40.200 | |
| iptables -A SNAT57 -s 10.57.40.200 -j SNAT --to-source 94.190.187.226 | |
| # 10.57.40.250 ON <=> 94.190.179.122 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.122 -j DNAT --to-destination 10.57.40.250 | |
| iptables -A SNAT57 -s 10.57.40.250 -j SNAT --to-source 94.190.179.122 | |
| # 10.57.42.101 ON <=> 94.190.190.87 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.87 -j DNAT --to-destination 10.57.42.101 | |
| iptables -A SNAT57 -s 10.57.42.101 -j SNAT --to-source 94.190.190.87 | |
| # 10.57.44.5 ON <=> 94.190.179.231 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.231 -j DNAT --to-destination 10.57.44.5 | |
| iptables -A SNAT57 -s 10.57.44.5 -j SNAT --to-source 94.190.179.231 | |
| # 10.57.45.100 ON <=> 94.190.187.198 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.198 -j DNAT --to-destination 10.57.45.100 | |
| iptables -A SNAT57 -s 10.57.45.100 -j SNAT --to-source 94.190.187.198 | |
| # 10.57.45.11 ON <=> 94.190.180.171 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.171 -j DNAT --to-destination 10.57.45.11 | |
| iptables -A SNAT57 -s 10.57.45.11 -j SNAT --to-source 94.190.180.171 | |
| # 10.57.46.100 ON <=> 94.190.190.91 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.91 -j DNAT --to-destination 10.57.46.100 | |
| iptables -A SNAT57 -s 10.57.46.100 -j SNAT --to-source 94.190.190.91 | |
| # 10.57.50.52 ON <=> 94.190.179.229 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.229 -j DNAT --to-destination 10.57.50.52 | |
| iptables -A SNAT57 -s 10.57.50.52 -j SNAT --to-source 94.190.179.229 | |
| # 10.57.52.150 ON <=> 94.190.187.12 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.12 -j DNAT --to-destination 10.57.52.150 | |
| iptables -A SNAT57 -s 10.57.52.150 -j SNAT --to-source 94.190.187.12 | |
| # 10.57.52.249 ON <=> 94.190.180.108 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.108 -j DNAT --to-destination 10.57.52.249 | |
| iptables -A SNAT57 -s 10.57.52.249 -j SNAT --to-source 94.190.180.108 | |
| # 10.57.52.250 ON <=> 94.190.180.153 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.153 -j DNAT --to-destination 10.57.52.250 | |
| iptables -A SNAT57 -s 10.57.52.250 -j SNAT --to-source 94.190.180.153 | |
| # 10.57.54.200 ON <=> 94.190.187.191 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.191 -j DNAT --to-destination 10.57.54.200 | |
| iptables -A SNAT57 -s 10.57.54.200 -j SNAT --to-source 94.190.187.191 | |
| # 10.57.65.200 ON <=> 94.190.179.128 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.128 -j DNAT --to-destination 10.57.65.200 | |
| iptables -A SNAT57 -s 10.57.65.200 -j SNAT --to-source 94.190.179.128 | |
| # 10.57.66.233 ON <=> 94.190.190.78 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.78 -j DNAT --to-destination 10.57.66.233 | |
| iptables -A SNAT57 -s 10.57.66.233 -j SNAT --to-source 94.190.190.78 | |
| # 10.57.71.71 ON <=> 94.190.179.161 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.161 -j DNAT --to-destination 10.57.71.71 | |
| iptables -A SNAT57 -s 10.57.71.71 -j SNAT --to-source 94.190.179.161 | |
| # 10.57.73.200 ON <=> 94.190.187.201 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.201 -j DNAT --to-destination 10.57.73.200 | |
| iptables -A SNAT57 -s 10.57.73.200 -j SNAT --to-source 94.190.187.201 | |
| # 10.57.8.3 ON <=> 94.190.179.203 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.203 -j DNAT --to-destination 10.57.8.3 | |
| iptables -A SNAT57 -s 10.57.8.3 -j SNAT --to-source 94.190.179.203 | |
| # 10.58.1.110 ON <=> 94.190.190.103 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.103 -j DNAT --to-destination 10.58.1.110 | |
| iptables -A SNAT58 -s 10.58.1.110 -j SNAT --to-source 94.190.190.103 | |
| # 10.58.14.250 ON <=> 94.190.179.44 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.44 -j DNAT --to-destination 10.58.14.250 | |
| iptables -A SNAT58 -s 10.58.14.250 -j SNAT --to-source 94.190.179.44 | |
| # 10.58.16.1 ON <=> 94.190.180.97 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.97 -j DNAT --to-destination 10.58.16.1 | |
| iptables -A SNAT58 -s 10.58.16.1 -j SNAT --to-source 94.190.180.97 | |
| # 10.58.200.100 ON <=> 94.190.180.239 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.239 -j DNAT --to-destination 10.58.200.100 | |
| iptables -A SNAT58 -s 10.58.200.100 -j SNAT --to-source 94.190.180.239 | |
| # 10.58.21.102 ON <=> 94.190.181.164 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.164 -j DNAT --to-destination 10.58.21.102 | |
| iptables -A SNAT58 -s 10.58.21.102 -j SNAT --to-source 94.190.181.164 | |
| # 10.58.22.100 ON <=> 94.190.187.103 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.103 -j DNAT --to-destination 10.58.22.100 | |
| iptables -A SNAT58 -s 10.58.22.100 -j SNAT --to-source 94.190.187.103 | |
| # 10.58.26.13 ON <=> 94.190.187.220 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.220 -j DNAT --to-destination 10.58.26.13 | |
| iptables -A SNAT58 -s 10.58.26.13 -j SNAT --to-source 94.190.187.220 | |
| # 10.58.26.160 ON <=> 94.190.190.190 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.190 -j DNAT --to-destination 10.58.26.160 | |
| iptables -A SNAT58 -s 10.58.26.160 -j SNAT --to-source 94.190.190.190 | |
| # 10.58.26.21 ON <=> 94.190.180.223 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.223 -j DNAT --to-destination 10.58.26.21 | |
| iptables -A SNAT58 -s 10.58.26.21 -j SNAT --to-source 94.190.180.223 | |
| # 10.58.6.200 ON <=> 94.190.187.200 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.200 -j DNAT --to-destination 10.58.6.200 | |
| iptables -A SNAT58 -s 10.58.6.200 -j SNAT --to-source 94.190.187.200 | |
| # 10.58.68.128 ON <=> 94.190.180.83 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.83 -j DNAT --to-destination 10.58.68.128 | |
| iptables -A SNAT58 -s 10.58.68.128 -j SNAT --to-source 94.190.180.83 | |
| # 10.59.1.50 ON <=> 94.190.179.54 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.54 -j DNAT --to-destination 10.59.1.50 | |
| iptables -A SNAT59 -s 10.59.1.50 -j SNAT --to-source 94.190.179.54 | |
| # 10.59.109.12 ON <=> 94.190.180.199 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.199 -j DNAT --to-destination 10.59.109.12 | |
| iptables -A SNAT59 -s 10.59.109.12 -j SNAT --to-source 94.190.180.199 | |
| # 10.59.113.100 ON <=> 94.190.180.90 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.90 -j DNAT --to-destination 10.59.113.100 | |
| iptables -A SNAT59 -s 10.59.113.100 -j SNAT --to-source 94.190.180.90 | |
| # 10.59.127.100 ON <=> 94.190.179.123 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.123 -j DNAT --to-destination 10.59.127.100 | |
| iptables -A SNAT59 -s 10.59.127.100 -j SNAT --to-source 94.190.179.123 | |
| # 10.59.15.100 ON <=> 94.190.179.245 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.245 -j DNAT --to-destination 10.59.15.100 | |
| iptables -A SNAT59 -s 10.59.15.100 -j SNAT --to-source 94.190.179.245 | |
| # 10.59.15.150 ON <=> 94.190.179.207 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.207 -j DNAT --to-destination 10.59.15.150 | |
| iptables -A SNAT59 -s 10.59.15.150 -j SNAT --to-source 94.190.179.207 | |
| # 10.59.16.10 ON <=> 94.190.181.246 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.246 -j DNAT --to-destination 10.59.16.10 | |
| iptables -A SNAT59 -s 10.59.16.10 -j SNAT --to-source 94.190.181.246 | |
| # 10.59.20.254 ON <=> 94.190.179.73 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.73 -j DNAT --to-destination 10.59.20.254 | |
| iptables -A SNAT59 -s 10.59.20.254 -j SNAT --to-source 94.190.179.73 | |
| # 10.59.200.200 ON <=> 94.190.190.86 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.86 -j DNAT --to-destination 10.59.200.200 | |
| iptables -A SNAT59 -s 10.59.200.200 -j SNAT --to-source 94.190.190.86 | |
| # 10.59.28.2 ON <=> 94.190.181.9 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.9 -j DNAT --to-destination 10.59.28.2 | |
| iptables -A SNAT59 -s 10.59.28.2 -j SNAT --to-source 94.190.181.9 | |
| # 10.59.41.100 ON <=> 94.190.179.187 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.187 -j DNAT --to-destination 10.59.41.100 | |
| iptables -A SNAT59 -s 10.59.41.100 -j SNAT --to-source 94.190.179.187 | |
| # 10.59.43.250 ON <=> 94.190.181.91 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.91 -j DNAT --to-destination 10.59.43.250 | |
| iptables -A SNAT59 -s 10.59.43.250 -j SNAT --to-source 94.190.181.91 | |
| # 10.59.63.100 ON <=> 94.190.190.28 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.28 -j DNAT --to-destination 10.59.63.100 | |
| iptables -A SNAT59 -s 10.59.63.100 -j SNAT --to-source 94.190.190.28 | |
| # 10.59.70.100 OFF <=> 94.190.187.47 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.47 -j DNAT --to-destination 10.59.70.100 | |
| iptables -A SNAT59 -s 10.59.70.100 -j SNAT --to-source 94.190.187.47 | |
| # 10.59.76.252 ON <=> 94.190.179.213 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.213 -j DNAT --to-destination 10.59.76.252 | |
| iptables -A SNAT59 -s 10.59.76.252 -j SNAT --to-source 94.190.179.213 | |
| # 10.59.80.80 ON <=> 94.190.187.218 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.218 -j DNAT --to-destination 10.59.80.80 | |
| iptables -A SNAT59 -s 10.59.80.80 -j SNAT --to-source 94.190.187.218 | |
| # 10.59.82.10 ON <=> 94.190.181.169 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.169 -j DNAT --to-destination 10.59.82.10 | |
| iptables -A SNAT59 -s 10.59.82.10 -j SNAT --to-source 94.190.181.169 | |
| # 10.59.82.254 ON <=> 94.190.179.168 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.168 -j DNAT --to-destination 10.59.82.254 | |
| iptables -A SNAT59 -s 10.59.82.254 -j SNAT --to-source 94.190.179.168 | |
| # 10.59.99.200 ON <=> 94.190.187.25 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.25 -j DNAT --to-destination 10.59.99.200 | |
| iptables -A SNAT59 -s 10.59.99.200 -j SNAT --to-source 94.190.187.25 | |
| # 10.6.1.104 ON <=> 94.190.190.134 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.134 -j DNAT --to-destination 10.6.1.104 | |
| iptables -A SNAT06 -s 10.6.1.104 -j SNAT --to-source 94.190.190.134 | |
| # 10.6.100.177 ON <=> 94.190.187.116 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.116 -j DNAT --to-destination 10.6.100.177 | |
| iptables -A SNAT06 -s 10.6.100.177 -j SNAT --to-source 94.190.187.116 | |
| # 10.6.100.251 ON <=> 94.190.179.87 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.87 -j DNAT --to-destination 10.6.100.251 | |
| iptables -A SNAT06 -s 10.6.100.251 -j SNAT --to-source 94.190.179.87 | |
| # 10.6.11.150 ON <=> 94.190.180.98 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.98 -j DNAT --to-destination 10.6.11.150 | |
| iptables -A SNAT06 -s 10.6.11.150 -j SNAT --to-source 94.190.180.98 | |
| # 10.6.118.50 ON <=> 94.190.187.184 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.184 -j DNAT --to-destination 10.6.118.50 | |
| iptables -A SNAT06 -s 10.6.118.50 -j SNAT --to-source 94.190.187.184 | |
| # 10.6.119.150 ON <=> 94.190.181.71 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.71 -j DNAT --to-destination 10.6.119.150 | |
| iptables -A SNAT06 -s 10.6.119.150 -j SNAT --to-source 94.190.181.71 | |
| # 10.6.120.150 ON <=> 94.190.180.10 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.10 -j DNAT --to-destination 10.6.120.150 | |
| iptables -A SNAT06 -s 10.6.120.150 -j SNAT --to-source 94.190.180.10 | |
| # 10.6.120.199 ON <=> 94.190.180.59 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.59 -j DNAT --to-destination 10.6.120.199 | |
| iptables -A SNAT06 -s 10.6.120.199 -j SNAT --to-source 94.190.180.59 | |
| # 10.6.16.107 ON <=> 94.190.179.46 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.46 -j DNAT --to-destination 10.6.16.107 | |
| iptables -A SNAT06 -s 10.6.16.107 -j SNAT --to-source 94.190.179.46 | |
| # 10.6.170.110 ON <=> 94.190.190.21 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.21 -j DNAT --to-destination 10.6.170.110 | |
| iptables -A SNAT06 -s 10.6.170.110 -j SNAT --to-source 94.190.190.21 | |
| # 10.6.200.203 ON <=> 94.190.190.165 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.165 -j DNAT --to-destination 10.6.200.203 | |
| iptables -A SNAT06 -s 10.6.200.203 -j SNAT --to-source 94.190.190.165 | |
| # 10.6.200.205 ON <=> 94.190.181.159 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.159 -j DNAT --to-destination 10.6.200.205 | |
| iptables -A SNAT06 -s 10.6.200.205 -j SNAT --to-source 94.190.181.159 | |
| # 10.6.200.206 ON <=> 94.190.190.128 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.128 -j DNAT --to-destination 10.6.200.206 | |
| iptables -A SNAT06 -s 10.6.200.206 -j SNAT --to-source 94.190.190.128 | |
| # 10.6.250.113 ON <=> 94.190.180.162 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.162 -j DNAT --to-destination 10.6.250.113 | |
| iptables -A SNAT06 -s 10.6.250.113 -j SNAT --to-source 94.190.180.162 | |
| # 10.6.250.153 ON <=> 94.190.179.171 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.171 -j DNAT --to-destination 10.6.250.153 | |
| iptables -A SNAT06 -s 10.6.250.153 -j SNAT --to-source 94.190.179.171 | |
| # 10.6.250.154 ON <=> 94.190.190.46 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.46 -j DNAT --to-destination 10.6.250.154 | |
| iptables -A SNAT06 -s 10.6.250.154 -j SNAT --to-source 94.190.190.46 | |
| # 10.6.250.155 ON <=> 94.190.187.24 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.24 -j DNAT --to-destination 10.6.250.155 | |
| iptables -A SNAT06 -s 10.6.250.155 -j SNAT --to-source 94.190.187.24 | |
| # 10.6.250.157 ON <=> 94.190.190.177 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.177 -j DNAT --to-destination 10.6.250.157 | |
| iptables -A SNAT06 -s 10.6.250.157 -j SNAT --to-source 94.190.190.177 | |
| # 10.6.250.162 ON <=> 94.190.187.88 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.88 -j DNAT --to-destination 10.6.250.162 | |
| iptables -A SNAT06 -s 10.6.250.162 -j SNAT --to-source 94.190.187.88 | |
| # 10.6.250.164 ON <=> 94.190.179.119 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.119 -j DNAT --to-destination 10.6.250.164 | |
| iptables -A SNAT06 -s 10.6.250.164 -j SNAT --to-source 94.190.179.119 | |
| # 10.6.250.170 ON <=> 94.190.187.236 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.236 -j DNAT --to-destination 10.6.250.170 | |
| iptables -A SNAT06 -s 10.6.250.170 -j SNAT --to-source 94.190.187.236 | |
| # 10.6.250.199 ON <=> 94.190.181.129 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.129 -j DNAT --to-destination 10.6.250.199 | |
| iptables -A SNAT06 -s 10.6.250.199 -j SNAT --to-source 94.190.181.129 | |
| # 10.6.250.202 ON <=> 94.190.180.17 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.17 -j DNAT --to-destination 10.6.250.202 | |
| iptables -A SNAT06 -s 10.6.250.202 -j SNAT --to-source 94.190.180.17 | |
| # 10.6.250.230 ON <=> 94.190.190.20 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.20 -j DNAT --to-destination 10.6.250.230 | |
| iptables -A SNAT06 -s 10.6.250.230 -j SNAT --to-source 94.190.190.20 | |
| # 10.6.250.232 ON <=> 94.190.190.124 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.124 -j DNAT --to-destination 10.6.250.232 | |
| iptables -A SNAT06 -s 10.6.250.232 -j SNAT --to-source 94.190.190.124 | |
| # 10.6.250.234 ON <=> 94.190.179.113 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.113 -j DNAT --to-destination 10.6.250.234 | |
| iptables -A SNAT06 -s 10.6.250.234 -j SNAT --to-source 94.190.179.113 | |
| # 10.6.250.235 ON <=> 94.190.179.63 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.63 -j DNAT --to-destination 10.6.250.235 | |
| iptables -A SNAT06 -s 10.6.250.235 -j SNAT --to-source 94.190.179.63 | |
| # 10.6.250.238 ON <=> 94.190.181.154 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.154 -j DNAT --to-destination 10.6.250.238 | |
| iptables -A SNAT06 -s 10.6.250.238 -j SNAT --to-source 94.190.181.154 | |
| # 10.6.250.241 ON <=> 94.190.180.170 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.170 -j DNAT --to-destination 10.6.250.241 | |
| iptables -A SNAT06 -s 10.6.250.241 -j SNAT --to-source 94.190.180.170 | |
| # 10.6.250.243 ON <=> 94.190.190.49 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.49 -j DNAT --to-destination 10.6.250.243 | |
| iptables -A SNAT06 -s 10.6.250.243 -j SNAT --to-source 94.190.190.49 | |
| # 10.6.250.245 ON <=> 94.190.181.19 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.19 -j DNAT --to-destination 10.6.250.245 | |
| iptables -A SNAT06 -s 10.6.250.245 -j SNAT --to-source 94.190.181.19 | |
| # 10.6.250.253 ON <=> 94.190.187.192 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.192 -j DNAT --to-destination 10.6.250.253 | |
| iptables -A SNAT06 -s 10.6.250.253 -j SNAT --to-source 94.190.187.192 | |
| # 10.6.250.38 ON <=> 94.190.179.228 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.228 -j DNAT --to-destination 10.6.250.38 | |
| iptables -A SNAT06 -s 10.6.250.38 -j SNAT --to-source 94.190.179.228 | |
| # 10.6.250.49 ON <=> 94.190.179.43 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.43 -j DNAT --to-destination 10.6.250.49 | |
| iptables -A SNAT06 -s 10.6.250.49 -j SNAT --to-source 94.190.179.43 | |
| # 10.6.250.50 ON <=> 94.190.179.102 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.102 -j DNAT --to-destination 10.6.250.50 | |
| iptables -A SNAT06 -s 10.6.250.50 -j SNAT --to-source 94.190.179.102 | |
| # 10.6.250.60 ON <=> 94.190.180.186 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.186 -j DNAT --to-destination 10.6.250.60 | |
| iptables -A SNAT06 -s 10.6.250.60 -j SNAT --to-source 94.190.180.186 | |
| # 10.6.250.81 ON <=> 94.190.181.59 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.59 -j DNAT --to-destination 10.6.250.81 | |
| iptables -A SNAT06 -s 10.6.250.81 -j SNAT --to-source 94.190.181.59 | |
| # 10.6.31.200 ON <=> 94.190.181.17 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.17 -j DNAT --to-destination 10.6.31.200 | |
| iptables -A SNAT06 -s 10.6.31.200 -j SNAT --to-source 94.190.181.17 | |
| # 10.6.38.50 ON <=> 94.190.181.236 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.236 -j DNAT --to-destination 10.6.38.50 | |
| iptables -A SNAT06 -s 10.6.38.50 -j SNAT --to-source 94.190.181.236 | |
| # 10.6.39.150 ON <=> 94.190.179.195 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.195 -j DNAT --to-destination 10.6.39.150 | |
| iptables -A SNAT06 -s 10.6.39.150 -j SNAT --to-source 94.190.179.195 | |
| # 10.6.4.137 ON <=> 94.190.190.146 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.146 -j DNAT --to-destination 10.6.4.137 | |
| iptables -A SNAT06 -s 10.6.4.137 -j SNAT --to-source 94.190.190.146 | |
| # 10.6.4.221 ON <=> 94.190.179.25 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.25 -j DNAT --to-destination 10.6.4.221 | |
| iptables -A SNAT06 -s 10.6.4.221 -j SNAT --to-source 94.190.179.25 | |
| # 10.6.5.250 ON <=> 94.190.187.46 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.46 -j DNAT --to-destination 10.6.5.250 | |
| iptables -A SNAT06 -s 10.6.5.250 -j SNAT --to-source 94.190.187.46 | |
| # 10.6.7.151 ON <=> 94.190.181.37 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.37 -j DNAT --to-destination 10.6.7.151 | |
| iptables -A SNAT06 -s 10.6.7.151 -j SNAT --to-source 94.190.181.37 | |
| # 10.6.7.250 ON <=> 94.190.180.125 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.125 -j DNAT --to-destination 10.6.7.250 | |
| iptables -A SNAT06 -s 10.6.7.250 -j SNAT --to-source 94.190.180.125 | |
| # 10.6.8.108 ON <=> 94.190.179.159 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.159 -j DNAT --to-destination 10.6.8.108 | |
| iptables -A SNAT06 -s 10.6.8.108 -j SNAT --to-source 94.190.179.159 | |
| # 10.60.1.4 ON <=> 94.190.190.9 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.9 -j DNAT --to-destination 10.60.1.4 | |
| iptables -A SNAT60 -s 10.60.1.4 -j SNAT --to-source 94.190.190.9 | |
| # 10.60.112.104 ON <=> 94.190.179.72 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.72 -j DNAT --to-destination 10.60.112.104 | |
| iptables -A SNAT60 -s 10.60.112.104 -j SNAT --to-source 94.190.179.72 | |
| # 10.60.15.150 ON <=> 94.190.190.11 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.11 -j DNAT --to-destination 10.60.15.150 | |
| iptables -A SNAT60 -s 10.60.15.150 -j SNAT --to-source 94.190.190.11 | |
| # 10.60.150.250 ON <=> 94.190.190.248 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.248 -j DNAT --to-destination 10.60.150.250 | |
| iptables -A SNAT60 -s 10.60.150.250 -j SNAT --to-source 94.190.190.248 | |
| # 10.60.27.100 ON <=> 94.190.187.98 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.98 -j DNAT --to-destination 10.60.27.100 | |
| iptables -A SNAT60 -s 10.60.27.100 -j SNAT --to-source 94.190.187.98 | |
| # 10.60.28.254 ON <=> 94.190.179.7 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.7 -j DNAT --to-destination 10.60.28.254 | |
| iptables -A SNAT60 -s 10.60.28.254 -j SNAT --to-source 94.190.179.7 | |
| # 10.60.4.40 ON <=> 94.190.180.190 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.190 -j DNAT --to-destination 10.60.4.40 | |
| iptables -A SNAT60 -s 10.60.4.40 -j SNAT --to-source 94.190.180.190 | |
| # 10.61.100.100 ON <=> 94.190.190.6 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.6 -j DNAT --to-destination 10.61.100.100 | |
| iptables -A SNAT61 -s 10.61.100.100 -j SNAT --to-source 94.190.190.6 | |
| # 10.61.100.101 ON <=> 94.190.190.116 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.116 -j DNAT --to-destination 10.61.100.101 | |
| iptables -A SNAT61 -s 10.61.100.101 -j SNAT --to-source 94.190.190.116 | |
| # 10.61.100.106 ON <=> 94.190.190.204 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.204 -j DNAT --to-destination 10.61.100.106 | |
| iptables -A SNAT61 -s 10.61.100.106 -j SNAT --to-source 94.190.190.204 | |
| # 10.61.100.111 ON <=> 94.190.180.148 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.148 -j DNAT --to-destination 10.61.100.111 | |
| iptables -A SNAT61 -s 10.61.100.111 -j SNAT --to-source 94.190.180.148 | |
| # 10.61.100.112 ON <=> 94.190.181.232 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.232 -j DNAT --to-destination 10.61.100.112 | |
| iptables -A SNAT61 -s 10.61.100.112 -j SNAT --to-source 94.190.181.232 | |
| # 10.61.11.100 ON <=> 94.190.187.144 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.144 -j DNAT --to-destination 10.61.11.100 | |
| iptables -A SNAT61 -s 10.61.11.100 -j SNAT --to-source 94.190.187.144 | |
| # 10.61.11.101 ON <=> 94.190.190.72 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.72 -j DNAT --to-destination 10.61.11.101 | |
| iptables -A SNAT61 -s 10.61.11.101 -j SNAT --to-source 94.190.190.72 | |
| # 10.61.11.200 ON <=> 94.190.187.119 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.119 -j DNAT --to-destination 10.61.11.200 | |
| iptables -A SNAT61 -s 10.61.11.200 -j SNAT --to-source 94.190.187.119 | |
| # 10.61.12.254 ON <=> 94.190.190.187 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.187 -j DNAT --to-destination 10.61.12.254 | |
| iptables -A SNAT61 -s 10.61.12.254 -j SNAT --to-source 94.190.190.187 | |
| # 10.61.3.254 ON <=> 94.190.187.64 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.64 -j DNAT --to-destination 10.61.3.254 | |
| iptables -A SNAT61 -s 10.61.3.254 -j SNAT --to-source 94.190.187.64 | |
| # 10.65.12.120 ON <=> 94.190.181.170 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.170 -j DNAT --to-destination 10.65.12.120 | |
| iptables -A SNAT65 -s 10.65.12.120 -j SNAT --to-source 94.190.181.170 | |
| # 10.65.2.100 ON <=> 94.190.181.184 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.184 -j DNAT --to-destination 10.65.2.100 | |
| iptables -A SNAT65 -s 10.65.2.100 -j SNAT --to-source 94.190.181.184 | |
| # 10.65.2.150 ON <=> 94.190.179.15 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.15 -j DNAT --to-destination 10.65.2.150 | |
| iptables -A SNAT65 -s 10.65.2.150 -j SNAT --to-source 94.190.179.15 | |
| # 10.65.2.240 ON <=> 94.190.180.76 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.76 -j DNAT --to-destination 10.65.2.240 | |
| iptables -A SNAT65 -s 10.65.2.240 -j SNAT --to-source 94.190.180.76 | |
| # 10.65.2.242 ON <=> 94.190.187.74 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.74 -j DNAT --to-destination 10.65.2.242 | |
| iptables -A SNAT65 -s 10.65.2.242 -j SNAT --to-source 94.190.187.74 | |
| # 10.65.20.200 ON <=> 94.190.180.93 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.93 -j DNAT --to-destination 10.65.20.200 | |
| iptables -A SNAT65 -s 10.65.20.200 -j SNAT --to-source 94.190.180.93 | |
| # 10.65.200.204 ON <=> 94.190.190.104 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.104 -j DNAT --to-destination 10.65.200.204 | |
| iptables -A SNAT65 -s 10.65.200.204 -j SNAT --to-source 94.190.190.104 | |
| # 10.65.200.205 ON <=> 94.190.179.126 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.126 -j DNAT --to-destination 10.65.200.205 | |
| iptables -A SNAT65 -s 10.65.200.205 -j SNAT --to-source 94.190.179.126 | |
| # 10.65.200.207 ON <=> 94.190.190.55 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.55 -j DNAT --to-destination 10.65.200.207 | |
| iptables -A SNAT65 -s 10.65.200.207 -j SNAT --to-source 94.190.190.55 | |
| # 10.65.200.250 ON <=> 94.190.187.159 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.159 -j DNAT --to-destination 10.65.200.250 | |
| iptables -A SNAT65 -s 10.65.200.250 -j SNAT --to-source 94.190.187.159 | |
| # 10.65.24.199 ON <=> 94.190.181.222 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.222 -j DNAT --to-destination 10.65.24.199 | |
| iptables -A SNAT65 -s 10.65.24.199 -j SNAT --to-source 94.190.181.222 | |
| # 10.65.24.200 ON <=> 94.190.179.236 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.236 -j DNAT --to-destination 10.65.24.200 | |
| iptables -A SNAT65 -s 10.65.24.200 -j SNAT --to-source 94.190.179.236 | |
| # 10.65.45.200 ON <=> 94.190.187.128 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.128 -j DNAT --to-destination 10.65.45.200 | |
| iptables -A SNAT65 -s 10.65.45.200 -j SNAT --to-source 94.190.187.128 | |
| # 10.65.6.104 ON <=> 94.190.181.103 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.103 -j DNAT --to-destination 10.65.6.104 | |
| iptables -A SNAT65 -s 10.65.6.104 -j SNAT --to-source 94.190.181.103 | |
| # 10.65.6.111 ON <=> 94.190.181.124 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.124 -j DNAT --to-destination 10.65.6.111 | |
| iptables -A SNAT65 -s 10.65.6.111 -j SNAT --to-source 94.190.181.124 | |
| # 10.65.65.10 ON <=> 94.190.180.114 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.114 -j DNAT --to-destination 10.65.65.10 | |
| iptables -A SNAT65 -s 10.65.65.10 -j SNAT --to-source 94.190.180.114 | |
| # 10.65.9.150 ON <=> 94.190.179.88 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.88 -j DNAT --to-destination 10.65.9.150 | |
| iptables -A SNAT65 -s 10.65.9.150 -j SNAT --to-source 94.190.179.88 | |
| # 10.66.100.100 ON <=> 94.190.190.182 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.182 -j DNAT --to-destination 10.66.100.100 | |
| iptables -A SNAT66 -s 10.66.100.100 -j SNAT --to-source 94.190.190.182 | |
| # 10.66.150.205 ON <=> 94.190.179.90 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.90 -j DNAT --to-destination 10.66.150.205 | |
| iptables -A SNAT66 -s 10.66.150.205 -j SNAT --to-source 94.190.179.90 | |
| # 10.7.1.140 ON <=> 94.190.181.60 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.60 -j DNAT --to-destination 10.7.1.140 | |
| iptables -A SNAT07 -s 10.7.1.140 -j SNAT --to-source 94.190.181.60 | |
| # 10.7.13.202 ON <=> 94.190.181.6 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.6 -j DNAT --to-destination 10.7.13.202 | |
| iptables -A SNAT07 -s 10.7.13.202 -j SNAT --to-source 94.190.181.6 | |
| # 10.7.150.150 ON <=> 94.190.190.236 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.236 -j DNAT --to-destination 10.7.150.150 | |
| iptables -A SNAT07 -s 10.7.150.150 -j SNAT --to-source 94.190.190.236 | |
| # 10.7.19.152 ON <=> 94.190.190.69 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.69 -j DNAT --to-destination 10.7.19.152 | |
| iptables -A SNAT07 -s 10.7.19.152 -j SNAT --to-source 94.190.190.69 | |
| # 10.7.22.199 ON <=> 94.190.187.156 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.156 -j DNAT --to-destination 10.7.22.199 | |
| iptables -A SNAT07 -s 10.7.22.199 -j SNAT --to-source 94.190.187.156 | |
| # 10.7.24.110 ON <=> 94.190.190.229 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.229 -j DNAT --to-destination 10.7.24.110 | |
| iptables -A SNAT07 -s 10.7.24.110 -j SNAT --to-source 94.190.190.229 | |
| # 10.7.24.150 ON <=> 94.190.187.42 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.42 -j DNAT --to-destination 10.7.24.150 | |
| iptables -A SNAT07 -s 10.7.24.150 -j SNAT --to-source 94.190.187.42 | |
| # 10.7.26.100 ON <=> 94.190.190.33 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.33 -j DNAT --to-destination 10.7.26.100 | |
| iptables -A SNAT07 -s 10.7.26.100 -j SNAT --to-source 94.190.190.33 | |
| # 10.7.27.102 ON <=> 94.190.180.102 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.102 -j DNAT --to-destination 10.7.27.102 | |
| iptables -A SNAT07 -s 10.7.27.102 -j SNAT --to-source 94.190.180.102 | |
| # 10.7.5.102 ON <=> 94.190.181.110 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.110 -j DNAT --to-destination 10.7.5.102 | |
| iptables -A SNAT07 -s 10.7.5.102 -j SNAT --to-source 94.190.181.110 | |
| # 10.7.54.100 ON <=> 94.190.187.77 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.77 -j DNAT --to-destination 10.7.54.100 | |
| iptables -A SNAT07 -s 10.7.54.100 -j SNAT --to-source 94.190.187.77 | |
| # 10.7.54.101 ON <=> 94.190.180.207 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.207 -j DNAT --to-destination 10.7.54.101 | |
| iptables -A SNAT07 -s 10.7.54.101 -j SNAT --to-source 94.190.180.207 | |
| # 10.7.54.54 ON <=> 94.190.180.24 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.24 -j DNAT --to-destination 10.7.54.54 | |
| iptables -A SNAT07 -s 10.7.54.54 -j SNAT --to-source 94.190.180.24 | |
| # 10.7.56.103 ON <=> 94.190.181.25 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.25 -j DNAT --to-destination 10.7.56.103 | |
| iptables -A SNAT07 -s 10.7.56.103 -j SNAT --to-source 94.190.181.25 | |
| # 10.7.59.253 ON <=> 94.190.181.77 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.77 -j DNAT --to-destination 10.7.59.253 | |
| iptables -A SNAT07 -s 10.7.59.253 -j SNAT --to-source 94.190.181.77 | |
| # 10.7.60.102 ON <=> 94.190.179.57 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.57 -j DNAT --to-destination 10.7.60.102 | |
| iptables -A SNAT07 -s 10.7.60.102 -j SNAT --to-source 94.190.179.57 | |
| # 10.7.61.100 ON <=> 94.190.179.74 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.74 -j DNAT --to-destination 10.7.61.100 | |
| iptables -A SNAT07 -s 10.7.61.100 -j SNAT --to-source 94.190.179.74 | |
| # 10.7.72.123 ON <=> 94.190.190.39 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.39 -j DNAT --to-destination 10.7.72.123 | |
| iptables -A SNAT07 -s 10.7.72.123 -j SNAT --to-source 94.190.190.39 | |
| # 10.7.75.250 ON <=> 94.190.181.151 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.151 -j DNAT --to-destination 10.7.75.250 | |
| iptables -A SNAT07 -s 10.7.75.250 -j SNAT --to-source 94.190.181.151 | |
| # 10.7.84.249 ON <=> 94.190.180.134 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.134 -j DNAT --to-destination 10.7.84.249 | |
| iptables -A SNAT07 -s 10.7.84.249 -j SNAT --to-source 94.190.180.134 | |
| # 10.7.88.100 ON <=> 94.190.190.154 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.154 -j DNAT --to-destination 10.7.88.100 | |
| iptables -A SNAT07 -s 10.7.88.100 -j SNAT --to-source 94.190.190.154 | |
| # 10.7.88.88 ON <=> 94.190.190.112 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.112 -j DNAT --to-destination 10.7.88.88 | |
| iptables -A SNAT07 -s 10.7.88.88 -j SNAT --to-source 94.190.190.112 | |
| # 10.7.9.138 ON <=> 94.190.181.213 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.213 -j DNAT --to-destination 10.7.9.138 | |
| iptables -A SNAT07 -s 10.7.9.138 -j SNAT --to-source 94.190.181.213 | |
| # 10.7.9.44 ON <=> 94.190.180.229 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.229 -j DNAT --to-destination 10.7.9.44 | |
| iptables -A SNAT07 -s 10.7.9.44 -j SNAT --to-source 94.190.180.229 | |
| # 10.70.1.150 ON <=> 94.190.190.164 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.164 -j DNAT --to-destination 10.70.1.150 | |
| iptables -A SNAT70 -s 10.70.1.150 -j SNAT --to-source 94.190.190.164 | |
| # 10.70.15.250 ON <=> 94.190.190.143 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.143 -j DNAT --to-destination 10.70.15.250 | |
| iptables -A SNAT70 -s 10.70.15.250 -j SNAT --to-source 94.190.190.143 | |
| # 10.70.16.150 ON <=> 94.190.190.36 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.36 -j DNAT --to-destination 10.70.16.150 | |
| iptables -A SNAT70 -s 10.70.16.150 -j SNAT --to-source 94.190.190.36 | |
| # 10.70.20.250 ON <=> 94.190.180.213 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.213 -j DNAT --to-destination 10.70.20.250 | |
| iptables -A SNAT70 -s 10.70.20.250 -j SNAT --to-source 94.190.180.213 | |
| # 10.70.23.9 ON <=> 94.190.180.152 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.152 -j DNAT --to-destination 10.70.23.9 | |
| iptables -A SNAT70 -s 10.70.23.9 -j SNAT --to-source 94.190.180.152 | |
| # 10.70.33.110 ON <=> 94.190.181.80 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.80 -j DNAT --to-destination 10.70.33.110 | |
| iptables -A SNAT70 -s 10.70.33.110 -j SNAT --to-source 94.190.181.80 | |
| # 10.70.5.110 ON <=> 94.190.187.58 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.58 -j DNAT --to-destination 10.70.5.110 | |
| iptables -A SNAT70 -s 10.70.5.110 -j SNAT --to-source 94.190.187.58 | |
| # 10.71.100.101 ON <=> 94.190.179.166 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.166 -j DNAT --to-destination 10.71.100.101 | |
| iptables -A SNAT71 -s 10.71.100.101 -j SNAT --to-source 94.190.179.166 | |
| # 10.71.13.240 ON <=> 94.190.181.85 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.85 -j DNAT --to-destination 10.71.13.240 | |
| iptables -A SNAT71 -s 10.71.13.240 -j SNAT --to-source 94.190.181.85 | |
| # 10.71.149.100 ON <=> 94.190.179.35 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.35 -j DNAT --to-destination 10.71.149.100 | |
| iptables -A SNAT71 -s 10.71.149.100 -j SNAT --to-source 94.190.179.35 | |
| # 10.71.15.89 ON <=> 94.190.181.252 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.252 -j DNAT --to-destination 10.71.15.89 | |
| iptables -A SNAT71 -s 10.71.15.89 -j SNAT --to-source 94.190.181.252 | |
| # 10.71.153.100 ON <=> 94.190.180.23 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.23 -j DNAT --to-destination 10.71.153.100 | |
| iptables -A SNAT71 -s 10.71.153.100 -j SNAT --to-source 94.190.180.23 | |
| # 10.71.153.153 ON <=> 94.190.190.166 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.166 -j DNAT --to-destination 10.71.153.153 | |
| iptables -A SNAT71 -s 10.71.153.153 -j SNAT --to-source 94.190.190.166 | |
| # 10.71.161.253 ON <=> 94.190.190.62 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.62 -j DNAT --to-destination 10.71.161.253 | |
| iptables -A SNAT71 -s 10.71.161.253 -j SNAT --to-source 94.190.190.62 | |
| # 10.71.161.254 ON <=> 94.190.180.85 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.85 -j DNAT --to-destination 10.71.161.254 | |
| iptables -A SNAT71 -s 10.71.161.254 -j SNAT --to-source 94.190.180.85 | |
| # 10.71.28.39 ON <=> 94.190.179.95 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.95 -j DNAT --to-destination 10.71.28.39 | |
| iptables -A SNAT71 -s 10.71.28.39 -j SNAT --to-source 94.190.179.95 | |
| # 10.71.28.41 ON <=> 94.190.187.219 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.219 -j DNAT --to-destination 10.71.28.41 | |
| iptables -A SNAT71 -s 10.71.28.41 -j SNAT --to-source 94.190.187.219 | |
| # 10.71.29.166 ON <=> 94.190.179.217 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.217 -j DNAT --to-destination 10.71.29.166 | |
| iptables -A SNAT71 -s 10.71.29.166 -j SNAT --to-source 94.190.179.217 | |
| # 10.71.29.199 ON <=> 94.190.187.150 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.150 -j DNAT --to-destination 10.71.29.199 | |
| iptables -A SNAT71 -s 10.71.29.199 -j SNAT --to-source 94.190.187.150 | |
| # 10.71.37.100 ON <=> 94.190.179.78 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.78 -j DNAT --to-destination 10.71.37.100 | |
| iptables -A SNAT71 -s 10.71.37.100 -j SNAT --to-source 94.190.179.78 | |
| # 10.72.12.250 ON <=> 94.190.190.153 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.153 -j DNAT --to-destination 10.72.12.250 | |
| iptables -A SNAT72 -s 10.72.12.250 -j SNAT --to-source 94.190.190.153 | |
| # 10.72.13.6 ON <=> 94.190.179.215 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.215 -j DNAT --to-destination 10.72.13.6 | |
| iptables -A SNAT72 -s 10.72.13.6 -j SNAT --to-source 94.190.179.215 | |
| # 10.72.150.150 ON <=> 94.190.187.104 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.104 -j DNAT --to-destination 10.72.150.150 | |
| iptables -A SNAT72 -s 10.72.150.150 -j SNAT --to-source 94.190.187.104 | |
| # 10.72.150.151 ON <=> 94.190.187.90 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.90 -j DNAT --to-destination 10.72.150.151 | |
| iptables -A SNAT72 -s 10.72.150.151 -j SNAT --to-source 94.190.187.90 | |
| # 10.72.16.100 ON <=> 94.190.181.122 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.122 -j DNAT --to-destination 10.72.16.100 | |
| iptables -A SNAT72 -s 10.72.16.100 -j SNAT --to-source 94.190.181.122 | |
| # 10.72.169.200 ON <=> 94.190.187.59 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.59 -j DNAT --to-destination 10.72.169.200 | |
| iptables -A SNAT72 -s 10.72.169.200 -j SNAT --to-source 94.190.187.59 | |
| # 10.72.173.100 ON <=> 94.190.181.62 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.62 -j DNAT --to-destination 10.72.173.100 | |
| iptables -A SNAT72 -s 10.72.173.100 -j SNAT --to-source 94.190.181.62 | |
| # 10.72.2.105 ON <=> 94.190.179.138 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.138 -j DNAT --to-destination 10.72.2.105 | |
| iptables -A SNAT72 -s 10.72.2.105 -j SNAT --to-source 94.190.179.138 | |
| # 10.72.20.200 ON <=> 94.190.190.35 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.35 -j DNAT --to-destination 10.72.20.200 | |
| iptables -A SNAT72 -s 10.72.20.200 -j SNAT --to-source 94.190.190.35 | |
| # 10.72.200.222 ON <=> 94.190.187.85 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.85 -j DNAT --to-destination 10.72.200.222 | |
| iptables -A SNAT72 -s 10.72.200.222 -j SNAT --to-source 94.190.187.85 | |
| # 10.72.29.101 ON <=> 94.190.187.96 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.96 -j DNAT --to-destination 10.72.29.101 | |
| iptables -A SNAT72 -s 10.72.29.101 -j SNAT --to-source 94.190.187.96 | |
| # 10.72.37.8 ON <=> 94.190.187.23 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.23 -j DNAT --to-destination 10.72.37.8 | |
| iptables -A SNAT72 -s 10.72.37.8 -j SNAT --to-source 94.190.187.23 | |
| # 10.73.100.111 ON <=> 94.190.181.58 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.58 -j DNAT --to-destination 10.73.100.111 | |
| iptables -A SNAT73 -s 10.73.100.111 -j SNAT --to-source 94.190.181.58 | |
| # 10.73.100.194 ON <=> 94.190.180.122 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.122 -j DNAT --to-destination 10.73.100.194 | |
| iptables -A SNAT73 -s 10.73.100.194 -j SNAT --to-source 94.190.180.122 | |
| # 10.73.100.252 ON <=> 94.190.190.60 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.60 -j DNAT --to-destination 10.73.100.252 | |
| iptables -A SNAT73 -s 10.73.100.252 -j SNAT --to-source 94.190.190.60 | |
| # 10.73.136.3 ON <=> 94.190.190.93 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.93 -j DNAT --to-destination 10.73.136.3 | |
| iptables -A SNAT73 -s 10.73.136.3 -j SNAT --to-source 94.190.190.93 | |
| # 10.73.173.173 ON <=> 94.190.180.75 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.75 -j DNAT --to-destination 10.73.173.173 | |
| iptables -A SNAT73 -s 10.73.173.173 -j SNAT --to-source 94.190.180.75 | |
| # 10.73.200.110 ON <=> 94.190.181.61 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.61 -j DNAT --to-destination 10.73.200.110 | |
| iptables -A SNAT73 -s 10.73.200.110 -j SNAT --to-source 94.190.181.61 | |
| # 10.73.200.135 ON <=> 94.190.181.136 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.136 -j DNAT --to-destination 10.73.200.135 | |
| iptables -A SNAT73 -s 10.73.200.135 -j SNAT --to-source 94.190.181.136 | |
| # 10.73.200.160 ON <=> 94.190.179.116 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.116 -j DNAT --to-destination 10.73.200.160 | |
| iptables -A SNAT73 -s 10.73.200.160 -j SNAT --to-source 94.190.179.116 | |
| # 10.73.200.199 ON <=> 94.190.180.7 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.7 -j DNAT --to-destination 10.73.200.199 | |
| iptables -A SNAT73 -s 10.73.200.199 -j SNAT --to-source 94.190.180.7 | |
| # 10.73.200.80 ON <=> 94.190.179.127 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.127 -j DNAT --to-destination 10.73.200.80 | |
| iptables -A SNAT73 -s 10.73.200.80 -j SNAT --to-source 94.190.179.127 | |
| # 10.73.240.250 ON <=> 94.190.187.234 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.234 -j DNAT --to-destination 10.73.240.250 | |
| iptables -A SNAT73 -s 10.73.240.250 -j SNAT --to-source 94.190.187.234 | |
| # 10.73.250.110 ON <=> 94.190.181.201 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.201 -j DNAT --to-destination 10.73.250.110 | |
| iptables -A SNAT73 -s 10.73.250.110 -j SNAT --to-source 94.190.181.201 | |
| # 10.73.250.200 ON <=> 94.190.181.74 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.74 -j DNAT --to-destination 10.73.250.200 | |
| iptables -A SNAT73 -s 10.73.250.200 -j SNAT --to-source 94.190.181.74 | |
| # 10.73.254.240 ON <=> 94.190.180.226 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.226 -j DNAT --to-destination 10.73.254.240 | |
| iptables -A SNAT73 -s 10.73.254.240 -j SNAT --to-source 94.190.180.226 | |
| # 10.73.41.249 ON <=> 94.190.181.146 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.146 -j DNAT --to-destination 10.73.41.249 | |
| iptables -A SNAT73 -s 10.73.41.249 -j SNAT --to-source 94.190.181.146 | |
| # 10.73.41.253 ON <=> 94.190.187.170 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.170 -j DNAT --to-destination 10.73.41.253 | |
| iptables -A SNAT73 -s 10.73.41.253 -j SNAT --to-source 94.190.187.170 | |
| # 10.73.6.106 ON <=> 94.190.181.10 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.10 -j DNAT --to-destination 10.73.6.106 | |
| iptables -A SNAT73 -s 10.73.6.106 -j SNAT --to-source 94.190.181.10 | |
| # 10.73.74.104 ON <=> 94.190.190.189 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.189 -j DNAT --to-destination 10.73.74.104 | |
| iptables -A SNAT73 -s 10.73.74.104 -j SNAT --to-source 94.190.190.189 | |
| # 10.73.76.200 ON <=> 94.190.187.60 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.60 -j DNAT --to-destination 10.73.76.200 | |
| iptables -A SNAT73 -s 10.73.76.200 -j SNAT --to-source 94.190.187.60 | |
| # 10.73.76.201 ON <=> 94.190.187.190 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.190 -j DNAT --to-destination 10.73.76.201 | |
| iptables -A SNAT73 -s 10.73.76.201 -j SNAT --to-source 94.190.187.190 | |
| # 10.73.82.254 ON <=> 94.190.187.44 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.44 -j DNAT --to-destination 10.73.82.254 | |
| iptables -A SNAT73 -s 10.73.82.254 -j SNAT --to-source 94.190.187.44 | |
| # 10.73.90.4 ON <=> 94.190.187.181 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.181 -j DNAT --to-destination 10.73.90.4 | |
| iptables -A SNAT73 -s 10.73.90.4 -j SNAT --to-source 94.190.187.181 | |
| # 10.76.1.200 ON <=> 94.190.181.234 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.234 -j DNAT --to-destination 10.76.1.200 | |
| iptables -A SNAT76 -s 10.76.1.200 -j SNAT --to-source 94.190.181.234 | |
| # 10.76.2.100 ON <=> 94.190.190.198 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.198 -j DNAT --to-destination 10.76.2.100 | |
| iptables -A SNAT76 -s 10.76.2.100 -j SNAT --to-source 94.190.190.198 | |
| # 10.76.3.251 ON <=> 94.190.179.71 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.71 -j DNAT --to-destination 10.76.3.251 | |
| iptables -A SNAT76 -s 10.76.3.251 -j SNAT --to-source 94.190.179.71 | |
| # 10.76.32.100 ON <=> 94.190.180.201 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.201 -j DNAT --to-destination 10.76.32.100 | |
| iptables -A SNAT76 -s 10.76.32.100 -j SNAT --to-source 94.190.180.201 | |
| # 10.77.100.100 ON <=> 94.190.187.165 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.165 -j DNAT --to-destination 10.77.100.100 | |
| iptables -A SNAT77 -s 10.77.100.100 -j SNAT --to-source 94.190.187.165 | |
| # 10.77.100.101 ON <=> 94.190.179.41 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.41 -j DNAT --to-destination 10.77.100.101 | |
| iptables -A SNAT77 -s 10.77.100.101 -j SNAT --to-source 94.190.179.41 | |
| # 10.78.1.1 ON <=> 94.190.180.55 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.55 -j DNAT --to-destination 10.78.1.1 | |
| iptables -A SNAT78 -s 10.78.1.1 -j SNAT --to-source 94.190.180.55 | |
| # 10.78.199.199 ON <=> 94.190.181.15 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.15 -j DNAT --to-destination 10.78.199.199 | |
| iptables -A SNAT78 -s 10.78.199.199 -j SNAT --to-source 94.190.181.15 | |
| # 10.78.2.127 ON <=> 94.190.181.138 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.138 -j DNAT --to-destination 10.78.2.127 | |
| iptables -A SNAT78 -s 10.78.2.127 -j SNAT --to-source 94.190.181.138 | |
| # 10.78.2.150 ON <=> 94.190.179.60 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.60 -j DNAT --to-destination 10.78.2.150 | |
| iptables -A SNAT78 -s 10.78.2.150 -j SNAT --to-source 94.190.179.60 | |
| # 10.78.200.201 ON <=> 94.190.181.202 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.202 -j DNAT --to-destination 10.78.200.201 | |
| iptables -A SNAT78 -s 10.78.200.201 -j SNAT --to-source 94.190.181.202 | |
| # 10.78.9.253 ON <=> 94.190.180.68 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.68 -j DNAT --to-destination 10.78.9.253 | |
| iptables -A SNAT78 -s 10.78.9.253 -j SNAT --to-source 94.190.180.68 | |
| # 10.79.10.250 ON <=> 94.190.187.109 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.109 -j DNAT --to-destination 10.79.10.250 | |
| iptables -A SNAT79 -s 10.79.10.250 -j SNAT --to-source 94.190.187.109 | |
| # 10.79.11.201 ON <=> 94.190.180.88 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.88 -j DNAT --to-destination 10.79.11.201 | |
| iptables -A SNAT79 -s 10.79.11.201 -j SNAT --to-source 94.190.180.88 | |
| # 10.79.12.50 ON <=> 94.190.180.104 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.104 -j DNAT --to-destination 10.79.12.50 | |
| iptables -A SNAT79 -s 10.79.12.50 -j SNAT --to-source 94.190.180.104 | |
| # 10.79.14.55 OFF <=> 94.190.187.160 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.160 -j DNAT --to-destination 10.79.14.55 | |
| iptables -A SNAT79 -s 10.79.14.55 -j SNAT --to-source 94.190.187.160 | |
| # 10.79.17.200 ON <=> 94.190.181.182 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.182 -j DNAT --to-destination 10.79.17.200 | |
| iptables -A SNAT79 -s 10.79.17.200 -j SNAT --to-source 94.190.181.182 | |
| # 10.79.17.250 ON <=> 94.190.179.21 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.21 -j DNAT --to-destination 10.79.17.250 | |
| iptables -A SNAT79 -s 10.79.17.250 -j SNAT --to-source 94.190.179.21 | |
| # 10.79.2.253 ON <=> 94.190.181.239 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.239 -j DNAT --to-destination 10.79.2.253 | |
| iptables -A SNAT79 -s 10.79.2.253 -j SNAT --to-source 94.190.181.239 | |
| # 10.79.21.22 ON <=> 94.190.190.220 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.220 -j DNAT --to-destination 10.79.21.22 | |
| iptables -A SNAT79 -s 10.79.21.22 -j SNAT --to-source 94.190.190.220 | |
| # 10.79.250.240 ON <=> 94.190.179.172 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.172 -j DNAT --to-destination 10.79.250.240 | |
| iptables -A SNAT79 -s 10.79.250.240 -j SNAT --to-source 94.190.179.172 | |
| # 10.79.26.254 ON <=> 94.190.179.124 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.124 -j DNAT --to-destination 10.79.26.254 | |
| iptables -A SNAT79 -s 10.79.26.254 -j SNAT --to-source 94.190.179.124 | |
| # 10.79.34.2 ON <=> 94.190.181.198 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.198 -j DNAT --to-destination 10.79.34.2 | |
| iptables -A SNAT79 -s 10.79.34.2 -j SNAT --to-source 94.190.181.198 | |
| # 10.79.35.102 ON <=> 94.190.187.246 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.246 -j DNAT --to-destination 10.79.35.102 | |
| iptables -A SNAT79 -s 10.79.35.102 -j SNAT --to-source 94.190.187.246 | |
| # 10.79.4.150 ON <=> 94.190.181.48 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.48 -j DNAT --to-destination 10.79.4.150 | |
| iptables -A SNAT79 -s 10.79.4.150 -j SNAT --to-source 94.190.181.48 | |
| # 10.79.5.50 ON <=> 94.190.190.241 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.241 -j DNAT --to-destination 10.79.5.50 | |
| iptables -A SNAT79 -s 10.79.5.50 -j SNAT --to-source 94.190.190.241 | |
| # 10.79.50.254 ON <=> 94.190.179.150 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.150 -j DNAT --to-destination 10.79.50.254 | |
| iptables -A SNAT79 -s 10.79.50.254 -j SNAT --to-source 94.190.179.150 | |
| # 10.79.76.100 OFF <=> 94.190.187.145 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.145 -j DNAT --to-destination 10.79.76.100 | |
| iptables -A SNAT79 -s 10.79.76.100 -j SNAT --to-source 94.190.187.145 | |
| # 10.79.76.101 ON <=> 94.190.187.148 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.148 -j DNAT --to-destination 10.79.76.101 | |
| iptables -A SNAT79 -s 10.79.76.101 -j SNAT --to-source 94.190.187.148 | |
| # 10.79.8.150 ON <=> 94.190.181.178 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.178 -j DNAT --to-destination 10.79.8.150 | |
| iptables -A SNAT79 -s 10.79.8.150 -j SNAT --to-source 94.190.181.178 | |
| # 10.79.8.22 ON <=> 94.190.181.216 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.216 -j DNAT --to-destination 10.79.8.22 | |
| iptables -A SNAT79 -s 10.79.8.22 -j SNAT --to-source 94.190.181.216 | |
| # 10.79.9.8 ON <=> 94.190.180.151 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.151 -j DNAT --to-destination 10.79.9.8 | |
| iptables -A SNAT79 -s 10.79.9.8 -j SNAT --to-source 94.190.180.151 | |
| # 10.8.1.120 ON <=> 94.190.179.120 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.120 -j DNAT --to-destination 10.8.1.120 | |
| iptables -A SNAT08 -s 10.8.1.120 -j SNAT --to-source 94.190.179.120 | |
| # 10.8.200.200 ON <=> 94.190.180.158 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.158 -j DNAT --to-destination 10.8.200.200 | |
| iptables -A SNAT08 -s 10.8.200.200 -j SNAT --to-source 94.190.180.158 | |
| # 10.8.21.46 ON <=> 94.190.187.206 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.206 -j DNAT --to-destination 10.8.21.46 | |
| iptables -A SNAT08 -s 10.8.21.46 -j SNAT --to-source 94.190.187.206 | |
| # 10.8.27.201 ON <=> 94.190.187.55 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.55 -j DNAT --to-destination 10.8.27.201 | |
| iptables -A SNAT08 -s 10.8.27.201 -j SNAT --to-source 94.190.187.55 | |
| # 10.8.42.100 ON <=> 94.190.187.10 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.10 -j DNAT --to-destination 10.8.42.100 | |
| iptables -A SNAT08 -s 10.8.42.100 -j SNAT --to-source 94.190.187.10 | |
| # 10.8.56.150 ON <=> 94.190.181.44 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.44 -j DNAT --to-destination 10.8.56.150 | |
| iptables -A SNAT08 -s 10.8.56.150 -j SNAT --to-source 94.190.181.44 | |
| # 10.8.57.250 ON <=> 94.190.190.159 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.159 -j DNAT --to-destination 10.8.57.250 | |
| iptables -A SNAT08 -s 10.8.57.250 -j SNAT --to-source 94.190.190.159 | |
| # 10.8.57.60 ON <=> 94.190.179.254 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.254 -j DNAT --to-destination 10.8.57.60 | |
| iptables -A SNAT08 -s 10.8.57.60 -j SNAT --to-source 94.190.179.254 | |
| # 10.80.100.100 ON <=> 94.190.179.101 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.101 -j DNAT --to-destination 10.80.100.100 | |
| iptables -A SNAT80 -s 10.80.100.100 -j SNAT --to-source 94.190.179.101 | |
| # 10.80.100.200 ON <=> 94.190.190.15 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.15 -j DNAT --to-destination 10.80.100.200 | |
| iptables -A SNAT80 -s 10.80.100.200 -j SNAT --to-source 94.190.190.15 | |
| # 10.80.100.30 ON <=> 94.190.187.31 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.31 -j DNAT --to-destination 10.80.100.30 | |
| iptables -A SNAT80 -s 10.80.100.30 -j SNAT --to-source 94.190.187.31 | |
| # 10.80.100.4 ON <=> 94.190.180.26 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.26 -j DNAT --to-destination 10.80.100.4 | |
| iptables -A SNAT80 -s 10.80.100.4 -j SNAT --to-source 94.190.180.26 | |
| # 10.80.181.103 ON <=> 94.190.180.246 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.246 -j DNAT --to-destination 10.80.181.103 | |
| iptables -A SNAT80 -s 10.80.181.103 -j SNAT --to-source 94.190.180.246 | |
| # 10.80.181.201 ON <=> 94.190.187.21 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.21 -j DNAT --to-destination 10.80.181.201 | |
| iptables -A SNAT80 -s 10.80.181.201 -j SNAT --to-source 94.190.187.21 | |
| # 10.80.194.50 ON <=> 94.190.180.196 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.196 -j DNAT --to-destination 10.80.194.50 | |
| iptables -A SNAT80 -s 10.80.194.50 -j SNAT --to-source 94.190.180.196 | |
| # 10.80.22.50 ON <=> 94.190.181.54 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.54 -j DNAT --to-destination 10.80.22.50 | |
| iptables -A SNAT80 -s 10.80.22.50 -j SNAT --to-source 94.190.181.54 | |
| # 10.80.7.124 ON <=> 94.190.187.53 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.53 -j DNAT --to-destination 10.80.7.124 | |
| iptables -A SNAT80 -s 10.80.7.124 -j SNAT --to-source 94.190.187.53 | |
| # 10.81.10.180 ON <=> 94.190.181.225 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.225 -j DNAT --to-destination 10.81.10.180 | |
| iptables -A SNAT81 -s 10.81.10.180 -j SNAT --to-source 94.190.181.225 | |
| # 10.81.10.245 ON <=> 94.190.190.81 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.81 -j DNAT --to-destination 10.81.10.245 | |
| iptables -A SNAT81 -s 10.81.10.245 -j SNAT --to-source 94.190.190.81 | |
| # 10.81.100.100 ON <=> 94.190.190.135 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.135 -j DNAT --to-destination 10.81.100.100 | |
| iptables -A SNAT81 -s 10.81.100.100 -j SNAT --to-source 94.190.190.135 | |
| # 10.81.100.105 ON <=> 94.190.181.187 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.187 -j DNAT --to-destination 10.81.100.105 | |
| iptables -A SNAT81 -s 10.81.100.105 -j SNAT --to-source 94.190.181.187 | |
| # 10.81.100.106 ON <=> 94.190.180.172 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.172 -j DNAT --to-destination 10.81.100.106 | |
| iptables -A SNAT81 -s 10.81.100.106 -j SNAT --to-source 94.190.180.172 | |
| # 10.81.100.109 ON <=> 94.190.190.106 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.106 -j DNAT --to-destination 10.81.100.109 | |
| iptables -A SNAT81 -s 10.81.100.109 -j SNAT --to-source 94.190.190.106 | |
| # 10.81.100.111 ON <=> 94.190.179.190 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.190 -j DNAT --to-destination 10.81.100.111 | |
| iptables -A SNAT81 -s 10.81.100.111 -j SNAT --to-source 94.190.179.190 | |
| # 10.81.100.113 ON <=> 94.190.180.185 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.185 -j DNAT --to-destination 10.81.100.113 | |
| iptables -A SNAT81 -s 10.81.100.113 -j SNAT --to-source 94.190.180.185 | |
| # 10.81.100.150 ON <=> 94.190.179.251 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.251 -j DNAT --to-destination 10.81.100.150 | |
| iptables -A SNAT81 -s 10.81.100.150 -j SNAT --to-source 94.190.179.251 | |
| # 10.81.100.188 ON <=> 94.190.187.120 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.120 -j DNAT --to-destination 10.81.100.188 | |
| iptables -A SNAT81 -s 10.81.100.188 -j SNAT --to-source 94.190.187.120 | |
| # 10.81.11.200 ON <=> 94.190.179.29 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.29 -j DNAT --to-destination 10.81.11.200 | |
| iptables -A SNAT81 -s 10.81.11.200 -j SNAT --to-source 94.190.179.29 | |
| # 10.81.150.151 ON <=> 94.190.190.184 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.184 -j DNAT --to-destination 10.81.150.151 | |
| iptables -A SNAT81 -s 10.81.150.151 -j SNAT --to-source 94.190.190.184 | |
| # 10.81.150.190 ON <=> 94.190.187.68 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.68 -j DNAT --to-destination 10.81.150.190 | |
| iptables -A SNAT81 -s 10.81.150.190 -j SNAT --to-source 94.190.187.68 | |
| # 10.81.150.191 ON <=> 94.190.187.237 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.237 -j DNAT --to-destination 10.81.150.191 | |
| iptables -A SNAT81 -s 10.81.150.191 -j SNAT --to-source 94.190.187.237 | |
| # 10.81.150.8 ON <=> 94.190.181.123 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.123 -j DNAT --to-destination 10.81.150.8 | |
| iptables -A SNAT81 -s 10.81.150.8 -j SNAT --to-source 94.190.181.123 | |
| # 10.81.24.100 ON <=> 94.190.190.163 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.163 -j DNAT --to-destination 10.81.24.100 | |
| iptables -A SNAT81 -s 10.81.24.100 -j SNAT --to-source 94.190.190.163 | |
| # 10.81.240.242 ON <=> 94.190.180.243 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.243 -j DNAT --to-destination 10.81.240.242 | |
| iptables -A SNAT81 -s 10.81.240.242 -j SNAT --to-source 94.190.180.243 | |
| # 10.81.240.247 ON <=> 94.190.180.225 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.225 -j DNAT --to-destination 10.81.240.247 | |
| iptables -A SNAT81 -s 10.81.240.247 -j SNAT --to-source 94.190.180.225 | |
| # 10.81.250.12 ON <=> 94.190.179.175 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.175 -j DNAT --to-destination 10.81.250.12 | |
| iptables -A SNAT81 -s 10.81.250.12 -j SNAT --to-source 94.190.179.175 | |
| # 10.81.250.20 ON <=> 94.190.187.238 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.238 -j DNAT --to-destination 10.81.250.20 | |
| iptables -A SNAT81 -s 10.81.250.20 -j SNAT --to-source 94.190.187.238 | |
| # 10.81.250.90 ON <=> 94.190.187.197 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.197 -j DNAT --to-destination 10.81.250.90 | |
| iptables -A SNAT81 -s 10.81.250.90 -j SNAT --to-source 94.190.187.197 | |
| # 10.81.3.121 ON <=> 94.190.180.49 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.49 -j DNAT --to-destination 10.81.3.121 | |
| iptables -A SNAT81 -s 10.81.3.121 -j SNAT --to-source 94.190.180.49 | |
| # 10.81.33.200 ON <=> 94.190.181.13 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.13 -j DNAT --to-destination 10.81.33.200 | |
| iptables -A SNAT81 -s 10.81.33.200 -j SNAT --to-source 94.190.181.13 | |
| # 10.81.6.200 ON <=> 94.190.179.131 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.131 -j DNAT --to-destination 10.81.6.200 | |
| iptables -A SNAT81 -s 10.81.6.200 -j SNAT --to-source 94.190.179.131 | |
| # 10.82.0.8 ON <=> 94.190.190.196 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.196 -j DNAT --to-destination 10.82.0.8 | |
| iptables -A SNAT82 -s 10.82.0.8 -j SNAT --to-source 94.190.190.196 | |
| # 10.82.27.200 ON <=> 94.190.187.232 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.232 -j DNAT --to-destination 10.82.27.200 | |
| iptables -A SNAT82 -s 10.82.27.200 -j SNAT --to-source 94.190.187.232 | |
| # 10.82.39.155 ON <=> 94.190.180.211 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.211 -j DNAT --to-destination 10.82.39.155 | |
| iptables -A SNAT82 -s 10.82.39.155 -j SNAT --to-source 94.190.180.211 | |
| # 10.82.39.190 ON <=> 94.190.181.203 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.203 -j DNAT --to-destination 10.82.39.190 | |
| iptables -A SNAT82 -s 10.82.39.190 -j SNAT --to-source 94.190.181.203 | |
| # 10.82.39.195 ON <=> 94.190.180.175 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.175 -j DNAT --to-destination 10.82.39.195 | |
| iptables -A SNAT82 -s 10.82.39.195 -j SNAT --to-source 94.190.180.175 | |
| # 10.82.7.150 ON <=> 94.190.181.118 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.118 -j DNAT --to-destination 10.82.7.150 | |
| iptables -A SNAT82 -s 10.82.7.150 -j SNAT --to-source 94.190.181.118 | |
| # 10.83.0.111 ON <=> 94.190.180.2 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.2 -j DNAT --to-destination 10.83.0.111 | |
| iptables -A SNAT83 -s 10.83.0.111 -j SNAT --to-source 94.190.180.2 | |
| # 10.83.100.102 ON <=> 94.190.187.76 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.76 -j DNAT --to-destination 10.83.100.102 | |
| iptables -A SNAT83 -s 10.83.100.102 -j SNAT --to-source 94.190.187.76 | |
| # 10.83.100.135 ON <=> 94.190.180.218 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.218 -j DNAT --to-destination 10.83.100.135 | |
| iptables -A SNAT83 -s 10.83.100.135 -j SNAT --to-source 94.190.180.218 | |
| # 10.83.100.14 ON <=> 94.190.187.163 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.163 -j DNAT --to-destination 10.83.100.14 | |
| iptables -A SNAT83 -s 10.83.100.14 -j SNAT --to-source 94.190.187.163 | |
| # 10.83.100.216 ON <=> 94.190.187.125 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.125 -j DNAT --to-destination 10.83.100.216 | |
| iptables -A SNAT83 -s 10.83.100.216 -j SNAT --to-source 94.190.187.125 | |
| # 10.83.100.99 ON <=> 94.190.190.19 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.19 -j DNAT --to-destination 10.83.100.99 | |
| iptables -A SNAT83 -s 10.83.100.99 -j SNAT --to-source 94.190.190.19 | |
| # 10.83.150.140 ON <=> 94.190.190.102 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.102 -j DNAT --to-destination 10.83.150.140 | |
| iptables -A SNAT83 -s 10.83.150.140 -j SNAT --to-source 94.190.190.102 | |
| # 10.83.200.100 ON <=> 94.190.180.222 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.222 -j DNAT --to-destination 10.83.200.100 | |
| iptables -A SNAT83 -s 10.83.200.100 -j SNAT --to-source 94.190.180.222 | |
| # 10.83.200.101 ON <=> 94.190.190.168 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.168 -j DNAT --to-destination 10.83.200.101 | |
| iptables -A SNAT83 -s 10.83.200.101 -j SNAT --to-source 94.190.190.168 | |
| # 10.83.200.120 ON <=> 94.190.187.249 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.249 -j DNAT --to-destination 10.83.200.120 | |
| iptables -A SNAT83 -s 10.83.200.120 -j SNAT --to-source 94.190.187.249 | |
| # 10.83.200.138 ON <=> 94.190.190.183 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.183 -j DNAT --to-destination 10.83.200.138 | |
| iptables -A SNAT83 -s 10.83.200.138 -j SNAT --to-source 94.190.190.183 | |
| # 10.83.200.200 ON <=> 94.190.179.152 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.152 -j DNAT --to-destination 10.83.200.200 | |
| iptables -A SNAT83 -s 10.83.200.200 -j SNAT --to-source 94.190.179.152 | |
| # 10.83.200.24 ON <=> 94.190.187.9 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.9 -j DNAT --to-destination 10.83.200.24 | |
| iptables -A SNAT83 -s 10.83.200.24 -j SNAT --to-source 94.190.187.9 | |
| # 10.83.200.250 ON <=> 94.190.179.177 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.177 -j DNAT --to-destination 10.83.200.250 | |
| iptables -A SNAT83 -s 10.83.200.250 -j SNAT --to-source 94.190.179.177 | |
| # 10.83.200.57 ON <=> 94.190.187.241 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.241 -j DNAT --to-destination 10.83.200.57 | |
| iptables -A SNAT83 -s 10.83.200.57 -j SNAT --to-source 94.190.187.241 | |
| # 10.83.201.100 ON <=> 94.190.179.24 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.24 -j DNAT --to-destination 10.83.201.100 | |
| iptables -A SNAT83 -s 10.83.201.100 -j SNAT --to-source 94.190.179.24 | |
| # 10.83.202.1 ON <=> 94.190.180.135 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.135 -j DNAT --to-destination 10.83.202.1 | |
| iptables -A SNAT83 -s 10.83.202.1 -j SNAT --to-source 94.190.180.135 | |
| # 10.83.205.111 ON <=> 94.190.190.119 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.119 -j DNAT --to-destination 10.83.205.111 | |
| iptables -A SNAT83 -s 10.83.205.111 -j SNAT --to-source 94.190.190.119 | |
| # 10.83.207.1 ON <=> 94.190.187.78 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.78 -j DNAT --to-destination 10.83.207.1 | |
| iptables -A SNAT83 -s 10.83.207.1 -j SNAT --to-source 94.190.187.78 | |
| # 10.83.209.247 ON <=> 94.190.190.75 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.75 -j DNAT --to-destination 10.83.209.247 | |
| iptables -A SNAT83 -s 10.83.209.247 -j SNAT --to-source 94.190.190.75 | |
| # 10.83.210.103 ON <=> 94.190.187.239 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.239 -j DNAT --to-destination 10.83.210.103 | |
| iptables -A SNAT83 -s 10.83.210.103 -j SNAT --to-source 94.190.187.239 | |
| # 10.83.210.44 ON <=> 94.190.181.69 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.69 -j DNAT --to-destination 10.83.210.44 | |
| iptables -A SNAT83 -s 10.83.210.44 -j SNAT --to-source 94.190.181.69 | |
| # 10.83.210.8 ON <=> 94.190.190.228 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.228 -j DNAT --to-destination 10.83.210.8 | |
| iptables -A SNAT83 -s 10.83.210.8 -j SNAT --to-source 94.190.190.228 | |
| # 10.83.215.25 ON <=> 94.190.180.253 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.253 -j DNAT --to-destination 10.83.215.25 | |
| iptables -A SNAT83 -s 10.83.215.25 -j SNAT --to-source 94.190.180.253 | |
| # 10.83.254.11 ON <=> 94.190.180.38 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.38 -j DNAT --to-destination 10.83.254.11 | |
| iptables -A SNAT83 -s 10.83.254.11 -j SNAT --to-source 94.190.180.38 | |
| # 10.83.254.200 ON <=> 94.190.190.211 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.211 -j DNAT --to-destination 10.83.254.200 | |
| iptables -A SNAT83 -s 10.83.254.200 -j SNAT --to-source 94.190.190.211 | |
| # 10.83.254.201 ON <=> 94.190.181.23 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.23 -j DNAT --to-destination 10.83.254.201 | |
| iptables -A SNAT83 -s 10.83.254.201 -j SNAT --to-source 94.190.181.23 | |
| # 10.83.34.254 ON <=> 94.190.187.91 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.91 -j DNAT --to-destination 10.83.34.254 | |
| iptables -A SNAT83 -s 10.83.34.254 -j SNAT --to-source 94.190.187.91 | |
| # 10.85.1.254 ON <=> 94.190.187.66 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.66 -j DNAT --to-destination 10.85.1.254 | |
| iptables -A SNAT85 -s 10.85.1.254 -j SNAT --to-source 94.190.187.66 | |
| # 10.85.200.28 ON <=> 94.190.180.72 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.72 -j DNAT --to-destination 10.85.200.28 | |
| iptables -A SNAT85 -s 10.85.200.28 -j SNAT --to-source 94.190.180.72 | |
| # 10.85.200.33 ON <=> 94.190.179.80 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.80 -j DNAT --to-destination 10.85.200.33 | |
| iptables -A SNAT85 -s 10.85.200.33 -j SNAT --to-source 94.190.179.80 | |
| # 10.9.100.112 ON <=> 94.190.180.214 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.214 -j DNAT --to-destination 10.9.100.112 | |
| iptables -A SNAT09 -s 10.9.100.112 -j SNAT --to-source 94.190.180.214 | |
| # 10.9.100.120 ON <=> 94.190.187.134 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.134 -j DNAT --to-destination 10.9.100.120 | |
| iptables -A SNAT09 -s 10.9.100.120 -j SNAT --to-source 94.190.187.134 | |
| # 10.9.100.130 ON <=> 94.190.180.22 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.22 -j DNAT --to-destination 10.9.100.130 | |
| iptables -A SNAT09 -s 10.9.100.130 -j SNAT --to-source 94.190.180.22 | |
| # 10.9.101.100 ON <=> 94.190.179.170 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.170 -j DNAT --to-destination 10.9.101.100 | |
| iptables -A SNAT09 -s 10.9.101.100 -j SNAT --to-source 94.190.179.170 | |
| # 10.9.101.40 ON <=> 94.190.190.105 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.105 -j DNAT --to-destination 10.9.101.40 | |
| iptables -A SNAT09 -s 10.9.101.40 -j SNAT --to-source 94.190.190.105 | |
| # 10.9.107.202 ON <=> 94.190.180.224 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.224 -j DNAT --to-destination 10.9.107.202 | |
| iptables -A SNAT09 -s 10.9.107.202 -j SNAT --to-source 94.190.180.224 | |
| # 10.9.108.120 ON <=> 94.190.179.110 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.110 -j DNAT --to-destination 10.9.108.120 | |
| iptables -A SNAT09 -s 10.9.108.120 -j SNAT --to-source 94.190.179.110 | |
| # 10.9.117.104 ON <=> 94.190.181.111 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.111 -j DNAT --to-destination 10.9.117.104 | |
| iptables -A SNAT09 -s 10.9.117.104 -j SNAT --to-source 94.190.181.111 | |
| # 10.9.138.200 ON <=> 94.190.179.201 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.201 -j DNAT --to-destination 10.9.138.200 | |
| iptables -A SNAT09 -s 10.9.138.200 -j SNAT --to-source 94.190.179.201 | |
| # 10.9.150.110 ON <=> 94.190.180.189 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.189 -j DNAT --to-destination 10.9.150.110 | |
| iptables -A SNAT09 -s 10.9.150.110 -j SNAT --to-source 94.190.180.189 | |
| # 10.9.150.120 ON <=> 94.190.190.57 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.57 -j DNAT --to-destination 10.9.150.120 | |
| iptables -A SNAT09 -s 10.9.150.120 -j SNAT --to-source 94.190.190.57 | |
| # 10.9.150.140 ON <=> 94.190.179.221 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.221 -j DNAT --to-destination 10.9.150.140 | |
| iptables -A SNAT09 -s 10.9.150.140 -j SNAT --to-source 94.190.179.221 | |
| # 10.9.150.200 ON <=> 94.190.180.160 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.160 -j DNAT --to-destination 10.9.150.200 | |
| iptables -A SNAT09 -s 10.9.150.200 -j SNAT --to-source 94.190.180.160 | |
| # 10.9.150.240 ON <=> 94.190.181.172 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.172 -j DNAT --to-destination 10.9.150.240 | |
| iptables -A SNAT09 -s 10.9.150.240 -j SNAT --to-source 94.190.181.172 | |
| # 10.9.150.245 ON <=> 94.190.180.65 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.65 -j DNAT --to-destination 10.9.150.245 | |
| iptables -A SNAT09 -s 10.9.150.245 -j SNAT --to-source 94.190.180.65 | |
| # 10.9.150.30 ON <=> 94.190.187.81 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.81 -j DNAT --to-destination 10.9.150.30 | |
| iptables -A SNAT09 -s 10.9.150.30 -j SNAT --to-source 94.190.187.81 | |
| # 10.9.153.104 ON <=> 94.190.187.40 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.40 -j DNAT --to-destination 10.9.153.104 | |
| iptables -A SNAT09 -s 10.9.153.104 -j SNAT --to-source 94.190.187.40 | |
| # 10.9.153.200 ON <=> 94.190.187.143 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.143 -j DNAT --to-destination 10.9.153.200 | |
| iptables -A SNAT09 -s 10.9.153.200 -j SNAT --to-source 94.190.187.143 | |
| # 10.9.176.60 ON <=> 94.190.179.85 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.85 -j DNAT --to-destination 10.9.176.60 | |
| iptables -A SNAT09 -s 10.9.176.60 -j SNAT --to-source 94.190.179.85 | |
| # 10.9.182.254 ON <=> 94.190.187.229 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.229 -j DNAT --to-destination 10.9.182.254 | |
| iptables -A SNAT09 -s 10.9.182.254 -j SNAT --to-source 94.190.187.229 | |
| # 10.9.200.150 ON <=> 94.190.179.233 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.233 -j DNAT --to-destination 10.9.200.150 | |
| iptables -A SNAT09 -s 10.9.200.150 -j SNAT --to-source 94.190.179.233 | |
| # 10.9.250.150 ON <=> 94.190.180.237 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.237 -j DNAT --to-destination 10.9.250.150 | |
| iptables -A SNAT09 -s 10.9.250.150 -j SNAT --to-source 94.190.180.237 | |
| # 10.9.250.151 ON <=> 94.190.179.20 added by script 2019-05-15 | |
| iptables -A DNAT179 -d 94.190.179.20 -j DNAT --to-destination 10.9.250.151 | |
| iptables -A SNAT09 -s 10.9.250.151 -j SNAT --to-source 94.190.179.20 | |
| # 10.9.254.250 ON <=> 94.190.187.171 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.171 -j DNAT --to-destination 10.9.254.250 | |
| iptables -A SNAT09 -s 10.9.254.250 -j SNAT --to-source 94.190.187.171 | |
| # 10.9.254.251 ON <=> 94.190.190.194 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.194 -j DNAT --to-destination 10.9.254.251 | |
| iptables -A SNAT09 -s 10.9.254.251 -j SNAT --to-source 94.190.190.194 | |
| # 10.9.3.100 ON <=> 94.190.190.175 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.175 -j DNAT --to-destination 10.9.3.100 | |
| iptables -A SNAT09 -s 10.9.3.100 -j SNAT --to-source 94.190.190.175 | |
| # 10.9.3.11 ON <=> 94.190.190.17 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.17 -j DNAT --to-destination 10.9.3.11 | |
| iptables -A SNAT09 -s 10.9.3.11 -j SNAT --to-source 94.190.190.17 | |
| # 10.9.3.200 ON <=> 94.190.190.90 added by script 2019-05-15 | |
| iptables -A DNAT190 -d 94.190.190.90 -j DNAT --to-destination 10.9.3.200 | |
| iptables -A SNAT09 -s 10.9.3.200 -j SNAT --to-source 94.190.190.90 | |
| # 10.9.3.5 ON <=> 94.190.181.183 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.183 -j DNAT --to-destination 10.9.3.5 | |
| iptables -A SNAT09 -s 10.9.3.5 -j SNAT --to-source 94.190.181.183 | |
| # 10.9.50.50 ON <=> 94.190.187.110 added by script 2019-05-15 | |
| iptables -A DNAT187 -d 94.190.187.110 -j DNAT --to-destination 10.9.50.50 | |
| iptables -A SNAT09 -s 10.9.50.50 -j SNAT --to-source 94.190.187.110 | |
| # 10.9.6.202 ON <=> 94.190.180.195 added by script 2019-05-15 | |
| iptables -A DNAT180 -d 94.190.180.195 -j DNAT --to-destination 10.9.6.202 | |
| iptables -A SNAT09 -s 10.9.6.202 -j SNAT --to-source 94.190.180.195 | |
| # 10.9.8.200 ON <=> 94.190.181.204 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.204 -j DNAT --to-destination 10.9.8.200 | |
| iptables -A SNAT09 -s 10.9.8.200 -j SNAT --to-source 94.190.181.204 | |
| # 10.9.8.201 ON <=> 94.190.181.21 added by script 2019-05-15 | |
| iptables -A DNAT181 -d 94.190.181.21 -j DNAT --to-destination 10.9.8.201 | |
| iptables -A SNAT09 -s 10.9.8.201 -j SNAT --to-source 94.190.181.21 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment