Index: iptables/setlan2wan.sh
===================================================================
--- iptables/setlan2wan.sh	(revision e829fd8dfc421a415a74d8719469a1a7c024e438)
+++ iptables/setlan2wan.sh	(revision 7c270d4dd09b93118b652bfd994edfeda5a6b2a0)
@@ -29,4 +29,9 @@
 
 # set rule
+(
+sleep 60
+
 /sbin/iptables -t nat -A PREROUTING -i ${LANIF} -s ${LANMASK} -d ${WANIP} -j DNAT --to-destination ${LANIP}
 echo "set rule for access to WAN device on router node from LAN clients"
+
+) &
