Sorry na bumpanju teme koja nema bas veze sa mojim postom, ali me zanima konfiguracija firewalla:
Da li sam nesto previse fulao?
/ip firewall address-list
add address=192.168.0.0/24 list=LAN
/ip firewall filter
add chain=input comment="ALLOW VPN PPTP 1723 INPUT" protocol=tcp
add chain=input comment="ALLOW VPN GRE 47 INPUT" protocol=gre
add chain=input comment="Allow traffic from LAN to the router INPUT" src-address-list=LAN
add chain=input comment="ALLOW ESTABLISHED and RELATED connections to the router" connection-state=established,related
add action=reject chain=input comment="REJECT all other incoming connection (TCP) INPUT" protocol=tcp reject-with=tcp-reset
add action=drop chain=input comment="Reject all other traffic to the router"add action=drop chain=forward comment="DROP INVALID connections FORWARD" connection-state=invalid
add chain=forward comment="Allow NEW, RELATED and ESTABLISHED connections LAN FORWARD" connection-state=established,related,new in-interface=LAN
add action=drop chain=forward comment="REJECT all other connections FORWARD" in-interface=LAN
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
Unaprijed hvala!