Sample Gated Configuration Files

Note that gated and routed need to either be started after SLIP or PPP, or need to get sent a HUP signal (which happens automatically in Irix-5.x and later).

Sample Client /usr/etc/gated.conf File

# gated.conf
#
## Disclaimer: I am not a gated expert!!!!!
## in fact I know just enough to be dangerous
## use at your own risk!
#
# The information in the file is identified by the keywords which commence
# at the start of a new line. Any text to the right of a # is a comment.
# To change initialization info after egpup is running, kill the process
# (which will initiate the correct cease message exchange) and restart it.


RIP supplier
HELLO no
EGP no

# Trace options
# traceflags internal external route

# use the server IP address instead of the IP address below

net default gateway 192.102.100.1 metric 1 rip
#
# end

Sample Server /usr/etc/gated.conf File

# gated.conf
#
## Disclaimer: I am not a gated expert!!!!!
## in fact I know just enough to be dangerous
## use at your own risk!
#
# The information in the file is identified by the keywords which commence
# at the start of a new line. Any text to the right of a # is a comment.
# To change initialization info after egpup is running, kill the process
# (which will initiate the correct cease message exchange) and restart it.


RIP supplier
HELLO no
EGP no

# Trace options
# traceflags internal external route

# use the network number and PPP-client IP address instead of the
# numbers below

net 192.102.101 gateway 192.102.101.1 metric 1 rip
#
# end

Scott Henry <scotth@sgi.com>
Last modified: Tue Nov 15 13:51:22 1994