I have a question. I want to make a sub domain to irc.* To connect to a ircd server. But i want to connect it to a other ip then my main ip number. What should i do?

link|improve this question
1  
possible duplicate of stackoverflow.com/questions/2704709/… – Rowland Shaw Apr 24 '10 at 14:42
feedback

migrated from stackoverflow.com Apr 24 '10 at 14:50

This question came from our site for professional and enthusiast programmers.

1 Answer

Use the "DNS administraion interface" or similar provided by your ISP to create an A record on irc.example.com pointing on the IP of your IRCd server. If you have never done any DNS setup before, you might want to ask your ISP for help setting up the record (they might actually have a support section on their website describing how to do this yourself).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown