Problem:&nbsp; Can't get tor run due to it not resolving or understanding that the IP address is a dyndns one<br><br>Background:<br>I've installed Tor on a local server at my home running Fedora Core 3.&nbsp; I've edited the torrc files to act only as a server.&nbsp; I use DynDNS to maintain a consistant name resolution.&nbsp; In the 
notices.log I get this message repeatedly every few minutes.&nbsp; <br><br>Jul 29 10:35:30.648 [warn] second_elapsed_callback(): Your server (_my ip address_:9030) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.
<br>Jul 29 10:43:52.679 [notice] connection_edge_process_end_not_open(): Have tried resolving or connecting to address '[scrubbed]' at 3 different places. Giving up.<br><br>I'm sure that I have forwarded the correct ports through my firewall to the tor server.&nbsp; Here is what my torrc file looks like:
<br><br>SocksPort 9100<br>RunAsDaemon 1<br>DataDirectory /var/lib/tor/keys<br>ControlPort 9051<br>Nickname _my server nickname_ [properly registered]<br>ORPort 9001<br>DirPort 9030 <br><br>This should be pretty standard from what I understand.&nbsp; I even used the web based wizard to try and make the torrc file for me and I'm getting the same error.&nbsp; 
<br><br>On a windows machine, I can run the tor client and it works just fine as a server but I haven't been able to get it running on linux.&nbsp; Other people have had this problem as well but I haven't seen a resolution.&nbsp; Can someone shed any insight?
<br>