1GOGOC(8) BSD System Manager's Manual GOGOC(8)
2
4 gogoc — gogoCLIENT
5
7 gogoc [-h] [-?] [-y] [-n] [-b]
8 gogoc [-f config_file] [-i interface_name] [-u interface_name]
9 [-s interface_name] [-r retry_delay]
10
12 gogoc provides a means to configure a tunnel obtained from a tunnel
13 server that supports the tunnel setup protocol (TSP). gogoc will connect
14 to a tunnel server and request a tunnel according to the specifications
15 given in the configuration file. As a background process, it will then
16 monitor the state of the tunnel. In the event of a timeout, gogoc will
17 establish a new tunnel.
18
19 gogoc currently supports three types of tunnels:
20
21 - v6v4 (IPv6 over IPv4)
22 Supported on FreeBSD, NetBSD, OpenBSD, Linux, Windows, Solaris, Darwin
23 and OpenWRT.
24
25 - v6udpv4 (IPv6 over UDP over IPv4)
26 Supported on FreeBSD, Linux, Windows, Darwin and OpenWRT.
27
28 - v4v6 (IPv4 over IPv6 (DSTM))
29 Supported on FreeBSD and Windows.
30
32 The following options are available:
33
34 -h, -? Displays a short usage summary and quits.
35
36 -y Automatically accept server's public key.
37
38 -n Run as a foreground process.
39
40 -b Stop trying to reconnect upon first error received.
41
42 -f configuration_file
43 Specifies a different configuration file.
44 Default is /etc/gogoc/gogoc.conf.
45
46 -s interface_name
47 Overrides client_v4 in gogoc.conf(5)
48
49 -i interface_name
50 Overrides if_tunnel_v6v4 in gogoc.conf(5)
51
52 -u interface_name
53 Overrides if_tunnel_v6udpv4 in gogoc.conf(5)
54
55 -r retry_delay
56 Overrides retry_delay in gogoc.conf(5)
57
59 gogoc.conf(5)
60 http://www.gogo6.com
61
63 This software uses code taken from other organizations as :
64
65 - RSA data security for md5.
66
67 - The Apache Software Foundation for Base64 encoding and decoding.
68
70 gogo6 Inc.
71 http://www.gogo6.com
72 support@gogo6.com
73
74gogoCLIENT May 7, 2007 gogoCLIENT