ClearBox Server™ v1.2 Developer's Guide

FORWARDADDRESS

Describes the forwarding policy.

struct FORWARDADDRESS {
	long proxyIPAddress;
	short port;
	unsigned char retries;
	unsigned char waitSecs;
};

Members

proxyIPAddress
IP address of RADIUS or TACACS+ host to which packet should be forwarded (in network byte order).
port
Used for RADIUS only. Specifies UDP port of RADIUS host to which packet should be forwarded (in host byte order).
retries
Used for RADIUS only. Maximum number of attempts to forward packet.
waitSecs
Used for RADIUS only. Maximum number of seconds to wait before next attempt to forward packet.

See Also

TACACS+ realm stripping and forwarding process, RADIUS packet forwarding


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.