majstorv
Posts: 22
Joined: 24.Feb.2003
From: Belgrade,Serbia and Montenegro
Status: offline
|
Hello,
Our company managers have lap-tops with application using partner`s VPN Concentrator site (IP address 146.197.27.32, belongs to "NIKE") and should connect as our LAN internal IP addresses (CISCO VPN Client 3.5.2, IPSec over UDP, transparent tunneling) over our ISA 2000 firewall and our CISCO 805 router.
(Sorry, this should not have been advertisement, it`s just that I have had not much of support from their contacts, in fact they are not real sys.admins, and I could not get to any real VPN Concentrator admin. Besides, I hope this will make other people having had the same problem with the same side to post here their suggestions and experience).
Anyway, all they told me is: open UDP 500 and UDP 10000. I am afraid it is not that simple.
They can connect, authenticate, get address from VPN Concentrator ,but when they start using application there is no response from target server. No data ever comes inbound.
ON ISA 2000 side: "packet filtering enabled" FILTERS: ESP,GRE PROTOCOL DEFINITIONS: UDP - 500,4500,10000 TCP - 40400 PROTOCOL RULE: FOR ALL IP TRAFFIC, BOTH DIRECTIONS.
Now, I have been experimenting with our CISCO router which is behind firewall (completely public): I assigned public address to Laptop client and tested changing access-list in order to "catch" ports. All OUTBOUND IP traffic on CISCO is permitted.
For INBOUND access list, I have put: "permit ip any any" and THIS HELPED.
I have tried with "netstat" on client to see what IP ports are in use but haven`t discovered anything interesting, besides the fact that when application communicates remote server TCP 40400 IS ALWAYS OPENED ON REMOTE SIDE!
When I changed INBOUND access list to: "permit udp any any permit tcp any any" NO SUCCESS!
I tried with:
"permit ipinip any any" but NO SUCCESS!
1) Does anyone knows what ports this VPN Concentrator really uses and how to find out what specific IP protocols and ports should be opened on CISCO 805, both in and out? PLEASE ONLY APPROVED THROUGH TESTING.
2) If VPN CONCENTRATOR (146.197.27.32) admins do not follow this forum, how to monitor ports and IP protocols in use on ISA 2000, during unsuccesful tries.
3) How to force ISA pass all IP, not only for defined protocols and filters? Can TCP, UDP and IP protocol ranges be created like in CISCO IOS, so I can be sure that "permit all IP" on ISA means LITERALY ALL!
Regards, Vladimir
|