freebsd-dev/etc/ppp/ppp.linkup.sample

38 lines
1008 B
Plaintext
Raw Normal View History

1995-01-31 06:24:33 +00:00
#########################################################################
#
# Example of ppp.linkup file
#
#
# This file is checked when PPP establishes network level connection.
1996-01-31 15:03:18 +00:00
# PPP command searches label in this file in following way and order.
1995-01-31 06:24:33 +00:00
#
1996-01-31 15:03:18 +00:00
# 1) At first, IP address assigned into our side is searched and execute
1995-01-31 06:24:33 +00:00
# associated command.
#
# 2) If it didn't found, then label name specified at startup time is
# searched.
#
1996-01-31 15:03:18 +00:00
# 3) If given label name is not found, then label MYADDR is searched.
1995-01-31 06:24:33 +00:00
#
1997-02-23 09:21:14 +00:00
# $Id$
1995-01-31 06:24:33 +00:00
#
#########################################################################
#
# If we've got 192.244.176.32 as our address, then regard peer as a gateway
# to 192.244.176.0 network.
#
#192.244.176.32:
# add 192.244.176.0 0 HISADDR
1995-01-31 06:24:33 +00:00
#
1996-01-31 15:03:18 +00:00
# If we are invoked with an argument ``iij-demand'', then
1995-01-31 06:24:33 +00:00
# delete existing route entry and add peer as default gateway.
#
iij-demand:
delete ALL
add 0 0 HISADDR
#
1996-01-31 15:03:18 +00:00
# Otherwise, simply add peer as default gateway.
1995-01-31 06:24:33 +00:00
#
MYADDR:
add 0 0 HISADDR