PARAMETERS
-f, --fwmark-service integer
Use a firewall-mark, an integer value greater than zero, to denote a virtual service instead of an address, port and protocol (UDP or TCP). The marking of packets with a firewall-mark is configured using the -m|--mark option to iptables(8). It can be used to build a virtual service assoicated with the same real servers, covering multiple IP address, port and protocol tripplets.
Using firewall-mark virtual services provides a convenient method of grouping together different IP addresses, ports and protocols into a single virtual service. This is useful for both simplifying configuration if a large number of virtual services are required and grouping persistence across what would otherwise be multiple virtual services.
firewall-mark를 사용한다.
주소, 포트 그리고 프로토콜(UDP or TCP)대신 가상서비스를 나타내기 위한 정수변수는 0보다 크다.
firewall-mark를 포함한 패킷들의 표시는 iptables의 -m|--mark 옵션을 사용하여 배열한다.
다수의 IP주소, 포트, 그리고 프로토콜을 포함하는 같은 리얼서버들을 결합한 가상 서비스를 생성할 수 있다. firewall-mark 가상 서비스는 서로 다른 각각의 가상서비스내부의 IP주소 ,포트, 프로토콜들을 그룹화하는 편 리한 방법을 제공한다.