Link to home
Start Free TrialLog in
Avatar of Ken_Goding
Ken_Goding

asked on

Have IP address pass through

I have a client who is using PC Anywhere through a router (ordinary Linksys 4 port) and I need to set it up so that the true IP address is shown on the computer, rather than the 192.168 bit.  PC Anywhere only sees it as the 192.168 so I'm assuming that it's a setting somewhere in the router.  I've tried experimenting, but every time I've messed up I've had to reset the router to get back in, so I'd rather have it straight for what to change.
Avatar of pseudocyber
pseudocyber

What do you mean "shown on the computer"?

192.168.bit is Ip Address to Workstation by thier router. Not your Router.

a drawing may help...what you say doesn't make a lot of sense. If your workstation's local address is 192.168.x, and it passes through a  router to access another host via PCAnywhere, the only way it wouldn't show up on the remote end as coming from 192.168.x is if the router was NAT'ing the source address. You could turn off NAT, but it may make your connection to the remote end fail.

Avatar of Ken_Goding

ASKER

I need the router to assign the true IP address and have it show up in the network connections as such.  I had tried checking the IP address by one of the sites online, and when I used the remote computer with PC Anywhere, it couldn't find that IP address.  Internally on the network it could find the 192.168 address and talk to the computer, but outside the network that is impossible.
You have to connect to the outside IP address and you have to forward the port to the internal NATted address.

You can find the outside address by looking in the Router's status screens, or go to a site like http://www.whatismyip.com and it will tell you.  Once you know the public IP address, you connect t it - after you've forwarded the ports to the internal IP.  You ought to have the internal IP low in the network, so it's outside the DHCP scope, so it doesn't change - and have it statically assigned on the machine.   So, if your DHCP starts with .100 then you could do a static assignment of .50 on the pc in question.

For PC anywhere, you would forward ports 5631 and 5632.  If you used my example above, you'd forard these ports to 192.168.1.50.  Then, when an outside device tries to connect with PCAnywhere to your public IP address, the router forwards the appropriate ports to the correct internal IP.
Ok... I think I can follow that.  I'll see when I can get there to try it.
Good luck...I'm still lost. I saw the question as the opposite of what pseudocyber was addressing. I thought you were using a PC behind a router (PCAW client) to access a PCAW host, and you wanted the PCAW host to see the connection coming from an IP address that wasn't the local one on the PCAW client. The only way to do this is using NAT at the router in front of the PCAW client. If you are going out to the Internet to access the PCAW host, NAT should be on by default- otherwise, you wouldn't get there.

I like pretty pictures..sorry if I am confusing you with my confusion.
I guess I'm going to need detailed instructions on how to go about all this.  I don't know routers well enough to just do it.  I messed around with it last night and didn't get too far... but at least didn't lock myself out this time.
ASKER CERTIFIED SOLUTION
Avatar of pseudocyber
pseudocyber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I wonder if I have to upgrade the firmware, that may be part of it... the saga shall continue lol!  You'll get the points though. :)
No prob. :)  You should have the capability in whatever firmware you're using - I only mentioned that because my screens may be slightly different.
I haven't had the chance to finish it off, but you deserve your points. :)