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 

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

하지만 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

관련 정보