SVmco User Guidel
130
ACCEPT udp -- 192.168.0.1 192.168.1.5 udp spt:162
(7) Configuration deletion procedure
To change part of the firewall configuration, such as the IP address of
the management LAN interface, first delete the configuration.
After deleting it, reconfigure the firewall.
1.
Execute iptables -L -n to confirm that the configuration chain "MMLAN"
exists.
If it does not exist, the following steps are not necessary.
2.
Delete the references to MMLAN from the INPUT and OUTPUT chains.
Execution example
# iptables -D INPUT -j MMLAN
# iptables -D OUTPUT -j MMLAN
3.
Delete the settings in the configuration chain "MMLAN."
Execution example
# iptables -F MMLAN
4.
Delete the configuration chain "MMLAN."