From: Dan (dp595@xxxxxxxxxxxxx)
Date: Fri May 04 2001 - 18:38:50 GMT-3
I'm running it like this on my 2514 at home:
Cable Modem-----(ip address dhcp)E0-----2514-----E1(ip address
10.0.0.2)---------internal network
This is the config:
ip dhcp excluded-address 10.0.0.1
ip dhcp excluded-address 10.0.0.2
ip dhcp excluded-address 10.0.0.10
!
ip dhcp pool Private_Addresses
network 10.0.0.0 255.255.255.0
default-router 10.0.0.2
dns-server 167.206.112.4 167.206.112.3 129.250.35.250
!
!
interface Ethernet0
ip address dhcp
ip access-group 101 in
ip nat outside
!
interface Ethernet1
ip address 10.0.0.2 255.255.255.0
ip nat inside
!
!
ip nat inside source list 1 interface Ethernet0 overload
ip nat inside source static tcp 10.0.0.10 5631 interface Ethernet0 5631
ip nat inside source static udp 10.0.0.10 5632 interface Ethernet0 5632
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
When I PC Anywhere (ports 5631 and 5632) to the my current dhcp address on
E0 of 2514, it connects me to 10.0.0.10:5631 or 10.0.0.10:5632
Works great!!
If you have two internal addresses running PCAnywhere, you'll need to use
different ports on each one (using alternative ports is a better security
measure anyway).
Good luck!!
Dan Pontrelli
Customer Installation Engineer - Verio NYC
CCNP, MCSE, CNA
----- Original Message -----
From: "Yonkerbonk" <yonkerbonk@yahoo.com>
To: "Feliz, Edgar (CRTRES-NY)" <Edgar.Feliz@concert.com>; "'Ccielab"
<ccielab@groupstudy.com>
Sent: Thursday, April 26, 2001 11:21 AM
Subject: Re: PC Anywhere thru NAT
> You can have static PAT translations. Use the
> overloaded ip for the outside, but for specific ports
> point it to different internal addresses. For example,
> say you have two PCs on the inside running PCAnywhere
> - 10.1.1.1 and 10.1.1.2. Make sure they run PCAnywhere
> on different ports, I think 5631 and 5632 are default.
> Let one PC run on those ports and the 2nd one run on
> something else. Then when the router receives a packet
> destined to outside ip address on port 5631, it knows
> to send the packet to 10.1.1.1. When it receives it on
> the other port, it will send it to 10.1.1.2.
> The LAN Support team just has to remember to change
> their PCAnywhere Hosts to different ports and also
> reflect that on the PCAnywhere Remotes.
>
> Michael Le, CCIE #6811
>
> --- "Feliz, Edgar (CRTRES-NY)"
> <Edgar.Feliz@concert.com> wrote:
> > All,
> >
> > I had this question asked by a coworker who has a
> > client that wants to run
> > NAT. Due to the limited public IP addresses they are
> > getting they have to
> > run PAT, but as a requirement the LAN support team
> > must be able to access
> > host PCs using PC Anywhere should there be any
> > problems with some
> > applications that they are running. Has any body
> > done anything like this?
> >
> > I thought having a telnet server to get to then from
> > the telnet server
> > accessing the hosts, but I am not that familiar with
> > PC Anywhere. Any
> > suggestions?
> >
> > Thanks,
> >
> > Edgar Feliz
> > <<...OLE_Obj...>>
> > CCIE # 6898
> > Technical Consultant
> >
> >
> >
> >
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:30:34 GMT-3