Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: IPSEC Tunnel Up, but no traffic

$
0
0

Can you post the log tail from the CLI?

 

try:

 


On config010
_____________

set firewall name WAN_LOCAL rule 15 action accept
set firewall name WAN_LOCAL rule 15 description "ALLOW VPN"
set firewall name WAN_LOCAL rule 15 destination address 192.168.2.0/24

set firewall name WAN_LOCAL rule 15 ipsec match-ipsec
set firewall name WAN_LOCAL rule 15 log disable
set firewall name WAN_LOCAL rule 15 protocol all
set firewall name WAN_LOCAL rule 15 source address 10.1.10.0/24

 

On config192
_____________

set firewall name WAN_LOCAL rule 15 action accept
set firewall name WAN_LOCAL rule 15 description "ALLOW VPN"
set firewall name WAN_LOCAL rule 15 destination address 10.1.10.0/24

set firewall name WAN_LOCAL rule 15 ipsec match-ipsec
set firewall name WAN_LOCAL rule 15 log disable
set firewall name WAN_LOCAL rule 15 protocol all
set firewall name WAN_LOCAL rule 15 source address 192.168.2.0/24

 

delete the rule at WAN_IN


Viewing all articles
Browse latest Browse all 60861

Trending Articles