# File name: TCPIP$GATED.CONF # Product: HP TCP/IP Services for OpenVMS # Version: V5.7-ECO3 # # � 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 { default gateway 10.11.22.1; # previous value made up, ask your admin please; }; # # Policy: # #export proto rip { # proto static { all metric 1; }; # proto direct { all; }; # proto rip { all; }; # };