Hello, I am trying to operate a tor bridge on my VPS. The system is an Ubuntu hardy the tor version is 0.2.0.34 (r18423). I have attached my configuration file so you can see if there is any error in that one. Regarding the log files I only see one error reported in them:
Jun 10 08:02:51.040 [warn] Your server (207.210.117.7:200) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc. But that one is not true from what I can see. The VPS is hosted in the US and if I connect to that port from Germany with nmap it is shown as open. But that I think is not the reason why I don't have any traffic on my node. So the question is: Is my configuration faulty? Should I send in my log files? I have a notice log and an info log. regards Johannes
SocksPort 0 ORPort 4329 Nickname intheforest PublishServerDescriptor bridge BridgeRelay 1 RelayBandwidthRate 100KB RelayBandwidthBurst 200KB # But allow bursts up to 200KB/s (1600Kbps) ExitPolicy reject *:* DirPort 200 ContactInfo <[email protected]> AccountingStart day 0:00 AccountingMax 10 GB SafeLogging 1 Log notice file /var/log/tor/notice.log #Log debug file /var/log/tor/debug.log Log info file /var/log/tor/info.log

