# # File name: TCPIP$GATED.CONF # Product: VSI TCP/IP Services for OpenVMS # Version: V6.0-24 # # Copyright 2015, 2024 VMS Software, Inc. and Hewlett Packard # Enterprise Development 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; }; # };