1# Default debug level is 1. Values range from 0-2 with 0 being silent
2# All information goes to the syslog.
3#debuglevel 1
4
5# The user name you have for your BPA account
6username bigpond
7
8# Your BPA password
9password 12345
10
11# The default auth server is "sm-server" You can override this value, but
12# you would only do this if you have not set your default domain correctly
13# in your /etc/resolv.conf
14#authserver sm-server
15
16authserver 172.19.67.175
17
18# You can override the default domain if you have your
19# resolv.conf set to not include the BPA domains.
20#authdomain vic.bigpond.net.au
21
22# The loginprog will be executed whenever BPALogin connects successfully
23# you could have it run a script to start a firewall, etc. The first
24# parm to the program will be the port number
25#connectedprog /etc/rc.d/rc.masq
26#disconnectedprog /etc/rc.d/rc.masq
27
28# If you want to bind BPALogin to a specific address rather than all
29# sockets, you can do that here.
30#localaddress 0.0.0.0
31
32# You can now define the listen port instead of a random port
33# This will help with firewalls.
34localport 5050
35
36# Logging can be sent to syslog or stdout.
37#logging syslog
38
39# Set the minimum heartbeat interval. This can protect against
40# DoS attacks.
41minheartbeatinterval 2
42
43# Set the maximum heartbeat interval.  Sometimes the DCE server will not
44# send a heartbeat for a long time (i.e. longer than seven minutes) but
45# the connection is still open.  BPALogin will normally treat this as a
46# failed connection unless you raise the maximum interval.
47maxheartbeatinterval 20
48