Network Classes Definition File
In Parallels Cloud Server, both traffic accounting and bandwidth management are based on network classes. The network classes’ definition file (
The lines in this file have the following format:
where
The definition of class 1 is required; any class except class 1 can be omitted. However, it is recommended to define class 0 correctly - it will improve performance. For example: # HW node VPS's networks 0 10.10.10.0/24 0 10.10.15.0/24
# all IP("local" traffic) 1 0.0.0.0/0
# class 2 - "foreign" traffic #2 10.0.0.0/8 #2 11.0.0.0/8
# inside "foreign" network there # is a hole with "local" traffic #1 10.10.16.0/24 |
||||
|