Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

General • Re: EoIP with one side behind 1-to-1 NAT: am I doing something wrong?

$
0
0
I should note that
Code:
/ip firewall filteradd action=accept place-before=1 chain=input ipsec-policy=in,ipsec protocol=gre
is really just equivalent to
Code:
/ip firewall filteradd action=accept place-before=1 chain=input src-address=Y.Y.Y.Y protocol=gre
on side A and
Code:
/ip firewall filteradd action=accept place-before=1 chain=input src-address=X.X.X.X protocol=gre
on side B. In fact, I originally tested the ip-based rules and made them into policy-based after the fact because it seemed more appropriate.

In reality, I have the rule placed after 'drop invalid' rule and not at the top of the list.

Statistics: Posted by Nullcaller — Tue Jan 30, 2024 10:56 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles