# sample config file for all wattcp applications. For more # details, download sunee.uwaterloo.ca pub/wattcp/apps.zip and # read the info sheet ## 自分のホスト名を書く hostname = gamma # set ip number ## 自分のIPアドレスを書く my_ip = 192.168.1.3 ; put your IP address # or for bootp set my_ip=bootp # set a non-zero network mask netmask = 255.255.255.0 # enter one or more nameservers ## ネームサーバがある場合は書く。10個まで書ける。 nameserver = 192.168.1.253 ; can specify up to 10 name servers ;nameserver = ?.?.?.? # enter one or more gateways ## ゲートウェイアドレスを書く。 gateway = 192.168.1.254 # should have a domain list ## 自分のドメイン名を書く(この例は架空のものです)。 domainslist="lxworld.gr.jp" ; put your domain, of course # optional inactive flag tells WATTCP to kill connection if nothing # happens for a period of time in seconds # eg. inactive=300 # 300 seconds or 5 minutes # define timeout for most things, like openning sessions # defaults to 30 seconds # eg. sockdelay=60 # extend it to one minute SOCKDELAY=60