|
Posted by RedForeman on May 22, 2007, 8:55 am
If you were Registered and logged in, you could reply and use other advanced thread options >
>
>
>
>
>
> > > Hi. I've got a server on my home computer (Subversion in this case -
> > > but what server/port it is doesn't matter for this problem). My home
> > > network just consists of an ADSL router, my computer, and my laptop.
>
> > > I can connect to the server remotely no problem. If I try and connect
> > > to the server from within the network (from either the laptop or the
> > > computer which is running the server software), then I get ...
>
> > > "No connection could be made because the target machine actively
> > > refused it."
>
> > > I can connect to the server from my main machine okay if I replace the
> > > ip address with "localhost".
>
> > > I've tried checking my logs on my router - and it's not reporting
> > > anything going in or out of the LAN.
> > > I've tried disabling all firewalls on my computer.
> > > Nothing makes a difference.
>
> > > Any ideas what's happening?
>
> > > Cheers for any info,
> > > - Dan
>
> > sounds like a DNS issue to me...
>
> Are there any tests I can do to see if it is a DNS issue? Or any
> ideas on what I can try to fix it?
>
> Thanks again,
> - Dan- Hide quoted text -
>
> - Show quoted text -
Well... not really tests, just document your settings and keep them
consistent...
if your DSL modem is doing DHCP, then leave it to do that....
typical settings
DSL Router Settings
WAN IP XXX.XXX.XXX.XXX
LAN IP 192.168.1.1
DHCP pool of 192.168.1.10-25
DNS - point to external DNS of ISP(call ISP and ask what DNS addresses
they use.)
Internal PCs should have IPs of 192.168.1.10-25, subnet 255.255.255.0,
gateway 192.168.1.1, DNS could be either your 192.168.1.1, or your
external DNS provided by your ISP.... Most Routers will have 2
entries for DNS... both should be external. Your internal clients
should use 1, the routers internal address(192.168.1.1) and 2, the
external address provided by your ISP....
RedForeman
|