From ca6b00dd4f2d7d996a5da643513db3395af1cb0e Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 24 Sep 2019 13:24:11 +0300 Subject: [PATCH] readme: relieve some pain for gateway deployments --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a99b68..178fcbc 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ COMMIT Use *ip6tables* to redirect IPv6 connections. +**NOTE:** If you are going to use transocks on Linux gateway to redirect transit traffic, you have to bind transocks on primary address of internal network interface because iptables REDIRECT action in PREROUTING chain changes packet destination IP to primary address of incoming interface. + Library usage -------------