ltm profile socksΒΆ

ltm profile socks(1)				  BIG-IP TMSH Manual				 ltm profile socks(1)

NAME
       socks - Configures a SOCKS profile.

MODULE
       ltm profile

SYNTAX
       Configure the socks component within the ltm profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create socks [name]
	modify socks [name]
	  options:
	    protocol-versions {
	      [ [socks4] | [socks4a] | [socks5] ] ... ]
	    }
	    dns-resolver [dns-resolver]
	    ipv6 [no | yes]
	    tunnel-name [tunnel]
	    route-domain [route-domain]
	    default-connect-handling [deny | allow]

	edit socks [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	reset-stats socks
	reset-stats socks [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list socks
	list socks [ [ [name] | [glob] | [regex] ] ... ]
	show running-config socks
	show running-config socks [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show socks
	show socks [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	     field-fmt
	     global

   DELETE
	delete socks [name]

DESCRIPTION
       You can use the socks component to create, modify, display, or delete an SOCKS profile.

       The BIG-IP(r) system installation includes the following default SOCKS-type profiles:

       socks

       The default SOCKS profile contains values for properties related to managing SOCKS traffic.

       You can create a new SOCKS-type profile using an existing profile as a parent profile, and then you can change
       the values of the properties to suit your needs.

EXAMPLES
       create socks my_socks_profile defaults-from socks

       Creates a custom SOCKS profile named my_socks_profile that inherits its settings from the system default SOCKS
       profile.

OPTIONS
       protocols-versions
	    Specifies the SOCKS protocol versions that are supported. The value is one or more off:

	    socks4
		 Specifies protocol support for SOCKS version 4.

	    socks4a
		 Specifies protocol support for SOCKS version 4A (like version 4, but with hostname support).

	    socks5
		 Specifies protocol support for SOCKS version 5 (with hostname and IPv6 support).

	    The default value specifies all available protocols.

       dns-resolver
	    Specifies the dns-resolver object that will be used to resolve hostnames in connect requests. The default
	    is dns-resolver.

       ipv6 Specifies the relative order of IPv4 and IPv6 DNS resolutions for URIs.  The default is no, which will
	    try a IPv4 lookup before a IPv6.

       tunnel-name
	    Specifies the tunnel that will be used for outbound connect requests. This enables other virtual servers
	    to receive connections initiated by the proxy service. The default is socks-tunnel.

       route-domain
	    Specifies the route-domain that will be used for outbound connect requests. The default is 0.

       default-connect-handling
	    Specifies the behavior of the proxy service for connect requests. If set to deny, connect requests will
	    only be honored if there is another virtual server listening for the requested outbound connection. If
	    set to allow outbound connections will be made regardless of other virtual servers. The default is deny.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, net dns-resolver, net route-domain, net tunnels, modify, regex,
       reset-stats, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or
       mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose
       other than the purchaser's personal use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2013, 2016. All rights reserved.

BIG-IP						      2017-07-11				 ltm profile socks(1)