Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_components:platform:dpi_ipmulti:start [2018/03/21 12:04] – lexx26 | en:dpi:dpi_components:platform:dpi_ipmulti:start [2024/06/10 13:46] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 8 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: | ||
- | < | ||
- | 192.168.0.1 | ||
- | 192.168.0.1-192.168.0.5 a range (inclusive) | ||
- | 192.168.0.0/ | ||
- | 192.168.0.1, | ||
- | </ | ||
- | |||
- | 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 | ||
- | </ | ||