Сообщение от Algon
Посмотреть сообщение
1 порт - провайдер 1
2 порт - провайдер 2
3 порт - 10.10.101.1/24
4 порт - 10.10.102.1/24
5 порт - 10.10.103.1/24
Создаем в IP-Routes маршруты:
Dst. address 10.10.101.0/24, Gateway 3 порт
Dst. address 10.10.102.0/24, Gateway 4 порт
Dst. address 10.10.103.0/24, Gateway 5 порт
Создаем правила НАТа:
Chain src-nat, Out. Interface порт 3, Action masquerade
Chain src-nat, Out. Interface порт 4, Action masquerade
Chain src-nat, Out. Interface порт 5, Action masquerade
Правила Mangle:
Chain forward, Protocol tcp, In. interface порт 3, Action change MSS, New TCP MSS 1420, Passthrough - да
Chain forward, Protocol tcp, Out. interface порт 3, Action change MSS, New TCP MSS 1420, Passthrough - да
Chain forward, Protocol tcp, In. interface порт 4, Action change MSS, New TCP MSS 1420, Passthrough - да
Chain forward, Protocol tcp, Out. interface порт 4, Action change MSS, New TCP MSS 1420, Passthrough - да
Chain forward, Protocol tcp, In. interface порт 5, Action change MSS, New TCP MSS 1420, Passthrough - да
Chain forward, Protocol tcp, Out. interface порт 5, Action change MSS, New TCP MSS 1420, Passthrough - да
Проброс портов:
Правило в файерволле - Chain Input, protocol tcp, Dst. port нужный порт, In. interface порт 2, Action accept
Правило в НАТе - Chain dst-nat, protocol tcp, Dst. port нужный порт, In. interface порт 2, Action dst-nat адрес, порт
Комментарий