3.6. 네트워크 패킷 필터 설정 저장
네트워크 패킷 필터를 적절하게 설정한 후에, 설정 사항을 저장하여 재부팅 후 복구되게 합니다.
iptables
의 경우 다음과 같은 명령을 사용합니다:
/sbin/service iptables save
이는
/etc/sysconfig/iptables
에 설정 사항을 저장하므로 부팅 시 다시 불러올 수 있습니다.
Once this file is written, you are able to use the
/sbin/service
command to start, stop, and check the status (using the status switch) of iptables
. The /sbin/service
will automatically load the appropriate module for you. For an example of how to use the /sbin/service
command, see 2.3절. “Piranha Configuration Tool 서비스 시작 ”.
Finally, you need to be sure the appropriate service is set to activate on the proper runlevels. For more on this, see 2.1절. “LVS 라우터 상의 설정 서비스 ”.
다음 부분에서는 LVS 라우터를 설정하기 위해 Piranha Configuration Tool를 사용하는 방법과 LVS를 활성화시키기 위해 필요한 절차에 대해 설명합니다.