I've two network card on a computer:
Lan1 : 192.168.1.1 subnet 255.255.255.0 (connetcted to an access point)
Lan2 : internet gateway 192.168.0.1 subnet 255.255.255.0 connected to
internet
I want to write an applicatione to forward all IP traffic from Lan1 to
Lan2
only for certain client (using their IP or MAC Address)
Can someone help me ?