Code: Select all
chain=forward src-address-list=filtered action=drop
What I want to happen is for this to be all completely automatic, so that new users can have Internet access without changing any settings. I saw this thread, which confirmed what I already knew I needed to do, but for the life of me, I just can't get it to work!
This was my most recent (failed) attempt at a DST-NAT rule to make this happen:
Code: Select all
chain=dstnat protocol=tcp dst-port=80 src-address-list=filtered action=dst-nat to-addresses=192.168.1.5 to-ports=8080
Thanks!