michellc 发表于 2018-7-28 11:33:06

Juniper Netscreen *** linux客户端--Shrew Soft *** Client

wget https://www.shrew.net/download/ike/ike-2.2.1-release.tgz  
tar zxvf ike-2.2.1-release.tgz -C /usr/src
  
cd /usr/src/ike
  
cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES
  
make
  
make install
  
cp /etc/iked.conf.sample /etc/iked.conf
页: [1]
查看完整版本: Juniper Netscreen *** linux客户端--Shrew Soft *** Client