From a58bc6416db661f308b7fad70ef30bfc9b95db15 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 10 Mar 2021 22:18:27 +0300 Subject: [PATCH] bsd.txt: correct macos interface names --- docs/bsd.eng.txt | 8 ++++---- docs/bsd.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/bsd.eng.txt b/docs/bsd.eng.txt index e002bf6..def5fdd 100644 --- a/docs/bsd.eng.txt +++ b/docs/bsd.eng.txt @@ -259,7 +259,7 @@ Then reboot the system. If you dont like this solution you can assign an additional static ipv6 address from fd00::/8 range with /128 prefix to your LAN interface and use it as the gateway address. -tpws transparent mode only for outgoing connections. en0 - WAN. +tpws transparent mode only for outgoing connections. /etc/pf.conf ------------ @@ -269,10 +269,10 @@ pass out route-to (lo0 127.0.0.1) inet proto tcp from any to any port {80,443} u pass out route-to (lo0 fe80::1) inet6 proto tcp from any to any port {80,443} user { >root } ------------ pfctl -ef /etc/pf.conf -/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=en0 --bind-linklocal=force +/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=lo0 --bind-linklocal=force -tpws transparent mode for both passthrough and outgoing connections. en0 - WAN, en1 - WAN. +tpws transparent mode for both passthrough and outgoing connections. en1 - LAN. ifconfig en1 | grep fe80 inet6 fe80::bbbb:bbbb:bbbb:bbbb%en1 prefixlen 64 scopeid 0x8 @@ -286,7 +286,7 @@ pass out route-to (lo0 127.0.0.1) inet proto tcp from any to any port {80,443} u pass out route-to (lo0 fe80::1) inet6 proto tcp from any to any port {80,443} user { >root } ------------ pfctl -ef /etc/pf.conf -/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=en0 --bind-linklocal=force --bind-iface6=en1 --bind-linklocal=force +/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=lo0 --bind-linklocal=force --bind-iface6=en1 --bind-linklocal=force Build from source : make -C /opt/zapret mac diff --git a/docs/bsd.txt b/docs/bsd.txt index 17104a1..ed66eac 100644 --- a/docs/bsd.txt +++ b/docs/bsd.txt @@ -286,7 +286,7 @@ Link locals периодически меняются. Смена завязан выберите любой с длиной префикса 128. Это можно сделать в системных настройках, создав дополнительный адаптер на базе того же сетевого интерфейса, отключить в нем ipv4 и вписать статический ipv6. Он добавится к автоматически настраеваемым. -Настройка tpws на macos в прозрачном режиме только для исходящих запросов, где en0 - WAN : +Настройка tpws на macos в прозрачном режиме только для исходящих запросов : /etc/pf.conf ------------ @@ -296,10 +296,10 @@ pass out route-to (lo0 127.0.0.1) inet proto tcp from any to any port {80,443} u pass out route-to (lo0 fe80::1) inet6 proto tcp from any to any port {80,443} user { >root } ------------ pfctl -ef /etc/pf.conf -/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=en0 --bind-linklocal=force +/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=lo0 --bind-linklocal=force -Настройка tpws на macos роутере в прозрачном режиме, где en0 - WAN, en1 - LAN. +Настройка tpws на macos роутере в прозрачном режиме, где en1 - LAN. ifconfig en1 | grep fe80 inet6 fe80::bbbb:bbbb:bbbb:bbbb%en1 prefixlen 64 scopeid 0x8 @@ -313,7 +313,7 @@ pass out route-to (lo0 127.0.0.1) inet proto tcp from any to any port {80,443} u pass out route-to (lo0 fe80::1) inet6 proto tcp from any to any port {80,443} user { >root } ------------ pfctl -ef /etc/pf.conf -/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=en0 --bind-linklocal=force --bind-iface6=en1 --bind-linklocal=force +/opt/zapret/tpws/tpws --user=root --port=988 --bind-addr=127.0.0.1 --bind-iface6=lo0 --bind-linklocal=force --bind-iface6=en1 --bind-linklocal=force Сборка : make -C /opt/zapret mac