Hi All,
I'm having problems getting a vpn connection set up between a MT RB450G and a Mac OSX machine.
IpSec is not working and gives the error message "couldn't find configuration". I'm using pre-shared keys.
Is there a way to get more detailed log info on exactly what configuration is being refered to?
I've double-checked that the keys are the same on both the client & server and that both ends are using 3des and sha1. Packets are reaching the rb-450 but it is not responding.
Here's the IpSec config:
[reiney@rb450g-0] /ip ipsec> export
# jan/02/1970 01:46:40 by RouterOS 4.11
# software id = IB10-EV0H
#
/ip ipsec proposal
set default auth-algorithms=sha1 comment="" disabled=no enc-algorithms=3des lifetime=30m name=default pfs-group=\
米odp1024
/ip ipsec peer
add address=0.0.0.0/32:500 auth-method=pre-shared-key comment="" dh-group=modp1024 disabled=no dpd-interval=\
disable-dpd dpd-maximum-failures=5 enc-algorithm=3des exchange-mode=main generate-policy=yes hash-algorithm=\
sha1 lifebytes=0 lifetime=1d nat-traversal=no proposal-check=obey secret=123456789 send-initial-contact=yes
提前谢谢!
~Reiney