i have install mikrokit on a box with 3 nics. nic1 connects to the internet and nic2 connects to networkA and nic3 connects to networkB
how do i do the following.:
networkA and networkB have access to the internet. but i want to restrict those on networkB, so they have to connect to the internet thro proxy.
I also what networkB to have access to networkA for there is a shared printer on networkA.
networkA 192.168.1.0
networkB=192.168.2.0
interenet=192.168.254.254
thanks
jokefake24 -
Well first off you’ll need to read the manual more fully.
As to Networks A & B ‘talking’ to each other - they already can. You’ll have to set your cpu’s up to use IP address for printing vice using a computer name since they are in different networks.
As to making network B use the proxy - /IP firewall nat is where you need to be. Add a rule that has the src-addr of 192.168.2..0/24 , dst-port 80, select the ‘in-interface’ as well, on the action tab use redirect and redirect port 80 to the port you selected for the webproxy.
R/