| View previous topic :: View next topic |
| Author |
Message |
bawig1 n00b


Joined: 03 Aug 2011 Posts: 49 Location: Melbourne, Australia
|
Posted: Tue May 08, 2012 6:36 pm Post subject: tor configuration. [SOLVED] |
|
|
Hi everyone,
I'm having some problems getting tor working. I've been following the the instructions on the wiki http://en.gentoo-wiki.com/wiki/Tor but there is no information I have found for configuring
which interface tor uses when it starts. When I start tor it tried to start eth0 and dhcpcd. I'm using wireless so the device I am using is wlan0. here is the output when I try and start tor;
| Code: |
tux ~ # /etc/init.d/tor start
* Bringing up interface eth0
* No configuration specified; defaulting to DHCP
* dhcp ...
* Running dhcpcd ...
dhcpcd[4296]: version 5.2.12 starting
dhcpcd[4296]: eth0: waiting for carrier
dhcpcd[4296]: timed out
dhcpcd[4296]: allowing 8 seconds for IPv4LL timeout
dhcpcd[4296]: timed out [ !! ]
* ERROR: net.eth0 failed to start
* ERROR: cannot start tor as net.eth0 would not start
|
How do I make it use wlan0 which is already configured. Do I need to edit a specific file?
Last edited by bawig1 on Thu May 10, 2012 6:39 am; edited 1 time in total |
|
| Back to top |
|
 |
massimo Veteran


Joined: 22 Jun 2003 Posts: 1087 Location: Austria
|
Posted: Wed May 09, 2012 11:26 am Post subject: |
|
|
Setting the following in /etc/rc.conf should help, although you should check the documentation on the effect of this setting.
| Quote: |
rc_strict_depend="NO"
|
_________________ Hello, IT. Have you tried turning it off and on again? |
|
| Back to top |
|
 |
bawig1 n00b


Joined: 03 Aug 2011 Posts: 49 Location: Melbourne, Australia
|
Posted: Thu May 10, 2012 6:40 am Post subject: |
|
|
Hi massimo!
Thankyou for the help. It works now.  |
|
| Back to top |
|
 |
|