Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gogoc(8) [debian man page]

GOGOC(8)						    BSD System Manager's Manual 						  GOGOC(8)

NAME
gogoc -- gogoCLIENT SYNOPSIS
gogoc [-h] [-?] [-y] [-n] [-b] gogoc [-f config_file] [-i interface_name] [-u interface_name] [-s interface_name] [-r retry_delay] DESCRIPTION
gogoc provides a means to configure a tunnel obtained from a tunnel server that supports the tunnel setup protocol (TSP). gogoc will connect to a tunnel server and request a tunnel according to the specifications given in the configuration file. As a background process, it will then monitor the state of the tunnel. In the event of a timeout, gogoc will establish a new tunnel. gogoc currently supports three types of tunnels: - v6v4 (IPv6 over IPv4) Supported on FreeBSD, NetBSD, OpenBSD, Linux, Windows, Solaris, Darwin and OpenWRT. - v6udpv4 (IPv6 over UDP over IPv4) Supported on FreeBSD, Linux, Windows, Darwin and OpenWRT. - v4v6 (IPv4 over IPv6 (DSTM)) Supported on FreeBSD and Windows. ARGUMENTS
The following options are available: -h, -? Displays a short usage summary and quits. -y Automatically accept server's public key. -n Run as a foreground process. -b Stop trying to reconnect upon first error received. -f configuration_file Specifies a different configuration file. Default is /etc/gogoc/gogoc.conf. -s interface_name Overrides client_v4 in gogoc.conf(5) -i interface_name Overrides if_tunnel_v6v4 in gogoc.conf(5) -u interface_name Overrides if_tunnel_v6udpv4 in gogoc.conf(5) -r retry_delay Overrides retry_delay in gogoc.conf(5) SEE ALSO
gogoc.conf(5) http://www.gogo6.com ACKNOWLEDGMENT
This software uses code taken from other organizations as : - RSA data security for md5. - The Apache Software Foundation for Base64 encoding and decoding. AUTHORS
gogo6 Inc. http://www.gogo6.com support@gogo6.com gogoCLIENT May 7, 2007 gogoCLIENT

Check Out this Related Man Page

dhcpv6client_ui(1)					      General Commands Manual						dhcpv6client_ui(1)

NAME
dhcpv6client_ui - DHCPv6 client interface for requesting configuration parameters from the DHCPv6 server SYNOPSIS
interface_name interface_name config_options] vendor_specific_options] list_of_addresses DESCRIPTION
is the interface through which a user contacts the client daemon, to obtain IPv6 addresses and other configuration parameters from the server. The default configuration parameters are specified as command line options when the DHCPv6 client daemon is invoked. When requests for IPv6 addresses or other configuration parameters, the client daemon obtains them from the server and stores in the file. is executed on the same machine on which the client daemon is configured. Ensure that the client daemon is up and running before is exe- cuted. Options supports the following options: Request the client daemon to obtain IPv6 addresses for the named interface, interface_name, from the DHCPv6 server daemon if the option is not specified. Specify the other configuration parameters that the client daemon must request from the server daemon. This option must be used in conjunction with the option. The configuration parameters that the client can request are listed below: Obtain one or more DNS server addresses Obtain the DNS domain list Obtain one or more SIP server addresses Obtain the SIP domain list Obtain one or more NIS server addresses Obtain the NIS domain name Obtain one or more NIS+ server addresses Obtain the NIS+ domain name Obtain all the above listed parameters Obtain all the default parameters configured in the dhcpv6 client daemon Specify the vendor-specific options that the client daemon must request from the server daemon. This option must be used in conjunction with the option. Release the specified IPv6 addresses. Get the temporary addresses from the dhcpv6 client daemon. Print the version information of the client daemon. Request only the other configuration parameters. Do not request IPv6 addresses. Notify the client daemon to utilize the IPv6 addresses already obtained for an interface instead of requesting new IPv6 addresses from the server. This option must be used in conjunction with the option. Get both temporary and non-temporary addresses from the client daemon. When there is no or option specified obtains only non-temporary addresses. RETURN VALUES
returns 0 on success and 1 on failure. EXAMPLES
obtains IPv6 address for the interface: obtains IPv6 address for the interface and additional configuration parameters: obtains only the DNS parameters for the interface: AUTHOR
was developed by Hewlett-Packard. FILES
All the data obtained from the server daemon is saved to this file. SEE ALSO
dhcpv6clientd(1M), dhcpv6db2conf(1M), dhcpv6d(1M). dhcpv6client_ui(1)
Man Page