Hi
My network layout is as follows:
10.0.0.0/24 (Hotspot) -> 192.168.0.0/24 (Lan)
I need for all traffic to a 192.168.0.2 to be excluded from the accounting as users will be copying files from there and I don't want that to go towards their CAP. So far I have managed to set a rule on forward chain for the firewall to send the traffic out so if the user is not logged in he can access this ip but as soon as the user is logged in this counts towards his CAP. I don't mind setting up a one-to-one nat for this ip.
Any help would be appreciated.
Thanks