Hi, I migrate cisco with MT, and need help.
LAN: 10.10.10.0/24 - int2
WAN:1.2.3.4 - int1
Web and mail proxy: 192.168.10.1/24 ; web: 192.168.10.2/24 ; mail: 192.168.10.3/24.
Some users filter to web proxy (3th part app) and then go to wan interface.
On Cisco I have this configuration:
ip address 192.168.10.1 255.255.255.0
ip access-group 1 out
access-list 1 permit 10.10.10.1
access-list 1 permit 10.10.10.2
access-list 1 permit 10.10.10.3 .. etc lan allow ip
access-list 1 deny 10.0.0.0 0.255.255.255 - deny net all other ip
access-list 1 permit any - permit any access from outside (mail proxy)
How can I setup this into MT?
All my configuration was unsuccessful, and I need help, Please ![]()