im configuring eoip for my lan games
i would like to ask the proper way in forwarding gre port...i have dynamic isp and my modem is in route mode i need to port forward gre port so that i can ping on remote side
thanks in advance
Just for your info: GRE is an IP protocol, not a specific port.im configuring eoip for my lan games
i would like to ask the proper way in forwarding gre port...i have dynamic isp and my modem is in route mode i need to port forward gre port so that i can ping on remote side
/ip firewall filter
add chain=forward comment="Incoming GRE" in-interface=ext_if protocol=gre
add chain=forward comment="Outgoing GRE" out-interface=ext_if protocol=gre