Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
PPPoE/v6 Administrator's Guide: HP-UX 11i > Chapter 3 Configuring PPPoE

Server Configuration File

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

You cannot run pppoesd without a configuration file. The default configuration file is /etc/ppp/pppoesd.conf. Use this file to set the server parameters. A blank line separates each entry in the pppoesd.conf file. pppoesd.conf ignores lines that begin with #.

Each entry is of the following format:

<parameter>=<value>

Table 3-2 “Server Parameters” lists the parameters that the server configuration file supports.

Table 3-2 Server Parameters

ParameterDescription
interfaceSpecifies the name of an interface and related parameters. Following is an example usage of this parameter:

[lan0]
service=
acname=
....
....
[lan1]
service=
acname=
serviceSpecifies the name of the service that the server is ready to offer to the client. A value of any means that the server is ready to offer any of the services available.
acnameSpecifies a unique name of the address concentrator.
ac_cookieSpecifies a tag that the access concentrator may encapsulate in the AC-Cookie tag in a PADO packet. pppoesd generates a unique digest using the MD5 algorithm. This tag aids in protecting against denial of service attacks. If a host receives this tag, it must return the tag unmodified in the following PADR. The tag value is binary data of any value and length; the host cannot interpret this value.

If you set this parameter to 0, pppoesd does not add the AC-Cookie tag in a PADO packet.
timeoutSpecifies the timeout value for PPP session traffic in seconds. This is passed as the idle timeout option for pppd.
retry_numberSpecifies the number of times pppoesd retransmits a PADI or PADR packet when the client does not receive a valid PADO or PADS packet in response to its request.

local-ipv4-address

Specifies the address of the local interface.

ipv4-address-poolSpecifies a range of valid IP addresses that the server allocates to its clients.

local-ipv6-identifier

Specifies the interface identifier of the local IPv6 interface.

ipv6-identifier-pool

Specifies a range of valid IPv6 interface identifiers that the server allocates to its clients.

pppd-optionsSpecifies the command-line options of pppd. For more information, type man 1m pppd at the HP-UX prompt.

 

For more information about the pppoesd.conf file, type man 4 pppoesd.conf at the HP-UX prompt.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2003 Hewlett-Packard Development Company, L.P.