Hello,
I have some questions about IPSec tunnel, that I need to make work.
I have created IP sec tunnel
src = 10.20.10.20
dst= 150.100.100.105
My local net is 192.168.10.10/22
I have accept srcnat 150.100.100.100/16 rule in IP-NAT
I also have forward rule in IP-Filter rules
accept forward 150.100.100.100/16 to 192.168.10.10/22
accept forward 192.168.10.10/22 to 150.100.100.100/16
The tunnel says no phase2, but the status is established. No SA-s installed.
Also, I have route via ether1/wan/ to 150.100.100.100/16
Seems like there is something wrong with the tunnel, but the remote side can access 2 machines, which it needs to access
If the IPSec reports no phase 2, does this mean that I accept traffic directly via WAN without passing thru the IPSec, which is highly unsecure?
And why it says no phase2. I have other IPSec tunnel that works and exchanges keys, encrypts traffic and etc?
Or no phase2 means that there is tunnel and if I disable it the remote side will be unable to connect to the 2 machines...So there is tunnel, but no encryption?