General questions on options for a redirect rule

Thank you very much.

I believe I understood all parts of your answer except for the above quoted.

Could you elaborate?

I just looked at:

Are you saying my code should look like:

config redirect
	option name 'WAN12345_LAN2345'
	option target 'DNAT'
	option src 'wan'
	list src_ip '7.7.7.7'
	list src_ip '8.8.8.8'
	list src_mac 'aa:bb:cc:dd:ee:ff:gg'
	list src_mac 'hh:ii:jj:kk:ll:mm:nn'
	option src_dport '12345'
	list proto 'tcp'
	list proto 'udp'
	option dest 'lan'
	option dest_ip '192.168.0.1'
	option dest_port '2345'

Oh yes, that must be it. That other post is quite clear. Thanks very much.

1 Like