Platform
|
IPv4 syntax
|
IPv6 syntax
|
---|---|---|
Linux and
UNIX |
Listen = tcp [-4] [-ihost_computer] port_number
Examples:
Listen = tcp 1315
Listen = tcp -i9.11.22.314 1315 |
Listen = tcp [-6] [-ihost_computer] port_number
Examples:
Listen = tcp 1315
Listen = tcp -ife80::9:1122::0314 1315
|
Windows
|
Listen = tcp [-4] [-ihost_computer] port_number
Examples:
Listen = tcp 1315
Listen = tcp -i9.11.22.314 1315
|
Listen = tcp -6 [-ihost_computer] port_number
Examples:
Listen = tcp -6 1315
Listen = tcp -6 -ife80::9:1122::0314 1315
|
Platform
|
IPv4 syntax
|
IPv6 syntax
|
---|---|---|
Linux and
UNIX |
Connect = tcp [-4] [host_computer] port_number
Examples:
Connect = tcp 1315
Connect = tcp 9.11.22.314 1315
Connect = tcpip -4 accounting_dept_server 1315
Note tcp and tcpip can be used interchangeably.
|
Connect = tcp [-6] [host_computer] port_number
Examples:
Connect = tcp 1315
Connect = tcp fe80::9:1122::0314 1315
Connect = tcpip accounting_dept_server 1315
|
Windows
|
Connect = tcp [-4] [host_computer] port_number
Examples:
Connect = tcp 1315
Connect = tcp 9.11.22.314 1315
Connect = tcpip accounting_dept_server 1315
|
Connect = tcp -6 [host_computer] port_number
Examples:
Connect = tcp -6 1315
Connect = tcp -6 fe80::9:1122::0314 1315
Connect = tcpip -6 accounting_dept_server 1315
|