Changes between Initial Version and Version 1 of Ticket #877, comment 7


Ignore:
Timestamp:
04/27/17 12:49:04 (7 years ago)
Author:
tct
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #877, comment 7

    initial v1  
    22> I can't use use `nobind` because `nobind` and `local` are mutually exclusive.
    33Sorry, my mistake.
     4
     5I just tested a client with --local x.x.x.x --lport 0 and it works.
     6
     7With --local x.x.x.x --lport 0:
     8{{{
     9# netstat -anup
     10Active Internet connections (servers and established)
     11Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
     12udp        0      0 10.10.201.238:48390     0.0.0.0:*                           14469/openvpn
     13}}}
     14
     15With --nobind:
     16{{{
     17# netstat -anup
     18Active Internet connections (servers and established)
     19Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
     20udp        0      0 0.0.0.0:53827           0.0.0.0:*                           14512/openvpn   
     21
     22}}}