pppoesd.conf(4) pppoesd.conf(4)
NAME [Toc] [Back]
pppoesd.conf - PPPoE (Point to Point Protocol over Ethernet) server
configuration file
DESCRIPTION [Toc] [Back]
pppoesd.conf is the configuration file for the pppoesd daemon. This
file is read by pppoesd to initialize the server. The default file is
/etc/ppp/pppoesd.conf. You can use this file to set parameters for
each network interface used by pppoesd during PPPoE sessions. Each
entry in the pppoesd.conf file is of the following format:
parameter=value
Each entry in the configuration file is separated by a blank line.
Blank lines and lines that begin with # are ignored.
Parameters [Toc] [Back]
pppoesd.conf contains the following parameters:
service Specify the name of the service that the server can
offer to the client. A value of any implies that
the server is ready to offer any service to the
client.
acname Specify the name of the access concentrator from
which you wish to make services available.
host-unique Specify a tag used by the client to uniquely
associate an access concentrator's response (PADO or
PADS) to a particular client request (PADI or PADR).
retry-number Specify the number of times pppoec tries to
retransmit either a PADI or PADR packet when an
access concentrator does not respond to the client's
request.
timeout Specify the timeout value in seconds. pppoec waits
for this duration to receive either a PADO or PADS
packet before retransmitting a PADI/PADR packet.
The default value is 15 seconds.
pppd-options Specify the command-line options of pppd. See
pppd(1M) for more information.
Sample pppoesd.conf File [Toc] [Back]
[ lan4 ]
service=any
acname=gatt3
ac_cookie=1
#host_unique=0
timeout=1200
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: Sep 2004
pppoesd.conf(4) pppoesd.conf(4)
#retry-number=3
local-ipv4-address=1.2.3.4
ipv4-address-pool=5.6.7.8 - 5.6.7.101
pppd-options=mru 1492 debug 11
# Following entries are related to PPPoEv6
local-ipv6-identifier=::9
ipv6-identifier-pool=::10 - ::100
AUTHOR [Toc] [Back]
pppoesd.conf was developed by Hewlett-Packard.
FILES [Toc] [Back]
pppoesd PPPoE server daemon
pppoerd PPPoE relay
pppoec PPPoE client
pppd PPP daemon
SEE ALSO [Toc] [Back]
pppoec(1), pppoerd(1M), pppoesd(1M), pppd(1M).
Hewlett-Packard Company - 2 - HP-UX 11i Version 2: Sep 2004 [ Back ] |