- Simpan setting Firewall sebelum disable Iptables dengan mengetikkan command:
service iptables save
[root@rhel6 ~]# service iptables save iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
service ip6tables save
[root@server5 ~]# service ip6tables save ip6tables: Saving firewall rules to /etc/sysconfig/ip6table[ OK ]
- Stop Iptables. Command:
service iptables stop
[root@server5 ~]# service iptables stop iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ] [root@server5 ~]#
service ip6tables stop
[root@server5 ~]# service ip6tables stop ip6tables: Flushing firewall rules: [ OK ] ip6tables: Setting chains to policy ACCEPT: filter [ OK ] ip6tables: Unloading modules: [ OK ] [root@server5 ~]#
- Disable Start Up Booting Iptables. Command:
chkconfig iptables off
[root@server5 ~]# chkconfig iptables off [root@server5 ~]#
chkconfig ip6tables off
[root@server5 ~]# chkconfig ip6tables off [root@server5 ~]#
:)
Tidak ada komentar:
Posting Komentar