PhSetup Protocol Parameters
The following PHSETUP parameters correspond to the "Protocols tab" settings in PROXY Pro Host.
Parameter
|
Definition
|
ip:on|off
|
Specify whether (on) or not (off) this Host computer ‘listens’ on the UDP/IP protocol, or accepts connections on that protocol. Specify ipport when you set this on.
|
ipport:number
|
Set the port number for IP usage. The value number is an unsigned hexadecimal, octal, or decimal short integer.
For example:
• The number 10 = “10” (decimal), “012” (octal), or “0xA” (hexadecimal).
• The number seventy-two = “72” (decmimal), “0110” (octal), or “0x48” (hexadecimal).
• The number one hundred ten = “110“(decimal), “0156” (octal), or “0x6E” (hexadecimal).
Set to 0 to use the default port.
|
tcp:on|off
|
Specify whether (on) or not (off) this Host computer supports the TCP/IP protocol. Specify tcpport when you set this on.
|
tcpport:number
|
Set the port number for TCP/IP usage. The value number is an unsigned hexadecimal, octal or decimal short integer. Set to 0 to use the default port.
|
tcpaccessmode:
grant|deny
|
Determine whether (grant) or not (deny) to grant or deny most TCP/IP traffic. Set tcprestrictions to define exceptions to this policy.
The default is grant.
|
tcprestrictions:
addresses
|
Set exceptions to your tcpaccessmode policy. Specify the addresses parameter as a single entry, or a set of entries separated by commas. Use one of the following formats for the variable:
IPAddress, IPAddress (count), or
IPAddress[IPAddressmask]
For example:
tcprestrictions = "111.111.111.111,
222.222.222.222(5), 111.112.113.0[255.255.255.0]"
|
tcprestrictions:
addresses
|
Add the following IPv6 formats to the list of possible formats:
x:x:x:x:x:x:x:x, x:x:x:x:x:x:x:x/n
|