| 4 | |
| 5 | I just tested a client with --local x.x.x.x --lport 0 and it works. |
| 6 | |
| 7 | With --local x.x.x.x --lport 0: |
| 8 | {{{ |
| 9 | # netstat -anup |
| 10 | Active Internet connections (servers and established) |
| 11 | Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name |
| 12 | udp 0 0 10.10.201.238:48390 0.0.0.0:* 14469/openvpn |
| 13 | }}} |
| 14 | |
| 15 | With --nobind: |
| 16 | {{{ |
| 17 | # netstat -anup |
| 18 | Active Internet connections (servers and established) |
| 19 | Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name |
| 20 | udp 0 0 0.0.0.0:53827 0.0.0.0:* 14512/openvpn |
| 21 | |
| 22 | }}} |