X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=iotjava%2Fiotruntime%2Fmaster%2FRouterConfig.java;h=48bb8f691fd000026ab6a696e6d4b24ef4835da4;hp=e6e04137303769512ba6b01cd74cc2bb80a84417;hb=042f511cbc02e14fe8229b493558ef828e413bea;hpb=926e568ff384b607bd1ccc9539a93bf93aaaa473 diff --git a/iotjava/iotruntime/master/RouterConfig.java b/iotjava/iotruntime/master/RouterConfig.java index e6e0413..48bb8f6 100644 --- a/iotjava/iotruntime/master/RouterConfig.java +++ b/iotjava/iotruntime/master/RouterConfig.java @@ -648,8 +648,8 @@ public final class RouterConfig { strConfigHost + " -d " + strMonitorHost + " -p tcp --dport ssh"); pwConfig.println("-A OUTPUT -j ACCEPT -s " + strConfigHost + " -d " + strMonitorHost + " -p tcp --sport ssh"); - pwConfig.println("-A FORWARD -j ACCEPT -p tcp --dport ssh"); - pwConfig.println("-A FORWARD -j ACCEPT -p tcp --sport ssh"); + //pwConfig.println("-A FORWARD -j ACCEPT -p tcp --dport ssh"); + //pwConfig.println("-A FORWARD -j ACCEPT -p tcp --sport ssh"); }