Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_components:platform:dpi_ipmulti:start [2023/11/09 13:19] – elena.krasnobryzh | en:dpi:dpi_components:platform:dpi_ipmulti:start [2024/06/10 13:46] (current) – removed elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Multiple IP subscribers' | ||
| - | {{indexmenu_n> | ||
| - | DPI treats subscribers that use several IPs as one subscriber: set of services and bandwidth control are common for all subscriber' | ||
| - | The services and channel control is arranged by an assigned name (login). This name is specified in [[en: | ||
| - | |||
| - | Binding of IP addresses with login name is carried out by specific instruction: | ||
| - | < | ||
| - | fdpi_ctrl load --bind_multi --user subscribers_name: | ||
| - | </ | ||
| - | |||
| - | One can assign IP addresses one by one or by blocks: | ||
| - | <code bash> | ||
| - | 192.168.0.1  | ||
| - | 192.168.0.1-192.168.0.5 a range (inclusive) | ||
| - | 192.168.0.0/ | ||
| - | 192.168.0.1, | ||
| - | 2a00: | ||
| - | </ | ||
| - | |||
| - | To remove all IPs bound to the login: | ||
| - | < | ||
| - | fdpi_ctrl del --bind_multi --login subscribers_name | ||
| - | </ | ||
| - | |||
| - | To remove one of IPs bound to the login: | ||
| - | < | ||
| - | fdpi_ctrl del --bind_multi --ip 192.168.0.1 | ||
| - | </ | ||
| - | |||
| - | List all IPs bound to a subscriber with several IPs: | ||
| - | < | ||
| - | fdpi_ctrl list --bind_multi --login subscribers_name | ||
| - | </ | ||
| - | |||
| - | List all subscribers that have several IPs: | ||
| - | < | ||
| - | fdpi_ctrl list all --bind_multi | ||
| - | </ | ||