Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to send static mapping down tunnel to remote mail and web server

Status
Not open for further replies.

Pilot1

IS-IT--Management
Feb 22, 2001
118
0
0
US
I have a Pix 501 set up at work. Right now nothing is connected to the inside interface at all. I have a test web and mail server at home. I am using a Cisco 831 router at home, and have an established tunnel to the pix. I want to be able to map ports 25 and 80 to the web and mail server at home. I think the problem is that the static entries map traffic to the inside interface, but not down the tunnel. Anyone know the way I can get the traffic to go down the tunnel to the server? Is it possible?

Thanks!
 
Can you post your configs here so we can have a better understanding of what is happening?

----

Sunyasee
 
Here is Pix running config

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password EfgmpnlVN5qxMgKN encrypted
passwd EfgmpnlVN5qxMgKN encrypted
hostname pix.keithmarx.local
domain-name goodwintucker.local
clock timezone CST -6
clock summer-time CDT recurring
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 ils 389
fixup protocol pptp 1723
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list 101 permit ip 192.168.0.0 255.255.255.0 192.168.5.0 255.255.255.0
access-list 101 permit ip 192.168.0.0 255.255.255.0 192.168.6.0 255.255.255.0
access-list 101 permit gre any any
access-list 101 permit tcp any host 207.224.105.xx eq www
access-list 101 permit tcp any host 207.224.105.xx eq pptp
access-list 101 permit tcp any host 207.224.105.xx eq imap4
access-list 101 permit tcp any host 207.224.105.xx eq smtp
access-list 102 permit ip 192.168.0.0 255.255.255.0 192.168.5.0 255.255.255.0
access-list 102 permit ip 192.168.0.0 255.255.255.0 192.168.6.0 255.255.255.0
access-list 103 permit ip 192.168.0.0 255.255.255.0 192.168.5.0 255.255.255.0
access-list 103 permit ip 192.168.0.0 255.255.255.0 192.168.6.0 255.255.255.0
pager lines 24
logging on
logging trap notifications
logging facility 23
logging host inside 192.168.0.50
mtu outside 1450
mtu inside 1450
ip address outside 207.224.105.xx 255.255.255.248
ip address inside 192.168.0.253 255.255.255.0
ip verify reverse-path interface outside
ip audit info action alarm
ip audit attack action alarm
ip audit signature 1000 disable
ip audit signature 2000 disable
pdm location 192.168.0.0 255.255.255.0 outside
pdm location 192.168.0.50 255.255.255.255 inside
pdm location 192.168.0.254 255.255.255.255 inside
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 192.168.5.0 255.255.255.0 inside
pdm location 192.168.5.0 255.255.255.0 outside
pdm location 192.168.6.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 103
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 207.224.105.99 pptp 192.168.5.254 pptp netmask 255.255.255.255 0 0
static (inside,outside) tcp 207.224.105.99 255.255.255.255 0 0
static (inside,outside) tcp 207.224.105.99 smtp 192.168.5.254 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp 207.224.105.99 imap4 192.168.5.254 imap4 netmask 255.255.255.255 0 0
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 207.224.105.xx 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.5.0 255.255.255.0 inside
http 192.168.1.0 255.255.255.0 inside
http 192.168.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community <public>
snmp-server enable traps
tftp-server inside 192.168.0.50 255.255.255.0
floodguard enable
fragment chain 1
sysopt connection tcpmss 1250
sysopt connection permit-ipsec
crypto ipsec transform-set myset1 esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset1
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp keepalive 10
isakmp policy 5 authentication pre-share
isakmp policy 5 encryption des
isakmp policy 5 hash md5
isakmp policy 5 group 2
isakmp policy 5 lifetime 86400
vpngroup mygroup dns-server 192.168.5.6
vpngroup mygroup wins-server 192.168.5.6
vpngroup mygroup default-domain marx.local
vpngroup mygroup split-tunnel 102
vpngroup mygroup idle-time 86400
vpngroup mygroup password ********
telnet 192.168.5.0 255.255.255.0 inside
telnet 192.168.0.0 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
management-access outside
console timeout 0
terminal width 80
Cryptochecksum:9338e654d6d08d5eccf2594a099c89bf
: end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top