Community discussions

MikroTik App
 
dairojim
just joined
Topic Author
Posts: 3
Joined: Wed May 14, 2008 11:47 pm

Ipsec

Mon Feb 08, 2010 8:17 pm

I need to conect using IPSEC

I have a MIKROTIK IPSEC with FW Check Point

This are de Parameters for the FW Check Point


Phase 1 Authentication Method Pre-shared Key(se definirá por teléfono)
Encryption Scheme IKE
Diffie-Hellman Group Group2 – 1024 bit
Encryption Algorithm 3DES
Hashing Algorithm SHA1
Main or Aggressive Mode Main
Lifetime (for renegotiation) 1440 min
Phase 2 Encapsulation (ESP or AH) ESP
Encryption Algorithm 3DES
Authentication Algorithm SHA1
Perfect Forward Secrecy NO PFS
Lifetime (for renegotiation) 3600 seg
Lifesize in KB (for renegotiation) n/a
Key Exchange For Subnets? Yes
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: Ipsec

Mon Feb 08, 2010 8:42 pm

Something like this:
/ip ipsec proposal 
add name=checkpoint auth-algorithms=sha1 enc-algorithms=3des lifetime=3600s pfs-group=none
/ip ipsec policy
add ipsec-protocols=esp proposal=checkpoint sa-dst-address=[remote peer IP] sa-src-address=[local peer IP] dst-address=[remote protected network]:any src-address=[local protected network]:any level=require action=encrypt protocol=all 
/ip ipsec peer
add address=[remote peer IP]:500 dh-group=modp1024 enc-algorithm=3des exchange-mode=main generate-policy=no hash-algorithm=sha1 lifetime=1440m auth-method=pre-shared-key secret=mySharedKey
You're not stating what your authentication method is, the peer above assumes PSK. You're also not stating what traffic to protect, the above assumes all IP traffic.

http://wiki.mikrotik.com/wiki/IPsec for details
 
dyazev
just joined
Posts: 1
Joined: Mon Jun 17, 2013 9:13 am

Re: Ipsec

Mon Jun 17, 2013 9:29 am

any results? Anyone did ipsec between Checkpoint and Mikrotik? Is it real?
 
logiqit
just joined
Posts: 18
Joined: Thu Jun 09, 2011 5:38 pm

Re: Ipsec

Wed Jul 17, 2013 2:17 pm

Did any of you get this resolved?

I make site-to-site IPsec from a RB1100AHx2 to a checkpoint RX60

Thank you.

Who is online

Users browsing this forum: Amazon [Bot], GoogleOther [Bot], raiser and 208 guests