Re: [tor-bugs] #4806 [Core Tor/Tor]: Detect and warn when running IPv6-using client without IPv6 address privacy

2020-01-10 Thread Tor Bug Tracker & Wiki
#4806: Detect and warn when running IPv6-using client without IPv6 address 
privacy
-+-
 Reporter:  nickm|  Owner:  (none)
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, tor-client, nickm-patch,   |  Actual Points:
  intro, privacy |
Parent ID:  #17811   | Points:  medium
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 Replying to [comment:37 cypherpunks]:
 > hello i have trouble set my tor to use IPv6 address privacy address. i
 can not bind to interface just by ip OutboundBindIP but the temporary
 address changes by random...
 hi, i like to use IPv6 "temporary address with privacy extension". Which i
 get through dhcp on eth0. Well tor applications can only bind by IP not by
 interface. i cannot find howto bind programm to this temporary addresses
 without changing default routes. Is there some type of network interface
 or "pseudo" adresses to use as aliases? like, bind process to FC::2 and
 route this through => scope global temporary dynamic

  howto bind set torrc
 {{{
 OutboundBindIP
 }}}
  to interface for dynamic ips like => scope global temporary dynamic IPv6
 ?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #4806 [Core Tor/Tor]: Detect and warn when running IPv6-using client without IPv6 address privacy

2020-01-29 Thread Tor Bug Tracker & Wiki
#4806: Detect and warn when running IPv6-using client without IPv6 address 
privacy
-+-
 Reporter:  nickm|  Owner:  (none)
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, tor-client, nickm-patch,   |  Actual Points:
  intro, privacy |
Parent ID:  #5940| Points:  medium
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * parent:  #17811 => #5940


Comment:

 We might end up using parts of this patch to *avoid* IPv6 address privacy
 on relays.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #4806 [Core Tor/Tor]: Detect and warn when running IPv6-using client without IPv6 address privacy

2020-01-29 Thread Tor Bug Tracker & Wiki
#4806: Detect and warn when running IPv6-using client without IPv6 address 
privacy
-+-
 Reporter:  nickm|  Owner:  (none)
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, tor-client, nickm-patch,   |  Actual Points:
  intro, privacy |
Parent ID:  #5940| Points:  medium
 Reviewer:   |Sponsor:
-+-

Comment (by teor):

 Replying to [comment:38 cypherpunks]:
 > Replying to [comment:37 cypherpunks]:
 > > hello i have trouble set my tor to use IPv6 address privacy address. i
 can not bind to interface just by ip OutboundBindIP but the temporary
 address changes by random...
 > hi, i like to use IPv6 "temporary address with privacy extension". Which
 i get through dhcp on eth0. Well tor applications can only bind by IP not
 by interface. i cannot find howto bind programm to this temporary
 addresses without changing default routes. Is there some type of network
 interface or "pseudo" adresses to use as aliases? like, bind process to
 FC::2 and route this through => scope global temporary dynamic
 >
 >  howto bind set torrc
 > {{{
 > OutboundBindIP
 > }}}
 >  to interface for dynamic ips like => scope global temporary dynamic
 IPv6 ?

 tor doesn't support OutboundBindAddress to interfaces.

 But you should be able to configure the default route at an OS level, and
 tor will use that for outbound connections.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #4806 [Core Tor/Tor]: Detect and warn when running IPv6-using client without IPv6 address privacy

2020-01-31 Thread Tor Bug Tracker & Wiki
#4806: Detect and warn when running IPv6-using client without IPv6 address 
privacy
-+-
 Reporter:  nickm|  Owner:  (none)
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, tor-client, nickm-patch,   |  Actual Points:
  intro, privacy |
Parent ID:  #5940| Points:  medium
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 Replying to [comment:39 teor]:
 > We might end up using parts of this patch to *avoid* IPv6 address
 privacy on relays.
 but might it would benefit for exit relays exitting traffic? could result
 in less punishment, less captchas for tor users.
  expect the IPv6 orport

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #4806 [Core Tor/Tor]: Detect and warn when running IPv6-using client without IPv6 address privacy

2020-02-02 Thread Tor Bug Tracker & Wiki
#4806: Detect and warn when running IPv6-using client without IPv6 address 
privacy
-+-
 Reporter:  nickm|  Owner:  (none)
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, tor-client, nickm-patch,   |  Actual Points:
  intro, privacy |
Parent ID:  #5940| Points:  medium
 Reviewer:   |Sponsor:
-+-

Comment (by teor):

 Replying to [comment:41 cypherpunks]:
 > Replying to [comment:39 teor]:
 > > We might end up using parts of this patch to *avoid* IPv6 address
 privacy on relays.
 > but might it would benefit for exit relays exitting traffic? could
 result in less punishment, less captchas for tor users.

 It might, but any sensible IPv6 address blocking service should be
 blocking at /56 or /64 (the host or local network block size), not /128
 (the individual device address). So it's unlikely to work for very long.

 Exit operators will get a rotating IPv6 address by default, if tor exits
 using the default route, and the default route uses IPv6 address privacy.
 (There's nothing we need to do in tor to enable this use case.)

 >  expect the IPv6 orport

 You're right, IPv6 address privacy is unhelpful for ORPorts, because they
 need to stay the same for at least 5 hours after they are published in the
 relay's descriptor. (After the descriptor is posted, it takes up to 1 hour
 for the authority reachability check, up to 1 hour for the consensus to be
 made, and up to 3 hours for all clients to get the consensus.)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #4806 [Core Tor/Tor]: Detect and warn when running IPv6-using client without IPv6 address privacy

2019-07-04 Thread Tor Bug Tracker & Wiki
#4806: Detect and warn when running IPv6-using client without IPv6 address 
privacy
-+-
 Reporter:  nickm|  Owner:  (none)
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, tor-client, nickm-patch,   |  Actual Points:
  intro, privacy |
Parent ID:  #17811   | Points:  medium
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 hello i have trouble set my tor to use IPv6 address privacy address. i can
 not bind to interface just by ip OutboundBindIP but the temporary address
 changes by random...

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #4806 [Core Tor/Tor]: Detect and warn when running IPv6-using client without IPv6 address privacy

2017-05-26 Thread Tor Bug Tracker & Wiki
#4806: Detect and warn when running IPv6-using client without IPv6 address 
privacy
-+-
 Reporter:  nickm|  Owner:
 Type:  enhancement  | Status:
 |  needs_revision
 Priority:  High |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ipv6, tor-client, nickm-patch,   |  Actual Points:
  intro, privacy |
Parent ID:  #17811   | Points:  medium
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  ipv6, tor-client, nickm-patch, intro => ipv6, tor-client,
 nickm-patch, intro, privacy


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs