Need Help from the experts
I recently added a line to my config so i could remote into it.
ip nat inside source static tcp 192.168.1.119 3389 interface Ethernet1/0 3389
192.168.1.119 is my server
192.168.1.201 is my own computer
Is there anyway i can add a line to my router so i can also reach my own pc.
Can you post the line or explain what i need to do.
THanks Again ahead of time
ip nat inside source static tcp 192.168.1.119 3389 interface Ethernet1/0 3389
192.168.1.119 is my server
192.168.1.201 is my own computer
Is there anyway i can add a line to my router so i can also reach my own pc.
Can you post the line or explain what i need to do.
THanks Again ahead of time
CompTIA A+ Nov 25, 1997
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress
Comments
WOuld i just go into the firewall and add tcp 8888 for remote and then just add the same line as before but with 8888 as the port?
It currently runs vista how would i go about that?
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress
I have never done it for Vista, but here are the instructions for XP: http://support.microsoft.com/kb/306759
2020 Goals: 0 of 2 courses complete, 0 of 2 exams complete
If you have multiples you can create a static nat to the secondary IP
Also I recommend a dyndns registration so you don't have to remember those pesky IPs
Alternately you could use something like VNC (TCP 5900)or logmein (web based)
Anyone got a idea.
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress
2020 Goals: 0 of 2 courses complete, 0 of 2 exams complete
Yes it is enabled.
And yes i am adding the :3391 to the end of my ip to connect
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress
http://articles.techrepublic.com.com/5100-10877_11-6174999.html?tag=rbxccnbtr1
Edit: Another link for Vista/RDP: http://articles.techrepublic.com.com/5100-10877-6166676.html
My server is ip 192.168.1.119 and i can remote to that just fine.
my pc upstairs is 192.168.1.201 and i can not remote to that.
RDP port on vista was opened on both the firewall and in the registry under its oroginal 3389 port
ip nat pool ovrld x.x.x.x x.x.x.x netmask 255.255.255.128
ip nat inside source list 1 pool ovrld overload
ip nat inside source static tcp 192.168.1.201 3391 interface Ethernet1/0 3391
ip nat inside source static tcp 192.168.1.150 80 interface Ethernet1/0 80
ip nat inside source static tcp 192.168.1.119 3389 interface Ethernet1/0 3389
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress
You mentioned that RDP for Vista is set to 3389, but the NAT statement in the firewall is pointing to 3391. They have to match.
2020 Goals: 0 of 2 courses complete, 0 of 2 exams complete
So 192.168.1.119 is the server and that is set for 3389. I can rdp into this just fine from the outside.
192.168.1.201 is my pc upstairs and i set that to 3391.
Hope this makes sense
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress
ip nat inside source static tcp 192.168.1.201 3389 interface ethernet1/0 3391 extendable
ip nat inside source static tcp 192.168.1.119 3389 interface Ethernet1/0 3389 extendable
then when you make the RDP connection from outside, 3389 is to the server and 3391 is to the workstation.
also why ae you using a dynamic pool and translating to the interface IP address? Are they the same address?
Then try and RDP from the other internal computer onto the Vista PC with 3391, if it works your problems is your cisco.
Just so you all know.
CompTIA Network+ March 7, 2008
MCTS Vista 620 June 14, 2008
MCP Server 290 Nov 15, 2008
MCP Server 291 In Progress (Exam 12/28/09)
Cisco CCENT In Progress
MCP Server 291 In Progress
C|EH In Progress