Problem with DDNS

Got a software or hardware problem? Ask your questions here

Moderator: SG Admins

Post Reply
F®EuD|nO
pe0n
pe0n
Posts: 1
Joined: Sat Dec 18, 2004 4:58 pm

Problem with DDNS

Post by F®EuD|nO »

I've configured DDNS with dyndns and forwarding, in order to create a web server. When I try to access from an external network (I asked a friend of mine) it's ok and the router sends the visitor to my server (192.168.0.3), instaed when I try to access from my LAN I''m redirected to main IP (192.168.0.1). Is it possible to solve this problem ? I need to update my web site and I can't configure any script beacause if I use a URL I have problems from inside and if I use the IP I have probems from outside ! Thanx :D
mid_gen
LAN Admin-Monkey
LAN Admin-Monkey
Posts: 853
Joined: Sun Oct 27, 2002 4:49 pm
Location: Basingstoke
Contact:

Post by mid_gen »

Add an entry to your LMHOSTS file on your machine (and the server if necessary)

Look in

C:\WINDOWS\system32\drivers\etc for the file.

Add an entry like :

<local ip address> <your ddns name> #PRE

Make sure it's saved as LMHOSTS (no file extension).

Then open a command prompt and run

'nbtstat -r'

should do the job.
Post Reply