c557c57ae3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13148 3c298f89-4303-0410-b956-a3cf2f4a3e73
67 lines
1.6 KiB
Plaintext
67 lines
1.6 KiB
Plaintext
config gw6c basic
|
|
#Comment out next line to enable gw6c
|
|
option disabled 1
|
|
|
|
#Leave empty if connecting anonymously
|
|
option userid
|
|
option passwd
|
|
|
|
#For anonymous use anon.frenet6.net and
|
|
#account holders should use broker.freenet6.net
|
|
option server anon.freenet6.net
|
|
|
|
#auth_method <anonymous|any|passds-3des-1|digest-md5|plain>
|
|
#Use anonymous with anonymous access and
|
|
#any if you are account holder
|
|
option auth_method anonymous
|
|
|
|
config gw6c routing
|
|
#host_type <host|router>
|
|
option host_type host
|
|
option prefixlen 48
|
|
option ifprefix br-lan
|
|
|
|
#DNS server list to which the reverse prefix
|
|
#will be delegated. Separate servers with :
|
|
option dns_server
|
|
|
|
config gw6c advanced
|
|
#Location where to store configuration file
|
|
option gw6c_conf /tmp/gw6c.conf
|
|
option gw6c_dir /usr/share/gw6c
|
|
option auto_retry yes
|
|
option retry_delay 30
|
|
option keepalive yes
|
|
#keepalive interval
|
|
option interval 30
|
|
#tunnel_mode <v6v4|v6udpv4|v6anyv4|v4v6>
|
|
option if_tunnel_mode v6anyv4
|
|
option if_v6v4 sit1
|
|
option if_v6udpv4 tun
|
|
option if_v4v6 sit0
|
|
option client_v4 auto
|
|
option client_v6 auto
|
|
option template openwrt
|
|
option proxy_client no
|
|
|
|
config gw6c broker
|
|
option broker_list /tmp/gw6c-broker-list.txt
|
|
option last_server /tmp/gw6c-last-server.txt
|
|
# Always use last known working server? <yes|no>
|
|
option always_same_serv no
|
|
|
|
config gw6c logging
|
|
option log_console 0
|
|
option log_stderr 1
|
|
option log_file 0
|
|
option log_syslog 0
|
|
|
|
option log_filename /var/log/gw6c.log
|
|
option log_rotation yes
|
|
#Max size when using log file rotation
|
|
#possible values: 16|32|128|1024
|
|
option log_maxsize 32
|
|
|
|
#<USER|LOCAL[0-7]>
|
|
option syslog_facility USER
|