If I switch of wireless from my iPone and try the same over 3G it doesn't work anymore. I have no idea what I'm doing wrong.
Here my config:
Code: Select all
# mar/21/2010 20:49:41 by RouterOS 4.6
#
/ip ipsec proposal
set default auth-algorithms=sha1 comment="" disabled=no enc-algorithms=3des lifetime=30m name=default pfs-group=modp1024
/ip ipsec peer
add address=0.0.0.0/0:500 auth-method=pre-shared-key comment="" dh-group=modp1024 disabled=no dpd-interval=disable-dpd dpd-maximum-failures=1 enc-algorithm=3des exchange-mode=main generate-policy=yes hash-algorithm=sha1 lifebytes=0 \
lifetime=1d nat-traversal=no proposal-check=obey secret=****** send-initial-contact=yes
/ip ipsec peer
add address=0.0.0.0/0:500 auth-method=pre-shared-key comment="" dh-group=modp1024 disabled=no dpd-interval=disable-dpd dpd-maximum-failures=1 enc-algorithm=3des exchange-mode=main generate-policy=yes hash-algorithm=sha1 lifebytes=0 \
lifetime=1d nat-traversal=no proposal-check=obey secret=***** send-initial-contact=yes
Code: Select all
20:16:56 ipsec respond new phase 1 negotiation: 192.168.1.1[500]<=>192.168.1.250[500]
20:16:56 ipsec begin Identity Protection mode.
20:16:56 ipsec received Vendor ID: RFC 3947
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-08
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-07
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-06
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-05
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-04
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-03
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-02
20:16:56 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-02
20:16:56 ipsec
20:16:56 ipsec received Vendor ID: DPD
20:16:56 ipsec ISAKMP-SA established 192.168.1.1[500]-192.168.1.250[500] spi:7f07341ef01ee630:032133f662cfba14
20:16:57 ipsec respond new phase 2 negotiation: 192.168.1.1[500]<=>192.168.1.250[500]
20:16:57 ipsec no policy found, try to generate the policy : 192.168.1.250/32[49163] 192.168.1.1/32[1701] proto=udp dir=in
20:16:57 ipsec trns_id mismatched: my:3DES peer:AES
20:16:57 ipsec trns_id mismatched: my:3DES peer:AES
20:16:57 ipsec IPsec-SA established: ESP/Transport 192.168.1.250[0]->192.168.1.1[0] spi=98895759(0x5e5078f)
20:16:57 ipsec IPsec-SA established: ESP/Transport 192.168.1.1[0]->192.168.1.250[0] spi=98628188(0x5e0f25c)
20:16:57 l2tp,ppp,info <l2tp-0>: waiting for call...
20:16:58 l2tp,ppp,info <l2tp-0>: authenticated
20:16:58 l2tp,ppp,info <l2tp-0>: connected
20:16:58 l2tp,ppp,info,account iphone logged in, 1.1.1.2
Code: Select all
20:19:00 ipsec respond new phase 1 negotiation: 213.141.117.108[500]<=>194.24.158.2[23655]
20:19:00 ipsec begin Identity Protection mode.
20:19:00 ipsec received Vendor ID: RFC 3947
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-08
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-07
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-06
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-05
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-04
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-03
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-02
20:19:00 ipsec received Vendor ID: draft-ietf-ipsec-nat-t-ike-02
20:19:00 ipsec
20:19:00 ipsec received Vendor ID: DPD
20:19:01 ipsec ISAKMP-SA established 213.141.117.108[500]-194.24.158.2[23655] spi:9b1a26a96f00d68a:caeca333c89ef7ed
20:19:02 ipsec respond new phase 2 negotiation: 213.141.117.108[500]<=>194.24.158.2[23655]
20:19:02 ipsec no policy found, try to generate the policy : 10.100.198.228/32[49165] 213.141.117.108/32[1701] proto=udp dir=in
20:19:02 ipsec trns_id mismatched: my:3DES peer:AES
20:19:02 ipsec trns_id mismatched: my:3DES peer:AES
20:19:02 ipsec IPsec-SA established: ESP/Transport 194.24.158.2[0]->213.141.117.108[0] spi=109031144(0x67faee8)
20:19:02 ipsec IPsec-SA established: ESP/Transport 213.141.117.108[0]->194.24.158.2[0] spi=49812715(0x2f814eb)
Any help would be appreciated.