From 0a4caa0c40662a6ef277a8547e711d321dd883d9 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 20 Oct 2016 14:38:25 +0200 Subject: [PATCH] Reverting changes in nat_osm to remove 8008 Change-Id: I8665c4d393009ed37e22e6fba37fb85729ecb4a5 Signed-off-by: garciadeblas --- installers/nat_osm | 2 -- 1 file changed, 2 deletions(-) diff --git a/installers/nat_osm b/installers/nat_osm index d0bd783e..c0aac904 100755 --- a/installers/nat_osm +++ b/installers/nat_osm @@ -108,7 +108,6 @@ osmpre==1 && /#End autogeneration by nat_osm/ { print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 8000 -j DNAT --to-destination "rift_ip print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 4567 -j DNAT --to-destination "rift_ip print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 8443 -j DNAT --to-destination "rift_ip - print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 8008 -j DNAT --to-destination "rift_ip #print "-A PREROUTING -d "VCA_IP" -p tcp -m tcp --dport 443 -j DNAT --to-destination "juju_ip #print "-A PREROUTING -d "VCA_IP" -p tcp -m tcp --dport 17070 -j DNAT --to-destination "juju_ip print "#End autogeneration by nat_osm" @@ -125,7 +124,6 @@ innatpre==1 && /\:INPUT/ { print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 8000 -j DNAT --to-destination "rift_ip print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 4567 -j DNAT --to-destination "rift_ip print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 8443 -j DNAT --to-destination "rift_ip - print "-A PREROUTING -d "UI_IP" -p tcp -m tcp --dport 8008 -j DNAT --to-destination "rift_ip #print "-A PREROUTING -d "VCA_IP" -p tcp -m tcp --dport 443 -j DNAT --to-destination "juju_ip #print "-A PREROUTING -d "VCA_IP" -p tcp -m tcp --dport 17070 -j DNAT --to-destination "juju_ip print "#End autogeneration by nat_osm" -- 2.25.1