cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1769
Views
0
Helpful
16
Replies

Pix501 portforwarding with activated EasyVPN

Hi Guys,

I have a small problem.

I try to forward some Ports (i.e. 443, 3389, 81, 82) to differnt IPs

This Pix is a EasyVPN-Server too.

When I try to add the portforwarding like it is shown in many examples, it doesn't work.

I try to add the following lines:

access-list ftpIn permit tcp any host 192.168.0.220 eq 21

static (inside,outside) 192.168.0.220 192.168.128.10 netmask 255.255.255.255 0 0

But this didn't work

Am I doing something wrong or do I have to do something different because of my EasyVPN-Server?

Here is my current config (without my forwarding-tryouts):

kr01icr02(config)# sh run

: Saved

:

PIX Version 6.3(5)

interface ethernet0 auto

interface ethernet1 100full

nameif ethernet0 outside security0

nameif ethernet1 inside security100

enable password 8Ry2YjIyt7RRXU24 encrypted

passwd 2KFQnbNIdI.2KYOU encrypted

hostname kr01icr02

domain-name my.domain

fixup protocol dns maximum-length 512

fixup protocol ftp 21

fixup protocol h323 h225 1720

fixup protocol h323 ras 1718-1719

fixup protocol http 80

fixup protocol rsh 514

fixup protocol rtsp 554

fixup protocol sip 5060

fixup protocol sip udp 5060

fixup protocol skinny 2000

fixup protocol smtp 25

fixup protocol sqlnet 1521

fixup protocol tftp 69

names

access-list 101 permit ip 192.168.128.0 255.255.255.0 192.168.129.0 255.255.255.0

access-list 101 permit ip 192.168.128.0 255.255.255.0 192.168.0.0 255.255.255.0

pager lines 24

mtu outside 1500

mtu inside 1500

ip address outside 192.168.0.220 255.255.255.0

ip address inside 192.168.128.220 255.255.255.0

ip audit info action alarm

ip audit attack action alarm

ip local pool ippool 192.168.128.221-192.168.128.225

pdm location 192.168.128.0 255.255.255.0 inside

pdm logging informational 100

pdm history enable

arp timeout 14400

global (outside) 1 interface

nat (inside) 0 access-list 101

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

route outside 0.0.0.0 0.0.0.0 192.168.0.250 1

timeout xlate 0:05:00

timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00

timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00

timeout sip-disconnect 0:02:00 sip-invite 0:03:00

timeout uauth 0:05:00 absolute

aaa-server TACACS+ protocol tacacs+

aaa-server TACACS+ max-failed-attempts 3

aaa-server TACACS+ deadtime 10

aaa-server RADIUS protocol radius

aaa-server RADIUS max-failed-attempts 3

aaa-server RADIUS deadtime 10

aaa-server LOCAL protocol local

http server enable

http 192.168.128.0 255.255.255.0 inside

no snmp-server location

no snmp-server contact

snmp-server community public

no snmp-server enable traps

floodguard enable

sysopt connection permit-ipsec

crypto ipsec transform-set myset esp-aes esp-md5-hmac

crypto dynamic-map dynmap 10 set transform-set myset

crypto map mymap 10 ipsec-isakmp dynamic dynmap

crypto map mymap interface outside

isakmp enable outside

isakmp identity address

isakmp policy 10 authentication pre-share

isakmp policy 10 encryption aes

isakmp policy 10 hash md5

isakmp policy 10 group 2

isakmp policy 10 lifetime 86400

vpngroup mygroup address-pool ippool

vpngroup mygroup dns-server 192.168.128.60

vpngroup mygroup wins-server 192.168.128.60

vpngroup mygroup default-domain my.domain

vpngroup mygroup split-tunnel 101

vpngroup mygroup idle-time 1800

vpngroup mygroup password ********

vpngroup idle-time idle-time 1800

telnet 192.168.128.0 255.255.255.0 inside

telnet timeout 5

ssh 192.168.128.0 255.255.255.0 inside

ssh timeout 5

management-access inside

console timeout 0

terminal width 80

Cryptochecksum:975d44ea08daa7729391a1292ce0df8f

: end

16 Replies 16

Are you connecting from 192.168.0.0/24 network?

If you are, pls remove the following:

access-list 101 permit ip 192.168.128.0 255.255.255.0 192.168.0.0  255.255.255.0

Move the system back to 192.168.128.10.

Then "clear xlate" and "clear arp" and test the connection again.

Excellent!

I added this line for future use, didn't recognize that this would cause this problem.

Your brilliant.

Thanks for all. Your are a pretty good member of this community. Thanks for the quick support!

Review Cisco Networking products for a $25 gift card