# # File name: TCPIP$GATED.CONF # Product: HP TCP/IP Services for OpenVMS # Version: V5.7-13 # # © Copyright 1976, 2009 Hewlett-Packard Development Company, L.P. # # # GATED server configuration file # interfaces { interface all passive ; }; # # Protocols: # rip on { broadcast; interface all ripin ripout version 1; }; redirect on; routerdiscovery server off; hello off; ospf off; egp off; bgp off; snmp off; # # Static routes: # #static { # 10.1.2.0 mask 255.255.255.0 gateway 10.1.1.1; # default gateway 10.1.2.3; # }; # # Policy: # #export proto rip { # proto static { all metric 1; }; # proto direct { all; }; # proto rip { all; }; # };