PC Review


Reply
Thread Tools Rate Thread

Speedtouch 546 modem/router and remote desktop

 
 
Shiva
Guest
Posts: n/a
 
      25th Feb 2006

Hi,

I'm trying to get the remote desktop facility on the run with my new
speedtouch 546 modem/router. I've got 2 computers, let's call them computer
1 and 2, and I want to remotely control them by computer 3 (= the remote
computer).
Furthermore:
- computer 1 and 2 are behind the router of the speedtouch 546
- computer 1 and 2 both have an fixed ip-address assigned in the 192.x.x.x
range
- I've enabled remote desktop by checking "My Computer->properties->tab
remote->allow users to remotely connect to this computer" and by checking
"Control panel->windows
firewall->Exceptions tab->remotedesk"

I can imagine it doesn't work right now. After all, I do have to indicate
which computer (1 or 2) I want to remotely control. After some searching on
the internet I found out that this probably requires Network Address
Translation. This way the port could indicate the computer to be taken over.
For example, computer 3 connecting to address <my public ip-address>:3367
should take (e.g) over computer 1, <my public ip-address>:3368 should take
over computer 2. These public addresses ought to be translated to my local
ip-addresses by NAT.
Does this make sense it all? If so, where can I enter the Network Address
Translation. The webbased speedtouch utility (address: 10.0.0.138) does not
seem to provide Network Address Translation (where can I find it?)
If my solution doesn't make any sense at all, how would you implement the
remote (desktop) control of computers behind a router?

Thanks a lot.


 
Reply With Quote
 
 
 
 
beb
Guest
Posts: n/a
 
      26th Feb 2006
Start with networking. Can you RDC on the local network, comp-1 to comp-2
and vice versa, comp-2 to comp-1. This should be your first step. If you are
able to reach the internet from behind the router from both computers you
are using Nat which usually automatically configured on the router. Download
your manual and read it. It probably has a section pertaining to Nat,
although that is not what's your problem is. Read the section in your manual
about port forwarding and how to enable UPnP. You have configure the router
to forward the RDP port number you have selected to the correct listening
port you have configured on your computers behind the router.


"Shiva" <(E-Mail Removed)> wrote in message
news:4400b538$0$2027$(E-Mail Removed)...
>
> Hi,
>
> I'm trying to get the remote desktop facility on the run with my new
> speedtouch 546 modem/router. I've got 2 computers, let's call them
> computer 1 and 2, and I want to remotely control them by computer 3 (= the
> remote computer).
> Furthermore:
> - computer 1 and 2 are behind the router of the speedtouch 546
> - computer 1 and 2 both have an fixed ip-address assigned in the 192.x.x.x
> range
> - I've enabled remote desktop by checking "My Computer->properties->tab
> remote->allow users to remotely connect to this computer" and by checking
> "Control panel->windows
> firewall->Exceptions tab->remotedesk"
>
> I can imagine it doesn't work right now. After all, I do have to indicate
> which computer (1 or 2) I want to remotely control. After some searching
> on the internet I found out that this probably requires Network Address
> Translation. This way the port could indicate the computer to be taken
> over. For example, computer 3 connecting to address <my public
> ip-address>:3367 should take (e.g) over computer 1, <my public
> ip-address>:3368 should take over computer 2. These public addresses ought
> to be translated to my local ip-addresses by NAT.
> Does this make sense it all? If so, where can I enter the Network Address
> Translation. The webbased speedtouch utility (address: 10.0.0.138) does
> not seem to provide Network Address Translation (where can I find it?)
> If my solution doesn't make any sense at all, how would you implement the
> remote (desktop) control of computers behind a router?
>
> Thanks a lot.
>
>



 
Reply With Quote
 
Shiva
Guest
Posts: n/a
 
      27th Feb 2006
Thanks for your reply.

"beb" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Start with networking. Can you RDC on the local network, comp-1 to comp-2
> and vice versa, comp-2 to comp-1. This should be your first step. If you
> are able to reach the internet from behind the router from both computers
> you are using Nat which usually automatically configured on the router.
> Download your manual and read it. It probably has a section pertaining to
> Nat,


It's working right now! Speedtouch has a command line utility and it works
after executing these commands:

nat mapadd intf=Internet type=napt inside_addr=<intern ip-address computer
1>
outside_port=3389 inside_port=3389 (for computer 1)

nat mapadd intf=Internet type=napt inside_addr=<intern ip-address computer
2>
outside_port=50000 inside_port=3389 (for computer 2)

You have to enter <public address>:50000 in the RDP-client order to remotely
control computer 2.

> although that is not what's your problem is. Read the section in your
> manual about port forwarding and how to enable UPnP. You have configure
> the router to forward the RDP port number you have selected to the correct
> listening port you have configured on your computers behind the router.
>

Hmm.. the command I entered is related to NAT. But I guess it's doing "port
forwarding"?


 
Reply With Quote
 
beb
Guest
Posts: n/a
 
      27th Feb 2006
Just as I thought someone just wanted to show off.

"Shiva" <(E-Mail Removed)> wrote in message
news:4402bc69$0$2025$(E-Mail Removed)...
> Thanks for your reply.
>
> "beb" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Start with networking. Can you RDC on the local network, comp-1 to comp-2
>> and vice versa, comp-2 to comp-1. This should be your first step. If you
>> are able to reach the internet from behind the router from both computers
>> you are using Nat which usually automatically configured on the router.
>> Download your manual and read it. It probably has a section pertaining to
>> Nat,

>
> It's working right now! Speedtouch has a command line utility and it works
> after executing these commands:
>
> nat mapadd intf=Internet type=napt inside_addr=<intern ip-address computer
> 1>
> outside_port=3389 inside_port=3389 (for computer 1)
>
> nat mapadd intf=Internet type=napt inside_addr=<intern ip-address computer
> 2>
> outside_port=50000 inside_port=3389 (for computer 2)
>
> You have to enter <public address>:50000 in the RDP-client order to
> remotely control computer 2.
>
>> although that is not what's your problem is. Read the section in your
>> manual about port forwarding and how to enable UPnP. You have configure
>> the router to forward the RDP port number you have selected to the
>> correct listening port you have configured on your computers behind the
>> router.
>>

> Hmm.. the command I entered is related to NAT. But I guess it's doing
> "port forwarding"?
>
>



 
Reply With Quote
 
Shiva
Guest
Posts: n/a
 
      27th Feb 2006

"beb" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Just as I thought someone just wanted to show off.
>

I beg your pardon?!? What is it you are suggesting?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote desktop through modem + router Domenico Libutti Windows XP Work Remotely 9 14th Dec 2010 10:08 AM
speedtouch modem Rat_uk Windows XP Hardware 3 22nd Apr 2007 09:40 PM
Please Help!! Remote Desktop using XP Pro and XP Home behind SBC 2Wire router and Linksys BEFVP41 VPN Router Tom Windows XP Work Remotely 2 26th Oct 2004 02:49 AM
Remote Desktop w/ Actiontec Modem/Wireless Router Jay Rumwell Windows XP Work Remotely 1 12th Aug 2004 10:15 PM
Remote Access through ActionTec DSL Modem/Router =?Utf-8?B?RGF2aWQ=?= Windows XP Work Remotely 1 31st Dec 2003 12:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:54 PM.