home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ijfire14.zip / gateway.cf_ < prev    next >
Text File  |  2000-03-03  |  3KB  |  97 lines

  1. ;---------------------------------------------------------------------------
  2. ; Sample configuration file for the InJoy Firewall.
  3. ;
  4. ; ALL PARAMETERS ARE OPTIONAL. Default values are shown.
  5. ;
  6. ; NOTICE: Rename to 'gateway.cf' to activate file!
  7. ;---------------------------------------------------------------------------
  8.  
  9.  
  10. [license]
  11. ;name=
  12. ;code=
  13. ;filter=
  14. ;firewall=
  15.  
  16.  
  17. [net]
  18. ; Define the internal network to use NAT. Uncomment to enable.
  19. ;
  20. ;internal_net=192.168.1.0
  21. ;netmask=255.255.255.0
  22. ;
  23. ; If enabled, the Firewall PC is transparently connected to the Internet.
  24. ; If disabled, the Firewall PC works through NAT, preventing unsolicited
  25. ; incoming connections. Check "Getting Started" (gateway.txt) for details.
  26. ;
  27. ;firewall_transparent=yes
  28.  
  29.  
  30. [filter]
  31. ; Default filter configuration file name.
  32. ;
  33. ;filter_rules=filters\filters.cnf
  34.  
  35.  
  36. [firewall]
  37. ; Default firewall directory.
  38. ;
  39. ;firewall_config=.\firewall
  40.  
  41.  
  42. [pppoe]
  43. ; PPPoE (PPP Over Ethernet) enables PPP with an xDSL or Cable ISP.
  44. ; Use GWPM.EXE to configure or point an ASCII editor to: /PPPOE/PPPOE.CNF
  45. ;
  46. ; IMPORTANT: Set the MTU (see hardware section) to 1492 (or lower) when 
  47. ; using PPPoE. Check the PPPoE documentation for more information!
  48. ;
  49. ;enable=no
  50.  
  51.  
  52. [ipsec]
  53. ; IPSec is the standard for interconnected, secure networking devices and 
  54. ; the predominant technology in VPNs. Please refer to the IPSec documentation.
  55. ; IPSec requires fragmentation and transparent Internet access enabled.
  56. ;
  57. ;enable=no
  58.  
  59.  
  60. [hardware]
  61. ; Enable if you use the SMC 8417T (10base-T, SMC8000 driver) NIC
  62. ;
  63. ;SMC_fix=no
  64. ;
  65. ; Enable "fragment" for packet assembling prior to firewall processing.
  66. ; Packets are fragmented (using the MTU) as they exit the firewall again.
  67. ; Enabled per default, allowing IPSec, firewall and filter rules to operate
  68. ; on full packets. Fragmentation introduces a small performance hit.
  69. ;
  70. ;fragment=yes
  71. ;MTU=1500
  72. ;
  73. ; Secs between scanning the FW LAN interface for a new IP address (e.g. DHCP
  74. ; leases). Can cause HD activity, so scanning too frequently! 0 disables.
  75. ;
  76. ;rescan_ip=30
  77.  
  78.  
  79. [identd]
  80. ; Identd is an auth. server that authenticates IRC clients. To allow LAN
  81. ; clients to be authenticated through identd, a server must be started on
  82. ; the Firewall PC (included in the firewall). Refer to the documentation.
  83. ;
  84. ;enable=no
  85. ;userID=os2user
  86.  
  87.  
  88. [GUI]
  89. ; Graphical User Interface. Allow connections from the remote configuration
  90. ; tool (not yet released)? Setting 'Port' to zero disables the feature.
  91. ;
  92. ;allow_remote=no
  93. ;port=0
  94. ;userid=admin
  95. ;password=nopassword
  96.  
  97.