On 6/27/05, Niklas Herder <[EMAIL PROTECTED]> wrote: > Travis Osterman wrote: > > I recently switched from a linksys router to a gentoo-based system and > > have gotten along pretty well with it. One of the last things I have > > left to figure out is how to get dynamic dns name requests to the > > correct internal machine on my network. > > > > Here's the symptoms: > > my-dynamic-name.no-ip.com points to my current ip address > > http://my-server - works internally > > http://my-dynamic-name.no-ip.com - works from outside my network > > (through iptables) > > http://my-dynamic-name.no-ip.com from inside my network returns: > > "connection was refused when attempting to contact > > my-dynamic-name.no-ip.com." > > > > I'm not sure whether this is an iptables issue or dns (or something > > else) which makes the problem hard to google for. Any leads, tips, or > > ideas would be much appreciated. > > > > -- Travis Osterman > > > > You could install dnsmasq and add the > dynamic ip:s with their internal addresses to /etc/hosts on your DNS > server. That's what I do, works like a charm. > > /N > -- > gentoo-user@gentoo.org mailing list > >
I tried adding my-dynamic-name.no-ip.com to the /etc/hosts line that my server is on and still get the same error. This also isn't the ideal solution for me because I would like to route different protocols to different machines. Ideally, I just want all the internal traffic on its way to my-dynamic-name.no-ip.com to route through my WAN interface. -- Travis -- gentoo-user@gentoo.org mailing list