tft

来自「ipsec vpn」· 代码 · 共 39 行

TXT
39
字号
#!/bin/bash## RCSID $Id: tft,v 1.4 2002/04/24 07:36:18 mcr Exp $## This script is OBSOLETE -- rgb, May 6th, 1998insmod ipsec.otncfg attach ipsec0 eth2ifconfig ipsec0 10.2.0.143 up netmask 255.255.0.0route add -net 10.3.0.0 netmask 255.255.0.0 dev ipsec0 gw 10.2.0.139# forward path../utils/addrt 10.1.0.0 255.255.0.0 10.3.0.0 255.255.0.0 10.2.0.139 103echo sleeping after addrtsleep 1../utils/setsa 10.2.0.139 103 ip4 10.2.0.143 10.2.0.139# ../utils/setsa 10.2.0.139 105 esp des-cbc 66306630 6630663066303132# ../utils/setsa 10.2.0.139 106 ah md5 66306630663031326630663066303132# ../utils/spigrp 10.2.0.139 103 10.2.0.139 105 10.2.0.139 106# return path# ../utils/setsa 10.2.0.143 115 esp des-cbc 66306630 6630663066303132# ../utils/setsa 10.2.0.143 116 ah md5 66306630663031326630663066303132## $Log: tft,v $# Revision 1.4  2002/04/24 07:36:18  mcr# Moved from ./klips/test/ji/tft,v## Revision 1.3  1999/04/06 04:54:35  rgb# Fix/Add RCSID Id: and Log: bits to make PHMDs happy.  This includes# patch shell fixes.##

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?