Hello,
I would like to restrict a port forward to a set of six specific IP source external IP addresses (using Attitude Adjustment 12.09beta1).
The syntax for a redirect at http://wiki.openwrt.org/doc/uci/firewall does not indicated if this is possible. LuCi does not accept a syntax of multiple space-separated IP addresses.
Does anyone know if it is possible to specify multiple allowed source IPs in the same forward definition?
e.g. somthing like
config redirect
option src lan
option dest wan
option src_ip 10.55.34.85 11.55.34.85 12.55.34.85
option src_dip 63.240.161.99
option dest_port 123
option target SNAT
Or is the correct approach to have multiple redirect sections, identical except specifying different src_ip IPs?
Thanks,
Tim Miller Dyck