当前位置: 首页 >> Tag标签为 'Netfilter'

Links Load balancing

Prerequisites :

Netfilter :

  • CONNMARK
  • nth (or statistic module)
  • condition (for failover)
  • Iproute2

Read the rest of this entry »

Netfilter Connmark

Introduction

CONNMARK is a cool feature of Netfilter. It provides a way to have a mark which is linked to the a connection tracking entry. Once a connmark is set, it also apply for RELATED connection entry. So, if you add a connmark to an FTP connection, the same connmark will be put of connections from ftp-data.

Read the rest of this entry »