Bindip » History » Version 4
Per Amundsen, 02/14/2023 05:11 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 | 4 | Per Amundsen | table(ktable). |
12 | |*Parameter*|*Description*| |
||
13 | | on | Sets bind on. | |
||
14 | | off | Sets bind off. | |
||
15 | | <ipaddress/adapter>* | IpAddress or Network Adapter to bind to. | |
||
16 | 2 | Per Amundsen | |
17 | *Example* |
||
18 | |||
19 | <pre> |
||
20 | ;Binds ip to 192.168.0.1 |
||
21 | /bindip 192.168.0.1 |
||
22 | |||
23 | ;Finds local ip address on Local Network Adapter and binds to it. |
||
24 | /bindip Local Network Adapter |
||
25 | |||
26 | 3 | Per Amundsen | ;Disable binding. |
27 | 2 | Per Amundsen | /bindip off |
28 | </pre> |