
27 Oct
2016
27 Oct
'16
6:04 a.m.
On Thursday, 27 October 2016 4:02:18 PM AEDT Chung Kin Mong via luv-main wrote:
482 $IPTABLES -A INPUT -i $EXTIF -s $UNIVERSE -d $EXTIP -m state --state \ 483 ESTABLISHED,RELATED -j ACCEPT error message; Bad argument `state'
Try instead of running ./script.sh use "bash -x ./script.sh" this will show you what the script is doing and the commands that are run with variables expanded. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/