bsd.txt: correct macos interface names

This commit is contained in:
bol-van 2021-03-10 22:18:27 +03:00
parent ffc9734166
commit a58bc6416d
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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