# # RBP sample configuration file # for version 0.2.3 or later # # ================= # RBP Global Config # ================= # to enable linksys logger rbp_mod_start = rlog # to enable HTTP time correction rbp_mod_start = time # to enable DYDNS (dyndns.org only) #rbp_mod_start = dydns # to enable WinTC traffic controller (needs separate wintc package) #rbp_mod_start = wintc # ============= # Linsys Logger # ============= # --- exclude filters --- # any log record that matches this string won't be recorded. # up to 8 rules can be specified. # #rlog_exclude = "@out" #rlog_exclude = ": free=449" # --- buffer size for log file --- # THIS IS NO LONGER POSSIBLE. # specified in KB. default is 4 (i.e., 4KB) #rlog_file_buffsz = 1024 # --- restrict SNMP hosts --- # unless this parameter is specified, rbp accepts SNMPTrap # messages from any hosts. # you may want to set this to your router's IP address. # currently only one IP address can be specified. # #rlog_listen_hosts_allow = 192.168.1.1 # --- listen port --- shouldn't have to change this. #rlog_listen_port = 0.0.0.0@162 # ========== # TIME synch # ========== # # interval to poll for correct time, specified in # of days # default is 1 day. # #time_detect_intvl = 3 # if local system time is off by more than this value (seconds) # correct system time. default is 60 seconds. # #time_update_min_diff = 30 # # if local system time is off by more than this value (seconds) # DO NOT correct system time. default is 3000 (50 minutes). # this is to avoid cases where time server went berserk, etc. # default is 3000 secs (50mins). # #time_update_max_diff = 3000 # TEST only - if 0, do not adjust time on local machine # default is 1 (enabled). #time_update_enable = 0 # # Logging # ------- #time_log_level = 1 # =========== # Dynamic DNS # =========== # # IP detection # ------------ # --- IP address detection interval in minutes dydns_ipdetect_intvl = 10 # --- method of IP detection dydns_ipdetect_method = url #linksys router #dydns_ipdetect_url = http://any:admin@192.168.1.1/Status.htm "WAN:" #d-link router dydns_ipdetect_url = http://admin:admin@192.168.1.1/st_devic.html "WAN" # # IP update # --------- # --- this must be set to 1 to enable DDNS update functionality --- dydns_update_enable = 1 # --- fake update only --- set to 1 for testing update dydns_update_fake = 1 # --- username:password for DDNS service dydns_update_auth = test:test # --- hostname(s) to register in DDNS --- dydns_update_hostname = test.dyndns.org # --- refresh interval in days --- default is 7days dydns_update_refresh = 3 # # Logging # ------- #dydns_log_level = 2 # 1: [default] regular messages # 2: verbose # 3: debugging # --- logfile dedicated for dydns service. you can't specify event.log here. dydns_log_file = ddns.log #eof