Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static NAT with SOHO97

Status
Not open for further replies.

lovalles

IS-IT--Management
Joined
Sep 20, 2001
Messages
262
Location
US
Here is the thing i am working with ADSL and i add this line in the router so i could use Remote Desktop Connection
ip nat inside source static tcp 10.0.0.148 3689 200.88.28.104 3389

to a particular ip in this case 10.0.0.148
But since i have non static ip every time the router discconnect the 200.88.28.104 changes, so i have to change the line again. Is there a way i could enter a line and not every time the router reboot?

thanks
lovalles

 
In order for computers behind NAT to be accessed from outside (eg. Internet), without them first establishing connection, you need to setup static NAT entries. However so far I have not seen NAT command that will allow static NAT to dynamically assigned IP address. Syntax of the ip nat inside source static allows bindings only for static addresses.

Peter Mesjar
CCNP, A+ certified
pmesjar@centrum.sk

"The only true wisdom is in knowing you know nothing.
 
here its the solution

enable
show run
config term
ip nat inside source static tcp 10.0.0.148 3389 interface Dialer0 3389
COPY RUN STAT
 
Well, gotta upgrade my knowledge - from IOS 12.2(13)T it is supported. Well, sorry for misinformation...

Peter Mesjar
CCNP, A+ certified
pmesjar@centrum.sk

"The only true wisdom is in knowing you know nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top