|
|
<- Previous Message | Next Message -> Thread Index
RE: Pcanywhere,NAT, and Cisco 2600 (Solved)
I just got it figured out. To put it simply
Ip sap listen on external interface = bad
--Dennis
-----Original Message-----
From: Richard Willis [mailto:rdw@...Sent: Friday, May 10, 2002 12:33 AM
To: isp-routing@isp-routing.com
Subject: RE: Pcanywhere,NAT, and Cisco 2600
host i had to upgrade the drivers and now its fine
At 01:21 PM 09/05/2002, you wrote:
>Yes this is pcanywhere 10.
>
>Video drivers on the host machine or the remote?
>
>-----Original Message-----
>From: Richard Willis [mailto:rdw@...>Sent: Thursday, May 09, 2002 12:55 PM
>To: isp-routing@isp-routing.com
>Subject: RE: Pcanywhere,NAT, and Cisco 2600
>
>
>pcanywhere 10 ?
>
>we have a problem same thing its a video card problem
>seems it did not like my card drivers
>
>
>
>At 12:04 PM 09/05/2002, you wrote:
> >I've tried that as well but got the same problem.
> >
> >I'm beginning to wonder if it's a pcanywere configuration problem.
> >
> >Thanks,
> >--Dennis
> >
> >-----Original Message-----
> >From: Gyorfy, Shawn [mailto:sgyorfy@...> >Sent: Thursday, May 09, 2002 10:55 AM
> >To: isp-routing@isp-routing.com
> >Subject: RE: Pcanywhere,NAT, and Cisco 2600
> >
> >
> >You need UDP and TCP on both ports. i. e.
> >
> >ip nat inside source static tcp 10.4.25.2 5631 20x.xx.1xx.xx 5631
> >extendable ip nat inside source static udp 10.4.25.2 5631
> >20x.xx.1xx.xx
>
> >5631 extendable ip nat inside source static udp 10.4.25.2 5632
> >20x.xx.1x.xx 5632 extendable ip nat inside source static tcp
> >10.4.25.2 5632 20x.xx.1x.xx 5632 extendable
> >
> >
> >everything else looks good.
> >
> >
> >-----Original Message-----
> >From: Dennis B. Hopp [mailto:dhopp@...> >Sent: Wednesday, May 08, 2002 10:15 AM
> >To: isp-routing@isp-routing.com
> >Subject: Pcanywhere,NAT, and Cisco 2600
> >
> >I have been assigned a job to get pcanywhere to work with NAT on a
> >2600. When I first got to the 2600 it was configured to overload all
> >internal ips to one signal ip on the external interface (serial0/0).
> >There are going to be four pcanywhere servers and they want them all
> >to
>
> >have different external ip addresses but they only want the ports
> >necessary for pcanywhere to work to be forwarded on.
> >
> >They are using pcanywhere 10.0. I know that ports 5631 and 5632 must
> >be open. I have opened both ports. 5632 is udp and 5631 is tcp.
> >Here
>
> >is the relevant parts of the config:
> >
> >interface FastEthernet0/0
> > ip address 192.168.137.5 255.255.255.0 secondary
> > ip address 10.149.37.2 255.255.255.0
> > ip directed-broadcast
> > ip nat inside
> > ip sap listen
> > ip policy route-map sherrif
> > duplex auto
> > speed auto
> >
> >interface Serial0/0
> > ip address <router ip> <router subnet>
> > ip directed-broadcast
> > ip nat outside
> > no ip mroute-cache
> > ip sap listen
> >!
> >
> >ip nat translation timeout 360
> >ip nat translation tcp-timeout 360
> >ip nat translation udp-timeout 360
> >ip nat inside source list 1 interface Serial0/0 overload
> >
> >ip nat inside source static tcp <internal ip> 5631 <external ip> 5631
> >extendable ip nat inside source static udp <internal ip> 5632
> ><external
> >ip> 5632 extendable
> >
> >The last two lines repeat for each of the pcanywhere servers
> >(changing the ips of course)
> >
> >access-list 1 permit 10.149.37.0 0.0.0.255
> >access-list 101 permit ip 192.168.137.0 0.0.0.255 10.0.0.0
> >0.255.255.255 access-list 102 permit ip 10.10.40.0 0.0.0.255 10.0.0.0
> >0.255.255.255
> >
> >I can get the pcanywhere connection to work about 20% of the time.
> >The
>
> >other times a black screen comes up like it's trying to connect but I
> >never see the login prompt for pcanywhere, it just times out and
> >disappears.
> >
> >Anybody have any ideas?
> >
> >Thanks,
> >--Dennis
> >
> >
> >
> >____________
> > ____________
> >
> >
> >
> >
>
>
>
>
>
- Replies
-
- RE: Pcanywhere,NAT, and Cisco 2600, Richard Willis
<- Previous Message | Next Message -> Thread Index
|
|