First of all thank you for great HOW-TO. I hope that I'm posting this in the right place. Everything up to the point of installing DCC worked flawlessly (it seemed too easy ) I came to a point where things don't match your tutorial. Let me explain:
- I have done everything and arrived at this step:
Test our installation with: cdcc info We should get 'requests ok' from the servers.
- What I got was:
spambox:~# cdcc info # 03/25/05 12:40:44 EST /var/dcc/map # # 0 total, 0 working servers IPv6 on
dcc1.dcc-servers.net,- anon # UNDEFINED
dcc2.dcc-servers.net,- anon # UNDEFINED
dcc3.dcc-servers.net,- anon # UNDEFINED
dcc4.dcc-servers.net,- anon # UNDEFINED
dcc5.dcc-servers.net,- anon # UNDEFINED
This doesn't look like what we've expected. Please let me know if there is something that I should change in order to continue with the config of my spambox. I will be more than happy to provide you with more details if necessary
Well, after poking around a bit I found a solution. The problem was caused by IPv6 being enabled by default (I knew something didn't look right). I ran the command:
cdcc [ENTER] IPv6 off quit
...then re-run:
cdcc info [ENTER]
the result "requests ok"
That fixed the problem If someone runs into the same problem, I hope that this will help. Maybe this could be implemented into the original HOW-TO.