How do I allow all traffic that occurs on VLAN / internal ports without any blocking but on external IP I allow selected ports. so I want the machines on VLAN to communicate freely but I want restricted access from public IPs
assume for instance (fictional IPs)
Machine A
- 192.168.0.10 is local IP/ VLAN
- 234.45.23.44 is public IP
Machine B
- 192.168.0.11 is local IP/ VLAN
- 234.45.23.43 is public IP
Machine C
- 192.168.0.12 is local IP/ VLAN
- 234.45.23.67 is public IP
I do not want firewall for any traffic on 192.168.0.* but I want selected ports to be opened on each public IP depending on the machine
0 Answers