Remote RMM-1400 Version 2.0x Configuration Guide
Configuring Technician Laptop Access for Remote RMM-1400: Configuring IPTables for Network
Address Translation
10-7
4. Configure a rule in the
POSTROUTING
chain that masquerades all
tcp
packets from
source subnet
10.10.10.0/24
:
config iptables -t nat -A POSTROUTING -s 10.10.10.0/24 -p tcp -j
MASQUERADE
5. (optional) Verify that the IPTables commands have been configured properly:
show iptables configuration
The command response appears similar to the following:
6. Save the configuration.
(Dub)>show iptables configuration
Table nat
-------------------------------------------------------
Chain PREROUTING (policy ACCEPT)
Chain POSTROUTING (policy ACCEPT)
-s 10.10.10.0/24 -p tcp -j MASQUERADE
Chain OUTPUT (policy ACCEPT)
Table filter
-------------------------------------------------------
Chain INPUT (policy ACCEPT)
-i lo -j ACCEPT
Chain FORWARD (policy ACCEPT)
Chain OUTPUT (policy ACCEPT)
-d 127.0.0.0/8 -j ACCEPT
Table mangle
-------------------------------------------------------
Chain PREROUTING (policy DROP)
-i lo -j ACCEPT
-s 10.10.10.0/24 -d 184.155.22.36 -j ACCEPT
Chain INPUT (policy ACCEPT)
-i lo -j ACCEPT
Chain FORWARD (policy ACCEPT)
Chain OUTPUT (policy ACCEPT)
-d 127.0.0.0/8 -j ACCEPT
Chain POSTROUTING (policy ACCEPT)
-d 127.0.0.0/8 -j ACCEPT
(Dub)>
Содержание RMM-1400
Страница 14: ...TOC 6 Table of Contents ...
Страница 30: ...Remote RMM 1400 Version 2 0x Configuration Guide Getting Started Accessing the Web Interface 2 10 ...
Страница 54: ...Remote RMM 1400 Version 2 0x Configuration Guide Configuring Network Setup Parameters Configuring SNMP 5 12 ...
Страница 196: ...Remote RMM 1400 Version 2 0x Configuration Guide Configuring Jobs Configuring Dynamic Memory for a Job 18 14 ...
Страница 206: ...Remote RMM 1400 Version 2 0x Configuration Guide Using Configuration Wizards Using the serial port Wizard 19 10 ...
Страница 242: ...Glossary 30 Glossary ...
Страница 246: ...Copyrights 2 Copyrights and License Statements ...