Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > VPN -- why do I see the remote IP address (not vpn pool addr) inmy log?

Reply
Thread Tools

VPN -- why do I see the remote IP address (not vpn pool addr) inmy log?

 
 
Hank Zoeller
Guest
Posts: n/a
 
      02-10-2006
I'm trying to get a VPN running using a PIX 501.

I can connect and authenticate fine. When I try to map a drive, I see
the following in the PIX log:
No translation group found for tcp src outside:192.168.200.2/1075 dst
inside:192.168.0.250/139

I'm surprised to see the 192.168.200.2 address. That is the private
internal address of the outside machine on it's remote LAN. But I
thought I'd see the ip address assigned to it from the PIX VPN pool
which is 192.168.4.1.

My current config:
....
access-list inside_outbound_nat0_acl permit ip 192.168.0.0 255.255.255.0
192.168.4.0 255.255.255.0
....
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
....
ip local pool vpn_users 192.168.4.1-192.168.4.254
....
sysopt connection permit-pptp
....
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication pap
vpdn group PPTP-VPDN-GROUP ppp authentication chap
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto
vpdn group PPTP-VPDN-GROUP client configuration address local vpn_users
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn enable outside
....

Thanks for any help offered.
--
HZ
 
Reply With Quote
 
 
 
 
Julian Dragut
Guest
Posts: n/a
 
      02-13-2006
sysopt connection permit-ipsec

http://www.cisco.com/en/US/products/...801e71c0.shtml

HTH
"Hank Zoeller" <> wrote in message
news:43ecdda0$0$3515$...
> I'm trying to get a VPN running using a PIX 501.
>
> I can connect and authenticate fine. When I try to map a drive, I see the
> following in the PIX log:
> No translation group found for tcp src outside:192.168.200.2/1075 dst
> inside:192.168.0.250/139
>
> I'm surprised to see the 192.168.200.2 address. That is the private
> internal address of the outside machine on it's remote LAN. But I thought
> I'd see the ip address assigned to it from the PIX VPN pool which is
> 192.168.4.1.
>
> My current config:
> ...
> access-list inside_outbound_nat0_acl permit ip 192.168.0.0 255.255.255.0
> 192.168.4.0 255.255.255.0
> ...
> nat (inside) 0 access-list inside_outbound_nat0_acl
> nat (inside) 1 0.0.0.0 0.0.0.0 0 0
> ...
> ip local pool vpn_users 192.168.4.1-192.168.4.254
> ...
> sysopt connection permit-pptp
> ...
> vpdn group PPTP-VPDN-GROUP accept dialin pptp
> vpdn group PPTP-VPDN-GROUP ppp authentication pap
> vpdn group PPTP-VPDN-GROUP ppp authentication chap
> vpdn group PPTP-VPDN-GROUP ppp authentication mschap
> vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto
> vpdn group PPTP-VPDN-GROUP client configuration address local vpn_users
> vpdn group PPTP-VPDN-GROUP pptp echo 60
> vpdn group PPTP-VPDN-GROUP client authentication local
> vpdn enable outside
> ...
>
> Thanks for any help offered.
> --
> HZ



 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      02-13-2006
In article <zhUHf.6807$>,
Julian Dragut <> wrote:
:sysopt connection permit-ipsec

Unfortunately, no. Hank is not using ipsec, he is using pptp, and
his quoted configuration already includes sysopt connection permit-pptp
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Dynamic NAT pool doesn't report full when pool contains interface IP tom Cisco 0 10-09-2009 02:22 AM
does python have a generic object pool like commons-pool in Java Rick Lawson Python 8 07-16-2009 11:25 PM
PIX 501 issue routing between VPN pool and local pool eostrike Cisco 3 10-24-2008 09:43 PM
findcontrol("PlaceHolderPrice") why why why why why why why why why why why Mr. SweatyFinger ASP .Net 2 12-02-2006 03:46 PM
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Guoqi Zheng ASP .Net 4 06-03-2004 06:39 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57