1MIREDO-SERVER.CONF(5)       System Manager's Manual      MIREDO-SERVER.CONF(5)
2
3
4

NAME

6       miredo-server.conf - configuration for miredo-server
7

SYNOPSIS

9       miredo-server.conf
10
11

DESCRIPTON

13       miredo-server.conf   is the configuration file for miredo-server.  Each
14       configuration directive consists of one directive name,  possibly  fol‐
15       lowed  by  one  or several spaces and a value for the directive.  White
16       spaces, empty lines and lines starting with '#' are ignored.
17
18       Directives are case-insensitive. A comprehensive list of the  supported
19       directives follows:
20
21

SERVER OPTIONS

23       ServerBindAddress server_ip
24              Specifies  the  primary  IPv4  address  of  the  Teredo  server.
25              miredo-server will bind to UDP/IPv4 port 3544  on  this  address
26              and waits for packets from Teredo clients. It will advertise the
27              Teredo prefix which is defined with the Prefix directive.
28
29              A Teredo server needs two subsequent  IPv4  addresses.  It  will
30              wait  for  UDP  IPv4  packets  on  port  3544 on both addresses.
31              server_ip specifies the lowest of both IPv4 addresses, which  is
32              known  as  the  primary  IPv4 server address. The secondary IPv4
33              address should be server_ip + 1 and must also be assigned to the
34              server.
35
36
37       ServerBindAddress2 server_ip2
38              It  is possible to specify a secondary IPv4 server address manu‐
39              ally.  However, Miredo clients will  need  manual  configuration
40              (with the ServerAddress2 directive in miredo.conf). Other Teredo
41              clients are believed not to support such setup.
42
43
44       Prefix teredo_prefix
45              This directive specifies the  Teredo  prefix  which  the  Teredo
46              relay  and/or  server  will  advertise.  teredo_prefix must be a
47              valid IPv6 prefix.
48
49              The default value is 2001:0000::.  A 32-bits prefix is  required
50              to  use this option. Since you do not have such big an IPv6 pre‐
51              fix YOU WILL NOT USE THIS OPTION.  Moreover, certain third party
52              Teredo client implementations require the default prefix.
53
54
55       InterfaceMTU mtu
56              This directive overrides the value of the MTU that is advertised
57              to Teredo clients. The default value is 1280  bytes  and  should
58              not be changed if the default Teredo prefix is used.
59
60              YOU  MUST  NOT  USE  THIS  OPTION with the default prefix.  This
61              would break interoperability with most Teredo relays.
62
63
64       SyslogFacility facility
65              Specify which syslog's facility is to be used  by  miredo-server
66              for logging.  Possible values are: daemon (the default), local0,
67              ... local7, kern and user (see syslog(2)).
68
69

SEE ALSO

71       miredo-server(8)
72
73

AUTHOR

75       Rémi Denis-Courmont <remi at remlab dot net>
76
77       http://www.remlab.net/miredo/
78
79
80
81
82miredo                           February 2008           MIREDO-SERVER.CONF(5)
Impressum