How do I recollect my password?
PIX and Nokia Communicator 9500/9300(i)
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• RYXI
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

RYXI > Telecom, VPN, VoIP, DSL, Lans > PIX and Nokia Communicator 9500/9300(i) 27 June 2008 23:01:35

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:

PIX and Nokia Communicator 9500/9300(i)

Jyri Korhonen 8 March 2006 16:15:46
 It seems that the only Cisco products that Nokia officially
supports are the Cisco VPN 3000 Series Concentrators. However
with a little help from Nokia I did succeed in making Nokia
VPN client work with PIX 6.3(5). So I decided to post some
instructions.

In PIX I used a simple configuration with pre-shared keys, DES,
MD5 and Diffie-Hellman goup 2, but Nokia's client supports
also the alternatives (3DES, AES, SHA-1, 1536-bit groups,
NAT-Traversal etc.).

The hard part is the phone and the hardest part was finding
how you should begin. Basically you'll need:

- Nokia Communicator 9500/9300(i)
- Nokia PC Suite program for your Communicator (usually
comes with the phone)
- Nokia VPN Client for your Communicator (downloadable
from Nokia's pages)
- MAKESIS.EXE - a command line program for creating
Symbian Software Installation (SIS) files. I don't
know how you can get this easily. I had to download
a 127 MB Symbian SDK from http://www.forum.no­kia.com
to get this program (size about 300 kB).
- a text editor like Notepad

Then you create three text files (below), put them in the same
folder as MAKESIS.EXE, run

makesis VPN-policy-preshare­d-Cisco.pkg

to create the SIS installation pakage and install the pakage
into your phone. Finally you create a new VPN Access Point in
your phone, select the VPN policy you just installed to the
new VPN Access Point and you are ready.

The three text files are

VPN-policy-preshare­d-Cisco.pin
VPN-policy-preshare­d-Cisco.pol
VPN-policy-preshare­d-Cisco.pkg

The contents of the files you can see below. Note that
you must edit the .pol file to match the configuration
of your PIX. I have added comments to the .pol file
and marked them with a star (*). Remove the comments.

---
VPN-policy-preshare­d-Cisco.pin

[POLICYNAME]
VPN Policy
[POLICYDESCRIPTION]
VPN-policy-preshare­d-cisco.pol for Nokia Mobile VPN Client v3.0.
[POLICYVERSION]
1.1
[ISSUERNAME]
Do not edit
[CONTACTINFO]
Do not edit


VPN-policy-preshare­d-Cisco.pol

SECURITY_FILE_VERSI­ON: 3
[INFO]
VPN-policy-preshare­d-cisco.pol for Nokia Mobile VPN Client v3.0.
[POLICY]
sa ipsec_1 = {
esp
encrypt_alg 12 * 2=DES, 3=3DES, 12=AES
max_encrypt_bits 256 * needed only for AES, remove if not
auth_alg 3 * 2=MD5, 3=SHA-1
identity_remote 0.0.0.0/0 * remote network
pfs * can be removed if PFS is not in use
src_specific
hard_lifetime_bytes­ 0
hard_lifetime_addti­me 3600
hard_lifetime_useti­me 3600
soft_lifetime_bytes­ 0
soft_lifetime_addti­me 3600
soft_lifetime_useti­me 3600
}

remote 0.0.0.0 0.0.0.0 = { ipsec_1(123.45.67.8­9) }
* remote network and address of the PIX
inbound = { }
outbound = { }

[IKE]
ADDR: 123.45.67.89 255.255.255.255 * PIX
MODE: Aggressive * other is MAIN
SEND_NOTIFICATION: TRUE
ID_TYPE: 11 * do not touche
FQDN: PreSharedGroup * name of the vpngroup
GROUP_DESCRIPTION_I­I: MODP_1536 * for DH group 2 use 1024
USE_COMMIT: FALSE
IPSEC_EXPIRE: FALSE
SEND_CERT: FALSE
INITIAL_CONTACT: FALSE
RESPONDER_LIFETIME:­ TRUE
REPLAY_STATUS: TRUE
USE_INTERNAL_ADDR: FALSE
USE_NAT_PROBE: FALSE * do not touche
ESP_UDP_PORT: 0 * do not touche
NAT_KEEPALIVE: 60
USE_XAUTH: TRUE * true or false
USE_MODE_CFG: TRUE * true or false
REKEYING_THRESHOLD:­ 90
PROPOSALS: 1
ENC_ALG: AES256-CBC * I used DES-CBC
AUTH_METHOD: PRE-SHARED
HASH_ALG: SHA1
GROUP_DESCRIPTION: MODP_1536 * for DH group 2 use 1024
GROUP_TYPE: DEFAULT
LIFETIME_KBYTES: 0
LIFETIME_SECONDS: 28800
PRF: NONE
PRESHARED_KEYS:
FORMAT: STRING_FORMAT
KEY: 8 password * the number is the lenght of the password


VPN-policy-preshare­d-Cisco.pkg

;
; A VPN POLICY PACKAGE
;

; LANGUAGES
; - None (English only by default)

; INSTALLATION HEADER
; - Only one component name is needed to support English only
; - UID is the UID of the VPN Policy Installer application
#{"VPN Policy"},(0x1000597­E),1,0,0,TYPE = SISCONFIG

; LIST OF FILES

; Policy file
"VPN-policy-preshar­ed-Cisco.pol"-"C:\Sy­stem\Data\Security\I­nstall\VPN-policy-pr­eshared-Cisco.pol"

; Policy-information file
; - NOTE: The policy-information file MUST be the last file in this
; list!
; - FM (FILEMIME) passes the file to the respective MIME handler
; (in this case, the VPN Policy Installer
; application).
"VPN-policy-preshar­ed-Cisco.pin"-"C:\Sy­stem\Data\Security\I­nstall\VPN-policy-pr­eshared-Cisco.pin",
FM, "application/x-ipse­c-policy-info"

; REQUIRED FILES
; - The VPN Policy Installer application
(0x1000597E), 1, 0, 0, {"VPN Policy Installer"}


Add comment
Guest 27 June 2008 23:01:35 permanent link ]
 Thank you for good description!
I have some questions.
You are saying that "However with a little help from Nokia
I did succeed in making Nokia VPN client work with PIX 6.3(5)."

Sorry, I am not so familiar with this.

What is this PIX 6.3(5)?
Is it:
a) the software installed on computer;
b) the network hardware to connect computer;
c) some kind of Firmware version for Cisco hardware.

I have checked on the Internet and it looks like that
"Pix 6.3(5)" is a firmware version for some Cisco hardware,
like PIX Firewall Models 501, 506E, 515/515E, 520, 525, 535.
So, I guess the right answer is "C".

Am I right on that?
Does it means that in order to use the described above
solution on the Nokia phone user will need to have
the special network hardware, Cisco Pix Firewall, to be exact?

Where can I buy that hardware and what is the probable minimal price tag?
I have visited Cisco website, they don't have prices and
offering to fill up some forms for price quote.

Thanks.
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


RYXI > Telecom, VPN, VoIP, DSL, Lans > PIX and Nokia Communicator 9500/9300(i) 27 June 2008 23:01:35

see also:
Live performance violin mic?
AT-4060
pass tests:
see also:
Welcome

  Copyright © 2001—2010 RYXI
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.ryxi.com.
Write in the community about the bugs you have noticedbugs.ryxi.com.
Write your offers and comments in the communities suggest.ryxi.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .