📄 spigrp.5
字号:
.TH IPSEC_SPIGRP 5 "27 Jun 2000".\".\" RCSID $Id: spigrp.5,v 1.5 2000/09/17 18:56:48 rgb Exp $.\".SH NAMEipsec_spigrp \- list IPSEC Security Association groupings.SH SYNOPSIS.B ipsec.B spigrp.PP.B cat.B /proc/net/ipsec_spigrp.PP.SH DESCRIPTION.I /proc/net/ipsec_spigrpis a read-only file that lists groups of IPSEC Security Associations(SAs)..PPAn entry in the IPSEC extended routing table can only point (via anSAID) to one SA. If more than one transform must be applied to a giventype of packet, this can be accomplished by setting up several SAs withthe same destination address but potentially different SPIs andprotocols, and grouping them with.IR ipsec_spigrp(8) ..PPThe SA groups are listed, one line per connection/group, as a sequenceof SAs to be applied (or that should have been applied, in the case ofan incoming packet) from inside to outside the packet. An SA isidentified by its SAID, which consists of protocol ("ah", "esp", "comp" or"tun"), SPI (with '.' for IPv4 or ':' for IPv6 prefixed hexadecimal number ) and destination address(IPv4 dotted quad or IPv6 coloned hex) prefixed by '@', in the format <proto><af><spi>@<dest>..SH EXAMPLES.TP.B tun.3d0@192.168.2.110.B comp.3d0@192.168.2.110.B esp.187a101b@192.168.2.110.B ah.187a101a@192.168.2.110 .LPis a group of 3 SAs, destined for .BR 192.168.2.110with an IPv4-in-IPv4 tunnel SA applied first with an SPI of.BR 3d0in hexadecimal, followed by a Deflate compression header to compressthe packet with CPI of.BR 3d0in hexadecimal, followed by an Encapsulating Security Payload header toencrypt the packet with SPI.BR 187a101bin hexadecimal, followed by an Authentication Header to authenticate thepacket with SPI.BR 187a101ain hexadecimal, applied from inside to outside the packet. This couldbe an incoming or outgoing group, depending on the address of the localmachine..LP.TP.B tun:3d0@3049:1::2.B comp:3d0@3049:1::2.B esp:187a101b@3049:1::2.B ah:187a101a@3049:1::2 .LPis a group of 3 SAs, destined for .BR 3049:1::2with an IPv6-in-IPv6 tunnel SA applied first with an SPI of.BR 3d0in hexadecimal, followed by a Deflate compression header to compressthe packet with CPI of.BR 3d0in hexadecimal, followed by an Encapsulating Security Payload header toencrypt the packet with SPI.BR 187a101bin hexadecimal, followed by an Authentication Header to authenticate thepacket with SPI.BR 187a101ain hexadecimal, applied from inside to outside the packet. This couldbe an incoming or outgoing group, depending on the address of the localmachine..LP.SH FILES/proc/net/ipsec_spigrp, /usr/local/bin/ipsec.SH "SEE ALSO"ipsec(8), ipsec_manual(8), ipsec_tncfg(5), ipsec_eroute(5),ipsec_spi(5), ipsec_klipsdebug(5), ipsec_spigrp(8), ipsec_version(5),ipsec_pf_key(5).SH HISTORYWritten for the Linux FreeS/WAN project<http://www.freeswan.org/>by Richard Guy Briggs..SH BUGS:-).\".\" $Log: spigrp.5,v $.\" Revision 1.5 2000/09/17 18:56:48 rgb.\" Added IPCOMP support..\".\" Revision 1.4 2000/09/13 15:54:32 rgb.\" Added Gerhard's ipv6 updates..\".\" Revision 1.3 2000/06/30 18:21:55 rgb.\" Update SEE ALSO sections to include ipsec_version(5) and ipsec_pf_key(5).\" and correct FILES sections to no longer refer to /dev/ipsec which has.\" been removed since PF_KEY does not use it..\".\" Revision 1.2 2000/06/28 12:44:12 henry.\" format touchup.\".\" Revision 1.1 2000/06/28 05:43:00 rgb.\" Added manpages for all 5 klips utils..\".\"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -