Correct the forward proxy port 72/70172/1
authorRavi Geda <gravik@amdocs.com>
Wed, 10 Oct 2018 15:18:38 +0000 (16:18 +0100)
committerRavi Geda <gravik@amdocs.com>
Wed, 10 Oct 2018 15:18:38 +0000 (16:18 +0100)
Change-Id: I1531731713729dec57590f014dfe0c947ef55d37
Issue-ID: AAF-553
Signed-off-by: Ravi Geda <gravik@amdocs.com>
sidecar/tproxy-config/src/main/bin/start.sh

index cbb003d..c467d31 100644 (file)
@@ -22,8 +22,5 @@
 set -x
 set -eo pipefail
 
-#iptables -t nat -A PREROUTING -p tcp -j REDIRECT --to-port 9080
-iptables -t nat -A OUTPUT -p tcp -j REDIRECT --to-port 9999 -m owner '!' --uid-owner 1001
-#iptables -t nat -A OUTPUT -p tcp -j REDIRECT --to-port 9999 -m owner '!' --uid-owner 100
-#iptables -t nat -A OUTPUT -p tcp -j REDIRECT --to-port 9999 -m owner --uid-owner 0
+iptables -t nat -A OUTPUT -p tcp -j REDIRECT --to-port 10680 -m owner '!' --uid-owner 1001
 iptables -t nat --list