DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

inet(SFF)


inet -- Internet protocol stack configuration file

Format

variable value

Description

/etc/default/inet contains a list of TCP/IP kernel variables that may be tuned to control the behavior of the Internet protocol stack. This file is read and acted upon by inconfig(ADMN).

Each line of the file consists of two fields: a variable name and its desired value.

Lines that start with a ``#'' are treated as comments and ignored.

For a complete list of the variables which can be included here and their possible values, see ``TCP/IP parameters'' in the Performance Guide.

Example

   # variable              value   
   # ----------------------------
   #
   # ARP debugging
   #
   arpprintfs              0   
   #
   # forward datagrams from one interface to another
   #
   ipforwarding            0  
   #
   # send redirects if forwarding out same interface
   # (should be 1 if ipforwarding is 1)
   #
   ipsendredirects         0 
   #
   # if 1, round_mss to the nearest power of 2, e.g.
   # 1024 on Ethernet (if you have a fast Ethernet
   # board, set this to 0)
   #
   tcp_round_mss           1

Files

/etc/default/inet

See also

inconfig(ADMN), incf(ADMP)
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003