hi all
Im trying to set up intra zone policy based VPN on SRX and it doesnt work,
below the config:
from-zone trust to-zone trust {
policy 1 {
match {
source-address [ local remote ];
destination-address [ remote local ];
application any;
}
then {
permit;
tunnel {
ipsec-vpn test_VPN
}
log {
session-close;
Anyone has any reference if this works?
Thanks.