방화벽 해제

ubuntu 2013. 8. 9. 00:01

Next enter the following three commands to disable firewall.
# service iptables save
# service iptables stop
# chkconfig iptables off

If you are using IPv6 firewall, enter:
# service ip6tables save
# service ip6tables stop
# chkconfig ip6tables off

'ubuntu' 카테고리의 다른 글

ns3 설치  (0) 2014.04.13
vm웨어 툴 설치  (0) 2014.04.13
크롬 설치법  (0) 2014.03.22
서브라임 설정법  (0) 2014.03.22
한글설정  (0) 2014.03.15
Posted by wakira
,