puzzled186 wrote:
> I just got a Linksys WRT54G and I'm trying to use XO Pro's Remote
> Desktop to remotely access my home PC which is connected to the wrt54g
> via the hardwired LAN port.
>
> I need port forwarding, but apparently the only IPs you can use are
> 192.168.1.xx Don't I need to put in my PC's actually IP address
> (which I got from www.myipaddress.com ? In any event I put in the IP
> address I got through ipconfig and unchecked "block anonymous....". I
> can now connect "remotely" when I'm inside my LAN from a laptop to my
> PC (so obviously remote desktop is set up correctly on home PC), but
> cannot connect from work to my home PC.
No, the address you got from
www.myipaddress.com is the IP address of the WAN port on the WRT54G. It
does NAT (Network Address Translation) to communicate between the internal network 192.168.1.0/24
and the outside world.
To do what you want, it will be better if your PC has a fixed address, rather than one obtained by
DHCP, because it might change. If the WRT54G has the normal setup, it will start DHCP at
192.168.1.100. If that is the case, set yours at the fixed value of 192.168.1.99 with the gateway
and nameserver at 192.168.1.1. Next you reboot and verify that you still have network access. The
next thing you will need are the TCP port or ports used by Remote Desktop.
Next, you will need to point your browser at 192.168.1.1, log into the router, go to the
Applications & Gaming tab and the Port Range Forward subtab. Fill in the top row for the port or
ports you need.
I do this operation for a subversion server that can be accessed from the outside world. In my case,
the application is "svn", the port range is from 3690 to 3690 (1 port), I left the pulldown at
"Both", put 50 in the final digit of the IP address (my server is at 192.168.1.50), and checked
"Enable". Save your settings and you should be in business. You can test by using the laptop with
your external address, as well as the internal one.
Larry