From c72c6c94716f554d305a49b22a8c69c3eb42b0f5 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 8 Mar 2021 16:16:41 +0300 Subject: [PATCH] readme: tpws more bind info --- docs/readme.eng.txt | 3 ++- docs/readme.txt | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/readme.eng.txt b/docs/readme.eng.txt index 075dbc1..a3e268c 100644 --- a/docs/readme.eng.txt +++ b/docs/readme.eng.txt @@ -315,7 +315,8 @@ The --bind-wait* parameters can help in situations where you need to get IP from or not configured. In different systems, ifup events are caught in different ways and do not guarantee that the interface has already received an IP address of a certain type. In the general case, there is no single mechanism to hang oneself on an event of the type "link local address appeared on the X interface." -To bind to a specific ip when its interface may not be configured yet do : --bind-addr=192.168.5.3%eth0 --bind-wait-ip=20 +To bind to a specific ip when its interface may not be configured yet do : --bind-addr=192.168.5.3 --bind-wait-ip=20 +It's possible to bind to any nonexistent address in transparent mode but in socks mode address must exist. in socks proxy mode no additional system privileges are required connection to local IPs of the system where tpws runs are prohibited diff --git a/docs/readme.txt b/docs/readme.txt index e2dffda..a258145 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -391,13 +391,15 @@ tpws может биндаться на множество интерфейсо Для бинда на все ipv4 укажите --bind-addr "0.0.0.0", на все ipv6 - "::". --bind-addr="" - биндаемся на все ipv4 и ipv6. --bind-iface6 без --bind-linklocal выбирает сначала приватный адрес fd00::/8, затем глобальный адрес, затем link local. --bind-iface6 с --bind-linklocal=prefer выбирает сначала link local, затем приватный адрес fd00::/8, затем глобальный адрес. +--bind-iface6 с --bind-linklocal=force выбирает только link local Если не указано ни одного бинда, то создается бинд по умолчанию на все адреса всех интерфейсов. Для бинда на конкретный link-local address делаем так : --bind-iface6=fe80::aaaa:bbbb:cccc:dddd%iface-name Параметры --bind-wait* могут помочь в ситуациях, когда нужно взять IP с интерфейса, но его еще нет, он не поднят или не сконфигурирован. В разных системах события ifup ловятся по-разному и не гарантируют, что интерфейс уже получил IP адрес определенного типа. В общем случае не существует единого механизма повеситься на событие типа "на интерфейсе X появился link local address". -Для бинда на известный ip, когда еще интерфейс не сконфигурирован, нужно делать так : --bind-addr=192.168.5.3%eth0 --bind-wait-ip=20 +Для бинда на известный ip, когда еще интерфейс не сконфигурирован, нужно делать так : --bind-addr=192.168.5.3 --bind-wait-ip=20 +В режиме transparent бинд возможен на любой несуществующий адрес, в режиме socks - только на существующий. Параметры rcvbuf и sndbuf позволяют установить setsockopt SO_RCVBUF SO_SNDBUF для локального и удаленного соединения.