[tor-bugs] #18357 [Tor]: HiddenServicePort IPv6 broken on FreeBSD

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Mar 1 13:35:29 UTC 2016


#18357: HiddenServicePort IPv6 broken on FreeBSD
--------------------+------------------------------------
 Reporter:  sega01  |          Owner:
     Type:  defect  |         Status:  new
 Priority:  Medium  |      Milestone:  Tor: 0.2.9.x-final
Component:  Tor     |        Version:  Tor: 0.2.6.10
 Severity:  Normal  |     Resolution:
 Keywords:  ipv6    |  Actual Points:
Parent ID:          |         Points:
  Sponsor:          |
--------------------+------------------------------------
Changes (by teor):

 * keywords:   => ipv6
 * milestone:   => Tor: 0.2.9.x-final


Comment:

 When I run:
 {{{
 nc -l -4 8080
 }}}

 {{{
 nc -l -6 8080
 }}}

 {{{
 mkdir -p /tmp/tor.$$/hs
 chmod go-rwx /tmp/tor.$$/hs
 src/or/tor SOCKSPort 0 DataDirectory /tmp/tor.$$ HiddenServiceDir
 /tmp/tor.$$/hs HiddenServicePort "80 127.0.0.1:8080" HiddenServicePort "81
 [::1]:8080"
 }}}

 I can connect via port 80, but not via port 81. I wonder whether I have
 made some IPv6-specific configuration error, or whether it really doesn't
 work in 0.2.6.10.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18357#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list