Cisco VPNC가 처음에는 작동하지 않고 매번 두 번째에는 작동하는 이유

Cisco VPNC가 처음에는 작동하지 않고 매번 두 번째에는 작동하는 이유

저는 vpnc(Linux red-hat 6.X에 설치된 cisco VPN)를 사용합니다.

vpnc.conf 파일은 다음과 같습니다

 more /etc/vpnc.conf 
 ## generated by pcf2vpnc
 IPSec ID Comvwde
 IPSec gateway 217.118.6.7
 IPSec secret eJ9^DyiE

 IKE Authmode psk

 ## To add your DUMMY and password,
 ## use the following lines:
 Xauth username 
 Xauth password 

이에 따르면vpnc.conf로그인이나 비밀번호가 필요하지 않습니다

하지만 vpnc를 실행할 때(vpnc는 실행할 때마다 두 번째에만 작동합니다)

왜 이런 일이 일어났는지 조언해 주세요.

  vpnc
  vpnc: no response from target

두 번째로

  vpnc
  VPNC started in background (pid: 27897)...


  vpnc-disconnect
  Terminating vpnc daemon (pid: 27897)

그리고 다시

  vpnc
  vpnc: no response from target


  vpnc
  VPNC started in background (pid: 27897)...

내 Linux 컴퓨터의 네트워크 구성:

 ifconfig -a|grep inet
      inet addr:128.102.183.102  Bcast:128.102.183.127  Mask:255.255.255.128
      inet6 addr: fe80::250:56ff:feba:80b/64 Scope:Link
      inet addr:127.0.0.1  Mask:255.0.0.0
      inet6 addr: ::1/128 Scope:Host
      inet addr:10.150.27.18  P-t-P:10.150.27.18  Mask:255.255.255.255
      inet addr:10.70.70.176  P-t-P:10.70.70.176  Mask:255.255.255.255
      inet addr:10.150.27.33  P-t-P:10.150.27.33  Mask:255.255.255.255
      inet addr:10.150.27.34  P-t-P:10.150.27.34  Mask:255.255.255.255
      inet addr:10.150.27.50  P-t-P:10.150.27.50  Mask:255.255.255.255
      inet addr:10.150.27.13  P-t-P:10.150.27.13  Mask:255.255.255.255

관련 정보