Basically, I run an eggdrop from my home server, and I want it to show a custom hostmask (bot.mydomain.com).
My configuration file is thus:
Code: Select all
set my-hostname "bot.mydomain.com"
set my-ip "192.168.0.100"
However, with this setup, or commenting out the 'my-ip' line, my hostmask simply doesn't change.
I've yet to try it, but I'm assuming I need to add my external ip to my server?
Is that the only way to get the 'bot.mydomain.com' hostmask to work?
Currently it just returns my ISP hostmask (blah.whatever-comcast.net).
Thanks for any input