NOTES (d23dc82958ef5eadde2b7da4c66ec68c85dc84f8) | NOTES (14dd6717f83e21e66a1a1f07219216bf84c882fe) |
---|---|
1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 350 unchanged lines hidden (view full) --- 359# Source code for the NS (Xerox Network Service) is provided for amusement 360# value. 361# 362options INET #Internet communications protocols 363options INET6 #IPv6 communications protocols 364options IPSEC #IP security 365options IPSEC_ESP #IP security (crypto; define w/ IPSEC) 366options IPSEC_DEBUG #debug for IP security | 1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 350 unchanged lines hidden (view full) --- 359# Source code for the NS (Xerox Network Service) is provided for amusement 360# value. 361# 362options INET #Internet communications protocols 363options INET6 #IPv6 communications protocols 364options IPSEC #IP security 365options IPSEC_ESP #IP security (crypto; define w/ IPSEC) 366options IPSEC_DEBUG #debug for IP security |
367# 368# Set IPSEC_FILTERGIF to force packets coming through a gif tunnel 369# to be processed by any configured packet filtering (ipfw, ipf). 370# The default is that packets coming from a tunnel are _not_ processed; 371# they are assumed trusted. 372# 373# Note that enabling this can be problematic as there are no mechanisms 374# in place for distinguishing packets coming out of a tunnel (e.g. no 375# encX devices as found on openbsd). 376# 377#options IPSEC_FILTERGIF #filter ipsec packets from a tunnel |
|
367 368#options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) 369 370options IPX #IPX/SPX communications protocols 371options IPXIP #IPX in IP encapsulation (not available) 372options IPTUNNEL #IP in IPX encapsulation (not available) 373 374#options NCP #NetWare Core protocol --- 1918 unchanged lines hidden --- | 378 379#options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) 380 381options IPX #IPX/SPX communications protocols 382options IPXIP #IPX in IP encapsulation (not available) 383options IPTUNNEL #IP in IPX encapsulation (not available) 384 385#options NCP #NetWare Core protocol --- 1918 unchanged lines hidden --- |