- Timestamp:
- Jul 7, 2009 11:30:18 PM (15 years ago)
- Branches:
- master, trunk
- Children:
- 3a5184c
- Parents:
- 0d809d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iptables/setlan2wan.sh
re829fd8 r7c270d4 29 29 30 30 # set rule 31 ( 32 sleep 60 33 31 34 /sbin/iptables -t nat -A PREROUTING -i ${LANIF} -s ${LANMASK} -d ${WANIP} -j DNAT --to-destination ${LANIP} 32 35 echo "set rule for access to WAN device on router node from LAN clients" 36 37 ) &
Note: See TracChangeset
for help on using the changeset viewer.