Bindip » History » Version 3
Per Amundsen, 02/08/2014 11:27 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */bindip [on|off] <ipaddress/adapter>* |
||
| 4 | |||
| 5 | Bind or toggles ip address/network adapter for DCC transfers. |
||
| 6 | |||
| 7 | /bindip with no parameters shows current status. |
||
| 8 | |||
| 9 | *Parameters* |
||
| 10 | |||
| 11 | on - Sets bind on. |
||
| 12 | off - Sets bind off. |
||
| 13 | |||
| 14 | <ipaddress/adapter>* - IpAddress or Network Adapter to bind to. |
||
| 15 | 2 | Per Amundsen | |
| 16 | *Example* |
||
| 17 | |||
| 18 | <pre> |
||
| 19 | ;Binds ip to 192.168.0.1 |
||
| 20 | /bindip 192.168.0.1 |
||
| 21 | |||
| 22 | ;Finds local ip address on Local Network Adapter and binds to it. |
||
| 23 | /bindip Local Network Adapter |
||
| 24 | |||
| 25 | 3 | Per Amundsen | ;Disable binding. |
| 26 | 2 | Per Amundsen | /bindip off |
| 27 | </pre> |